
Programming
107
Instruction Manual - Enova DVX-325xHD/22xxHD All-in-One Presentation Switchers
Video SEND_COMMANDs (Cont.)
?VIDOUT_FREEZE
Requests the status of the freeze option of the video port addressed by the D:P:S.
Syntax:
SEND_COMMAND <DEV>, "'?VIDOUT_FREEZE'"
Example:
SEND_COMMAND VIDEO_OUTPUT_1,"'?VIDOUT_FREEZE'"
Returns a COMMAND string of the form: VIDOUT_FREEZE-<ENABLE|DISABLE>.
VIDOUT_FREEZE
Enables or disables the Freeze setting on the video port addressed by the D:P:S. If enabled, then the
Freeze setting is on. If disabled, then the Freeze setting is off.
Syntax:
SEND_COMMAND <DEV>,"’ VIDOUT_FREEZE-<ENABLE|DISABLE>'"
Example:
SEND_COMMAND VIDEO_OUTPUT_1,"' VIDOUT_FREEZE-ENABLE'"
?VIDOUT_HSHIFT
Requests the horizontal shifting of the video output port addressed by the D:P:S.
Syntax:
SEND_COMMAND <DEV>, "'?VIDOUT_HSHIFT'"
Example:
SEND_COMMAND VIDEO_OUTPUT_1,"'?VIDOUT_HSHIFT'"
Returns a COMMAND string of the form: VIDOUT_HSHIFT-<value>.
VIDOUT_HSHIFT
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 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 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 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
Enables or disables the video output display.
Syntax:
SEND_COMMAND <DEV>,"'VIDOUT_MUTE-<ENABLE|DISABLE>'"
Example:
SEND_COMMAND SWITCHER,"'VIDOUT_MUTE-ENABLE'"
?VIDOUT_ON
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
Turns on or turns off a video display.
Syntax:
SEND_COMMAND <DEV>,"'VIDOUT_ON-<ON|OFF>'"
Example:
SEND_COMMAND SWITCHER,"'VIDOUT_ON-ON'"