User`s guide

78 Real Time Scheduler
Example Schedules
The following schedule plays file number 10 every day at 8:00 AM except on
Saturday and Sunday.
M
800, 10
T
800, 10
W
800, 10
H
800, 10
F
800, 10
The next example shows the use of comments in a schedule. This schedule
plays playlist 2078 on Monday, Wednesday and Friday at 9:00 AM and 1:30 PM
and plays playlist 1078 at the same times on Tuesday and Thursday. On
weekends, there is a loop started in playlist 78 at 9:00 AM each day.
;XYZ Inc’s Weekly Video Schedule
M
900, 2078 ;Playlist 2078 contains videos 10,20 and 30
1330, 2078
T
900, 1078 ;Playlist 1078 contains videos 40,50 and 60
1330, 1078
W
900, 2078
1330, 2078
H
900, 1078
1330, 1078
F
900, 2078
1330, 2078
S
900, 78 ;Playlist 78 loops videos 10 and 60
U ;If there is a reboot between Saturday at 9:00 AM and
900, 78 ;Monday at 9:00 AM, playlist 78 will restart
;End of schedule