Integrated Master – NetLinx® Programming
191
Hardware Reference Manual – Enova DGX 100 Series Digital Media Switchers
?TEMP
Requests the temperature
detected inside the Switcher.
Temperature values are returned in Celsius.
Syntax:
SEND_COMMAND <DEV>, "'?TEMP'"
Example:
SEND_COMMAND 5002:1:0, "'?TEMP'"
Returns a COMMAND string of the form:
TEMP-<temperature value in degrees Celsius>.
?TEMP_ALARM
Requests the Temperature Alarm
State of the Switcher.
NOTE: The temperature alarm is triggered by heat sensors on both center boards and Input and
Output boards.
Syntax:
SEND_COMMAND <DEV>, "'?TEMP_ALARM'"
Example:
SEND_COMMAND 5002:1:0, "'?TEMP_ALARM'"
Returns a response of the form: ON|OFF
VI<input>O<output>
Switch input to one or more
outputs for switcher level Video.
IMPORTANT: This command must be sent to D:P:S port 1.
TIP: Set <input> to 0 for disconnect.
Syntax:
SEND_COMMAND <DEV>, "'VI<input>O<output>'"
Variables:
input = The source video input port number to switch from
output = The destination video output port number to switch to
Example:
SEND_COMMAND 5002:1:0, "'VI2O1'"
Switch video input port #2 to video output #1.
SEND_COMMAND 5002:1:0, "'VI3O1,2'"
Switch video input port #3 to video output ports #1 and #2.
Switcher SEND_COMMANDs