beautypg.com

Extron Electronics MS9400 HD FrEND User Manual

Page 30

background image

MS9400 HD FrEND User Guide

Chapter 4: RS232 (Serial) Port Event Scheduler

30 Rev.

1.54

Example Script Files

Example 1: Turn Display ON/OFF

Below is an example script file that will switch an LCD panel display ‘ON’ every Monday, Wednesday, and
Friday at 8 AM, and OFF at 9 PM from 07/01/2005 to 07/31/2005.

07/01/2005

07/31/2005

0,1,0,1,0,1,0

08:00:00

outport 1 “op ZZ display.power = ON [0D]”

07/01/2005

07/31/2005

0,1,0,1,0,1,0

21:00:00

outport 1 “op ZZ display.power =OFF [0D]”

Example 2: Load and Play a Playlist

Below is an example script file that will load and play (MS9400 command protocol: ‘LoadPlaylist’) a playlist
named ‘yourplaylistname’ every Monday, Wednesday, and Friday at 8 AM.

07/01/2005

07/31/2005

0,1,0,1,0,1,0

08:00:00

LoadPlaylist 1 “yourplaylistname”