EasyManua.ls Logo

evertz 3025EMC - Toggle the Up;Down Timer

Default Icon
228 pages
Print Icon
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
3025EMC Master Control Switching & Channel Branding
Revision 3.0.3 Page 205
In this example, timer 2 is reloaded (reset) to be a down timer starting at 30 minutes 00 seconds. The
timer starts at 30 minutes 00 seconds and counts down for 20 seconds at which point it stops and
displays 29 minutes 40 seconds (29:40).
9.6.3.2. Stop Counting Down After 20 Seconds Then Go Off-Air
--------------------------------------------------------------------------------------------------------------------------------------------
# VSSL PLAYLIST
cmd udt_param(“2 timer 1 direction 30 min 00 sec”)
cmd udt_reload(“2”)
cmd media_in(“timer2”)
cmd udt_start(“2”)
cmd wait_for(“20 s”)
cmd udt_stop(“2”)
cmd wait_for(“1 s”)
cmd media_out(“timer2”)
--------------------------------------------------------------------------------------------------------------------------------------------
In this example, timer 2 is reloaded (reset) to be a down timer starting at 30 minutes 00 seconds. The
timer starts at 30 minutes 00 seconds and counts down for 20 seconds at which point it stops and
displays 29 minutes 40 seconds (29:40). The timer fades out when the timer reaches 29 minutes 40
seconds. It is recommended that a “wait_for” of approximately one 1 second is used as this will ensure
that the final time of the timer is displayed on-screen before the timer element is taken off air.
9.6.4. Toggle the Up/Down Timer
Toggling the Up/Down timer is configured by using the following playlist script command…
--------------------------------------------------------------------------------------------------------------------------------------------
cmd udt_toggle(“t”)
where
- “t” is the up/down timer to be toggled. This is either 1 (timer 1) or 2 (timer 2).
--------------------------------------------------------------------------------------------------------------------------------------------

Table of Contents

Related product manuals