Instruction manual

Programming
110
Enova DVX-2150HD/2155HD All-in-One Presentation Switcher Operation/Reference Guide
Video SEND_COMMANDs (Cont.)
VIDOUT_HSHIFT
Sets the horizontal shift of
the video output port.
Sets the horizontal shift of the video output port addressed by the D:P:S to
<value>.
Syntax:
SEND_COMMAND <DEV>, "'VIDOUT_HSHIFT-<value>'"
Variables:
value = -127..127
Example:
SEND_COMMAND "'VIDOUT_HSHIFT-2'"
Sets the horizontal shifting of video output port (#1 based on D:P:S) to 2 (shift to
right).
SEND_COMMAND "'VIDOUT_VSHIFT--3'"
Sets the horizontal shifting of video output port (#1 based on D:P:S) to -3 (shift
to left).
?VIDOUT_HSIZE
Requests the horizontal size
value of the image displayed
on the video output port.
Requests the horizontal size of the video port addressed by the D:P:S.
Syntax:
SEND_COMMAND <DEV>, "'?VIDOUT_HSIZE'"
Example:
SEND_COMMAND VIDEO_OUTPUT_1,"'?VIDOUT_HSIZE'"
Returns a COMMAND string of the form: VIDOUT_HSIZE-<value>.
VIDOUT_HSIZE
Sets the horizontal size of
the image displayed on the
video output port.
Sets the horizontal size of the image on the video port addressed by the D:P:S
to <value>.
Syntax:
SEND_COMMAND <DEV>, "'VIDOUT_HSIZE-<value>'"
Variables:
value = 25..800
Example:
SEND_COMMAND VIDEO_OUTPUT_1,"'VIDOUT_HSIZE-100'"
Sets the horizontal size of video output port (#1 based on D:P:S) to 100.
?VIDOUT_MUTE
Requests if the video output
is muted.
Requests to see if VIDEO mute is enabled or disabled.
Syntax:
SEND_COMMAND <DEV>, "'?VIDOUT_MUTE'"
Example:
SEND_COMMAND SWITCHER,"'?VIDOUT_MUTE'"
Returns a COMMAND string of the form: VIDOUT_MUTE<ENABLE|DISABLE>
VIDOUT_MUTE
Enable or disable video
output display.
Enables or disables VIDEO mute.
Syntax:
SEND_COMMAND <DEV>,"'VIDOUT_MUTE-<ENABLE|DISABLE>'"
Example:
SEND_COMMAND SWITCHER,"'VIDOUT_MUTE-ENABLE'"
?VIDOUT_ON
Requests the active status
of a video output.
Requests to see if a video output is enabled or disabled.
Syntax:
SEND_COMMAND <DEV>, "'?VIDOUT_ON'"
Example:
SEND_COMMAND SWITCHER,"'?VIDOUT_ON'"
Returns a COMMAND string of the form: VIDOUT_ON-<ON|OFF>
VIDOUT_ON
Activates a video output
display.
Turns on or turns off a video display.
Syntax:
SEND_COMMAND <DEV>,"'VIDOUT_ON-<ON|OFF>'"
Example:
SEND_COMMAND SWITCHER,"'VIDOUT_ON-ON'"