Programming
105
Enova DVX-315xHD & DVX-215xHD All-in-One Presentation Switchers - Instruction Manual
?VIDOUT_OSD_POS
Requests the On Screen Display (OSD) position on the display connected to the specified video port.
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
Sets the On Screen Display (OSD) position on the display connected to the specified video port
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 specified video output port.
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 specified video output port.
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>
VIDOUT_RES_REF
Sets the resolution and refresh rate of the specified video output port. Invalid combinations are ignored
by the All-In-One Presentation Switcher.
Syntax:
SEND_COMMAND <DEV>,"'VIDOUT_RES_REF-<horizontal>x<vertical>,<refresh-rate>'"
Variables:
horizontal = An integer value representing the horizontal.
vertical = An integer value representing the vertical. May have an additional qualifier such as 'i' or 'p'.
refresh-rate = An integer value representing the refresh rate.
Example:
SEND_COMMAND VIDEO_OUTPUT_1,"'VIDOUT_RES_REF-1280x1024,60'"
For a list of supported resolutions, see
Appendix B - Output Resolutions
?VIDOUT_SCALE
Requests to see which scaling mode the specified video output port is using.
Syntax:
SEND_COMMAND <DEV>, "'?VIDOUT_SCALE'"
Example:
SEND_COMMAND VIDEO_OUTPUT_1,"'?VIDOUT_SCALE'"
Returns a COMMAND string of the form:
VIDOUT_SCALE-<scale>
VIDOUT_SCALE
Sets the scaling mode for the specified video output port.
Syntax:
SEND_COMMAND <DEV>,"'VIDOUT_SCALE-<scale>'"
Variables:
scale = Auto, Manual, or Bypass
Example:
SEND_COMMAND VIDEO_OUTPUT_1,"'VIDOUT_SCALE-AUTO'"
Continued
Video SEND_COMMANDs