Instruction manual
Programming
118
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:
Front Panel SEND_COMMANDs (Cont.)
?INTENSITY_LEDS Requests the intensity setting of the LED buttons on the Front Panel.
Syntax:
SEND_COMMAND <DEV>, "'?INTENSITY_LEDS'"
Example:
SEND_COMMAND SWITCHER,"'?INTENSITY_LEDS'"
Returns a COMMAND string of the form:
INTENSITY_LEDS-<value>
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'"