Programming
108
Enova DVX-315xHD & DVX-215xHD All-in-One Presentation Switchers - Instruction Manual
Front Panel SEND_COMMANDs
The following table lists the front panel SEND_COMMANDs available for the DVX:
Front Panel SEND_COMMANDs
?FP_LOCKOUT
Requests the status of the front panel lockout.
Syntax:
SEND_COMMAND <DEV>, "'?FP_LOCKOUT'"
Example:
SEND_COMMAND SWITCHER,"'?FP_LOCKOUT'"
Returns a COMMAND string of the form:
FP_LOCKOUT-<ENABLE|DISABLE>
FP_LOCKOUT
Enables or Disables front panel lockout feature.
Syntax:
SEND_COMMAND <DEV>,"'FP_LOCKOUT-<ENABLE|DISABLE>'"
Example:
SEND_COMMAND SWITCHER,"'FP_LOCKOUT-ENABLE'"
?FP_LOCKTYPE
Requests the type of lockout set for the front panel.
Syntax:
SEND_COMMAND <DEV>, "'?FP_LOCKTYPE'"
Example:
SEND_COMMAND SWITCHER,"'?FP_LOCKTYPE'"
Returns a COMMAND string of the form:
FP_LOCKTYPE-<Value>
Value =
1: lock out all menus
2: reserved
3: lockout configure menu only
FP_LOCKTYPE
Sets the lockout type for front panel.
Syntax:
SEND_COMMAND <DEV>, "'FP_LOCKTYPE-<value>'"
Variable:
value =
1: lock out all menus
2: reserved
3: lockout configure menu only
Example:
SEND_COMMAND SWITCHER,"FP_LOCKTYPE-1'"
?INTENSITY_LCD
Requests the intensity setting of the LCD screen on the Front Panel.
Syntax:
SEND_COMMAND <DEV>, "'?INTENSITY_LCD'"
Example:
SEND_COMMAND SWITCHER,"'?INTENSITY_LCD'"
Returns a COMMAND string of the form:
INTENSITY_LCD-<value>
INTENSITY_LCD
Sets the intensity of the lighting/brightness of the LCD screen that is part of the Front Panel.
Syntax:
SEND_COMMAND <DEV>, "'INTENSITY_LCD-<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_LCD-50'"
Sets the intensity of the LCD screen on the Front Panel to 50.
?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>
Continued