Programming
111
Instruction Manual - Enova DVX-325xHD/22xxHD All-in-One Presentation Switchers
Front Panel SEND_COMMANDs
The following table lists the front panel SEND_COMMANDs available for the DVX:
Front Panel SEND_COMMANDs
?FP_LOCKOUT
Requests to see if the Front Panel is locked out.
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 whether the Front Panel is supposed to be locked out.
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>.
INTENSITY_LEDS
Sets the intensity of the lighting/brightness of the LED buttons on 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.