Specifications

Crestron e-Schedule Programmer’s Guide
Signal Macros
Signal Macros are now implemented in e-Schedule v3.02. Signal Macros
combine groups of individual signals and eliminate the need for the user to
select each signal separately. Signal Macros can be be used at the beginning
and/or end of a Media Event and in Global Signal Events.
For example, at the beginning of an media event, a user can select a signal,
Auto Start, which will automatically execute the signals, TV Power On,
Select Source A, and Play.
To insert a signal macro, insert a new signal into the table,
Cfg_EventSignals_Signals. The EventSignalID must
be >= 1000. Then in the
table, Cfg_EventSignals_MacroMapTable, define the signals that this macro
will trigger. The field, Order, specifies the sequence order in which each
signal will be triggered within the event.
For example, the macro, Auto Start, will trigger signals 250, 300, and 301
(TV Power On, Select Source A, and Play).
Cfg_EventSignals_Signals
EventSignalID EventSignalName Join Number HardwareID
250 TV Power On
251 TV Power Off
300 Select Source A
301 Play
302 Stop
1000 Auto Start N/A N/A
1001 Auto Stop N/A N/A
Cfg_EventSignals_MacroMapTable
MacroID SignalID Order
1000 250 1
1000 300 2
1000 301 3
1001 251 1
1001 300 2
1001 302 3
Programmer’s Guide e-Schedule – DOC. 5919 22