Instruction manual
Programming
119
Enova DVX-315xHD & DVX-215xHD All-in-One Presentation Switchers - Instruction Manual
System SEND_COMMANDs (Cont.)
?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>