Instruction manual

Programming
115
Enova DVX-2150HD/2155HD All-in-One Presentation Switcher Operation/Reference Guide
Front Panel SEND_COMMANDs (Cont.)
?INTENSITY_LCD
Query LCD display light
intensity
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 LCD display light
intensity
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
Query front panel light
intensity.
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 front panel light
intensity
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.