![AMX DGX-AIE Hardware Reference Manual Download Page 220](http://html1.mh-extra.com/html/amx/dgx-aie/dgx-aie_hardware-reference-manual_2939028220.webp)
Integrated Master - NetLinx Programming
220
Enova Digital Media Switchers - Hardware Reference Manual
Standard Output SEND_COMMANDs (Cont.)
Command
Description
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. Color option settings for OSD are combinations of a background color with a
contrasting font color.
Syntax:
SEND_COMMAND <DEV>,"'VIDOUT_OSD_COLOR-<color>'"
Variables:
• color = black, blue, white, yellow
Schemes:
Options Background Font
Black Black White
Blue Blue Yellow
White White Black
Yellow Yellow Blue
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.
Syntax:
SEND_COMMAND <DEV>,"'VIDOUT_OSD_POS-<position>'"
Variable:
• position = TOP LEFT, TOP RIGHT, BTM RIGHT, BTM LEFT
Example:
SEND_COMMAND VIDEO_OUTPUT_1,"'VIDOUT_OSD_POS-TOP LEFT'"
?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>
VIDOUT_RES_REF
Sets the resolution and refresh rate of the video output port addressed by D:P:S. 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 = Integer value representing the horizontal.
• Vertical = Integer value representing the vertical. (May have an additional qualifier such as 'i' or 'p')
• Refresh-rate = Integer value representing the refresh rate.
Example:
SEND_COMMAND VIDEO_OUTPUT_1,"'VIDOUT_RES_REF-1280x1024,60'"
?VIDOUT_SCALE
Requests to see which scaling mode the video output port addressed by the D:P:S.
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 video output port addressed by D:P:S.
Syntax:
SEND_COMMAND <DEV>,"'VIDOUT_SCALE-<scale>'"
Variable:
• scale = Auto, Manual, or Bypass
Example:
SEND_COMMAND VIDEO_OUTPUT_1,"'VIDOUT_SCALE-AUTO'"