Syntax
| Command | Description | Return Value |
|---|---|---|
Input Disable |
Disables the DMX Input into the Playback Faders | 0 |
Input Enable |
Enables the DMX Input into the Playback Faders | 1 |
Input ? |
Returns the current enable state of the DMX Input | 0 or 1 |
Input (n) |
Returns the current input value for channel (n) | 0 to 255 |
Abbreviation
IN
Description
The Input command is used to either enable or disable the DMX Input layer into the Playback Fader stack. By disabling the DMX Input, no incoming DMX channels from Ethernet or hardwired DMX will flow into the Playback Fader stack. Use the Input Disable command to ignore DMX Input. Use the Input Enable command to resume the reception of DMX Input.
Use the Input ? command to return the current enable state of DMX Input.
Examples
Input Disable
Disables the DMX Input into the Playback Fader stack.
Input Enable
Resumes normal DMX Input into the Playback Fader stack.
Input ?
Returns either0or1, indicating if the DMX Input is currently disabled or enabled.
Input 512
Returns a value between0and255, indicating the current DMX input value for channel 512.

