Attention!
The limit is one trigger event per line (!i, !t, !rc, !v, !tc !d or !k)!
Only variable conditions can be combined in one line. If you need
a combination of several trigger events you have to do this via variables.
As a start condition either an “!i: Input event“, “!t: Time event“, “!rc: Real time clock event“, “!v: Variable event“, “!d: DMX event“, “!tc: timecode event” or “!k: Infrared event” can be used.
!i: Input event
Event related to the remote inputs 1-16.
A level change may be defined as “close” (activation of an input), “open” (deactivation of an input) or “toggle” (every level change of an input). With toggle, both the press and the release of a key action will cause a trigger event.
!i1c!…# -> If input 1 is active (c=close), then the downstream command will be executed.
!i1o!…# -> If input 1 is deactivated (o=open), then the downstream command will be executed.
!i1t!…# -> If input 1 changes (t=toggle), then the downstream command will be executed.