Actions

Cues, macros, and submasters can all be triggered from analog inputs (contact closure or analog voltage above 6.67V) or sACN Input.

Cues

Execute the cue with its programmed cue timing.

Create an event where an input on address 2 will fire cue 11.

Analog input:

  • <Event> [4] [/] [1] {Address} [2] [Cue] [1] [1] [Enter]

sACN input:

  • <Event> [4] [/] [1] {sACN} [2] [Cue] [1] [1] [Enter]

Macros

Triggers the macro and begin execution immediately.

Create an event where an input on address 3 will fire macro 1.

Analog input:

  • <Event> [4] [/] [1] {Address} [3] [Macro] [1] [Enter]

sACN input:

  • <Event> [4] [/] [1] {sACN} [3] [Macro] [1] [Enter]

Submasters

There are four modes: On, Off, Bump, and Fader.

On

The submaster will act as if the bump button was pressed and held down. This will toggle, or release the same state, when activated again.

Create an event where an input on address 4 will set Sub 1 to On.

Analog input:

  • <Event> [4] [/] [1] {Address} [4] [Sub] [1] {On} [Enter]

sACN input:

  • <Event> [4] [/] [1] {sACN} [4] [Sub] [1] {On} [Enter]

Off

Used to release the submaster’s bump button when triggered from a Sub On action elsewhere in a show control action

Create an event where an input on address 5 will set Sub 1 back Off.

Analog input:

  • <Event> [4] [/] [1] {Address} [5] [Sub] [1] {Off} [Enter]

sACN input:

  • <Event> [4] [/] [1] {sACN} [5] [Sub] [1] {Off} [Enter]

Bump

Acts as if the input is directly controlling the bump button. If the submaster is set to have a dwell time of Man (manual), then it will instantly flash and turn back off. It is generally recommended to set the submaster to have a dwell time of Hold or a specified time. The first trigger will turn the submaster On. If the submaster is set to a dwell time of Hold, the second trigger will turn the submaster Off.

Create an event where an input on address 6 will bump Sub 1.

Analog input:

  • <Event> [4] [/] [1] {Address} [6] [Sub] [2] {Bump} [Enter]

sACN input:

  • <Event> [4] [/] [1] {sACN} [6] [Sub] [2] {Bump} [Enter]

Fader

Acts as if the input is directly controlling the fader on the submaster. A contact closure will move the fader from 0 to 100% instantly. A 0-10VDC input will fade the value proportionally, where 0VDC is the fader at 0%, and 10VDC is the fader at 100%.

Create an event where an input on address 7 will control the fader for Sub 3.

Analog input:

  • <Event> [4] [/] [1] {Address} [7] [Sub] [3] {Fader} [Enter]

sACN input:

  • <Event> [4] [/] [1] {sACN} [7] [Sub] [3] {Fader} [Enter]