Instruction manual
Programming
116
Enova DVX-2150HD/2155HD All-in-One Presentation Switcher Operation/Reference Guide
System SEND_COMMANDs
The following table lists the System SEND_COMMANDs available for the DVX:
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
Controls Ethernet traffic
through the DXLINK output
card.
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
Controls Ethernet traffic
through the DXLINK input
card.
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.
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
inside the controller.
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>.