Instruction manual
Programming
114
Enova DVX-2150HD/2155HD All-in-One Presentation Switcher Operation/Reference Guide
Front Panel SEND_COMMANDs
The following table lists the front panel SEND_COMMANDs available for the DVX:
Video SEND_COMMANDs (Cont.)
?VIDOUT_ZOOM
Requests the zoom setting
value for the video output
port.
Requests the zoom of the video port addressed by the D:P:S.
Syntax:
SEND_COMMAND <DEV>, "'?VIDOUT_ZOOM'"
Example:
SEND_COMMAND VIDEO_OUTPUT_1,"'?VIDOUT_ZOOM'"
Returns a COMMAND string of the form: VIDOUT_ZOOM-<value>.
VIDOUT_ZOOM
Sets the zoom for the video
output port.
Sets the zoom of the image on the video port addressed by the D:P:S to
<value>.
Note: Adjusting the video output zoom also adjusts the horizontal and vertical
sizes of the video output.
Syntax:
SEND_COMMAND <DEV>, "'VIDOUT_ZOOM-<value>'"
Variables:
value = 25..800
Example:
SEND_COMMAND VIDEO_OUTPUT_1,"'VIDOUT_ZOOM-100'"
Sets the zoom of video output port (#1 based on D:P:S) to 100.
Front Panel SEND_COMMANDs
?FP_LOCKOUT
Requests the status of the
front panel 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
Sets the front panel 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'"