Programming
104
Enova DVX-315xHD & DVX-215xHD All-in-One Presentation Switchers - Instruction Manual
?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 VIDEO video output display (mute).
Syntax:
SEND_COMMAND <DEV>,"'VIDOUT_MUTE-<ENABLE|DISABLE>'"
Example:
SEND_COMMAND SWITCHER,"'VIDOUT_MUTE-ENABLE'"
?VIDOUT_ON
Requests to see if a specified 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 specified video display.
Syntax:
SEND_COMMAND <DEV>,"'VIDOUT_ON-<ON|OFF>'"
Example:
SEND_COMMAND SWITCHER,"'VIDOUT_ON-ON'"
?VIDOUT_OSD
Requests whether the specified video port has the OSD setting enabled or disabled.
Syntax:
SEND_COMMAND <DEV>, "'?VIDOUT_OSD'"
Example:
SEND_COMMAND VIDEO_OUTPUT_1,"'? VIDOUT_OSD'"
Returns a COMMAND string of the form:
VIDOUT_OSD-<ENABLE|DISABLE>
VIDOUT_OSD
Enables or Disables the On Screen Display (OSD) setting on the specified video port. If enabled, then the
OSD setting is on. If disabled, then the OSD setting is off.
Syntax:
SEND_COMMAND <DEV>," VIDOUT_'OSD-<ENABLE|DISABLE>'"
Example:
SEND_COMMAND VIDEO_OUTPUT_1,"' VIDOUT_OSD-ENABLE'"
?VIDOUT_OSD_COLOR
Requests the On Screen Display (OSD) color on the display connected to the specified video port.
Syntax:
SEND_COMMAND <DEV>, "'? VIDOUT_OSD_COLOR'"
Example:
SEND_COMMAND VIDEO_OUTPUT_1,"'? VIDOUT_OSD_COLOR'"
Returns a COMMAND string of the form:
VIDOUT_OSD_COLOR-<color>
VIDOUT_OSD_COLOR
Sets the On Screen Display (OSD) color scheme on the display connected to the specified video port.
Variables:
color = black, blue, white, yellow
Schemes:
Options Background Font
Black Black White
Blue Blue Yellow
White White Black
Yellow Yellow Blue
Syntax:
SEND_COMMAND <DEV>,"'VIDOUT_OSD_COLOR-<color>'"
Example:
SEND_COMMAND VIDEO_OUTPUT_1,"'VIDOUT_OSD_COLOR-BLACK'"
Continued
Video SEND_COMMANDs