Programming
108
Instruction Manual - Enova DVX-325xHD/22xxHD All-in-One Presentation Switchers
Video SEND_COMMANDs (Cont.)
?VIDOUT_OSD
Requests whether the video port addressed by the D:P:S 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 video port addressed by the D:P:S. 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 video port addressed by the
D:P:S.
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
Determines the On Screen Display (OSD) color scheme on the display connected to the video port
addressed by the D:P:S.
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’"
?VIDOUT_OSD_POS
Requests the On Screen Display (OSD) position on the display connected to the video port addressed by
the D:P:S.
Syntax:
SEND_COMMAND <DEV>, "'?VIDOUT_OSD_POS'"
Example:
SEND_COMMAND VIDEO_OUTPUT_1,"'?VIDOUT_OSD_POS'"
Returns a COMMAND string of the form: VIDOUT_OSD_POS-<position>.
VIDOUT_OSD_POS
Determines the On Screen Display (OSD) position on the display connected to the video port addressed by
the D:P:S.
Variables:
position = TOP LEFT, TOP RIGHT, BTM RIGHT, BTM LEFT
Syntax:
SEND_COMMAND <DEV>,"'VIDOUT_OSD_POS-<position>'"
Example:
SEND_COMMAND VIDEO_OUTPUT_1,"' VIDOUT_OSD_POS-TOP LEFT"
?VIDOUT_RES
Requests to resolution of the video output port addressed by the D:P:S.
Syntax:
SEND_COMMAND <DEV>, "'?VIDOUT_RES'"
Example:
SEND_COMMAND VIDEO_OUTPUT_1,"'?VIDOUT_RES'"
Returns a COMMAND string of the form: VIDOUT_RES-<h>x<v>,<rate>.
?VIDOUT_RES_AUTO
VIDOUT_RES_AUTO
?VIDOUT_RES_REF
Requests the resolution and refresh rate of the video output port addressed by the D:P:S.
Syntax:
SEND_COMMAND <DEV>, "'?VIDOUT_RES_REF'"
Example:
SEND_COMMAND VIDEO_OUTPUT_1,"'?VIDOUT_RES_REF'"
Returns a COMMAND string of the form: VIDOUT_RES_REF-<h>x<v>,<rate>.