Programming
109
Enova DVX-315xHD & DVX-215xHD All-in-One Presentation Switchers - Instruction Manual
System SEND_COMMANDs
The following table lists the System SEND_COMMANDs available for the DVX:
INTENSITY_LEDS
Sets the intensity of the lighting/brightness of the LED buttons that are part of the Front Panel.
Syntax:
SEND_COMMAND <DEV>, "'INTENSITY_LEDS-<intensity-value>'"
Variable:
intensity-value = An integer value in the range of 0-100 with 0 being no illumination and 100 being maximum
illumination.
Example:
SEND_COMMAND SWITCHER,"'INTENSITY_LEDS-50'"
Sets the intensity of the LED buttons on the Front Panel to 50.
System SEND_COMMANDs
?DXLINK_ETH
Requests the control setting for the DXLINK output card.
Syntax:
SEND_COMMAND <DEV>, "'?DXLINK_ETH'"
Example:
SEND_COMMAND SWITCHER,"'?DXLINK_ETH'"
Returns a COMMAND string of the form:
DXLINK_ETH-<auto|off>
DXLINK_ETH
This command instructs the output DXLINK card to disable Ethernet traffic or go to auto mode.
In Auto mode, Ethernet traffic is controlled after negotiation through PDIF.
Syntax:
SEND_COMMAND <DEV>, "'DXLINK_ETH-<auto|off>'"
Example:
SEND_COMMAND SWITCHER,"'DXLINK_ETH-auto'"
?DXLINK_IN_ETH
Requests the control setting for the DXLINK input card.
Syntax:
SEND_COMMAND <DEV>, "'?DXLINK_IN_ETH'"
Example:
SEND_COMMAND SWITCHER,"'?DXLINK_IN_ETH'"
Returns a COMMAND string of the form:
DXLINK_IN_ETH-<auto|off>
DXLINK_IN_ETH
This command instructs the input DXLINK card to disable Ethernet traffic or go to auto mode.
In Auto mode, Ethernet traffic is controlled after negotiation through PDIF.
Syntax:
SEND_COMMAND <DEV>, "'DXLINK_IN_ETH-<auto|off>'"
Example:
SEND_COMMAND SWITCHER,"'DXLINK_IN_ETH-auto'"
?FAN_SPEED
Requests the speed of the fans inside the unit.
Syntax:
SEND_COMMAND <DEV>, "'?FAN_SPEED-<fan>'"
Variable:
fan = The specific fan you want to check. Can be 1 or 2.
Example:
SEND_COMMAND SWITCHER,"'?FAN_SPEED-1'"
Returns a COMMAND string of the form:
FAN_SPEED-<fan1><fan2>
?TEMP
Requests the temperature detected inside the controller. The temperature value returned is in Celsius.
Syntax:
SEND_COMMAND <DEV>,"'?TEMP'"
Example:
SEND_COMMAND dvDev,"'?TEMP'"
Returns a COMMAND string of the form:
TEMP-<temp value in C>
Front Panel SEND_COMMANDs