3025SW Master Control Switching & Channel Branding
Revision 1.0 Page 189
9.5.1.1. Example 1 - Timer 1, Up Timer, 14 minutes 25 seconds
For this, the playlist to initialize the timer with these parameters would be as follows:
--------------------------------------------------------------------------------------------------------------------------------------------
# VSSL PLAYLIST
cmd udt_param(“1 timer 2 direction 14 min 25 sec”)
cmd udt_reload(“1”)
--------------------------------------------------------------------------------------------------------------------------------------------
9.5.1.2. Example 2 - Timer 2, Down Timer, 30 minutes 00 seconds
--------------------------------------------------------------------------------------------------------------------------------------------
# VSSL PLAYLIST
cmd udt_param(“2 timer 1 direction 30 min 00 sec”)
cmd udt_reload(“2”)
--------------------------------------------------------------------------------------------------------------------------------------------
9.5.2. Starting the Up/Down Timer
Starting the Up/Down timer is configured by using the following playlist script commands…
--------------------------------------------------------------------------------------------------------------------------------------------
cmd udt_param(“a timer b direction xx min yy sec”)
cmd udt_reload(“z”)
cmd media_in(“timer”)
cmd udt_start(“d”)
where
- “timer” is the name of the up/down timer template. The template name is limited to sixteen characters.
- “d” is the up/down timer to be started. This is either 1 (timer 1) or 2 (timer 2).
--------------------------------------------------------------------------------------------------------------------------------------------
IMPORTANT: The media must be faded-in/cue’d BEFORE the up/down timer
object is started.