Vidout_Mute; Vidout_Name; Vidout_Osd; Vidout_Osd_Color - AMX Enova DGX 100 Series Hardware Reference Manual

Digital media switchers, enclosures, input/output/expansion boards
Hide thumbs Also See for Enova DGX 100 Series:
Table of Contents

Advertisement

Standard Output SEND_COMMANDs (Cont.)
Command

?VIDOUT_MUTE

VIDOUT_MUTE

?VIDOUT_NAME

VIDOUT_NAME

?VIDOUT_OSD

VIDOUT_OSD

?VIDOUT_OSD_COLOR

Enova Digital Media Switchers - Hardware Reference Manual
Description
Requests to see if video mute is enabled or disabled.
Syntax:
SEND_COMMAND <DEV>,"'?VIDOUT_MUTE'"
Example:
SEND_COMMAND VIDEO_OUTPUT_3,"'?VIDOUT_MUTE'"
Returns a COMMAND string of the form:
VIDOUT_MUTE<ENABLE|DISABLE>
Enables or disables video mute.
Syntax:
SEND_COMMAND <DEV>,"'VIDOUT_MUTE-<ENABLE|DISABLE>'"
Example:
SEND_COMMAND VIDEO_OUTPUT_6,"'VIDOUT_MUTE-ENABLE'"
Requests the input name of the specified video port.
Syntax:
SEND_COMMAND <DEV>,"'?VIDOUT_NAME'"
Example:
SEND_COMMAND VIDEO_OUTPUT_1,"'?VIDOUT_NAME'"
Returns a COMMAND string of the form:
VIDOUT_NAME-<name>
Sets the input name of the specified video port to <name>.
• The Output name may be changed using either the VIDOUT_NAME or AUDOUT_NAME command.
Both commands are used to change the same name attribute and do not create separate names
for video or audio.
• The <name> length is limited to 31 characters. Specifying a longer name will result in truncation to
the 31 character length limit.
Valid characters are:
• a-z (lower case letters)
• A-Z (upper case letters)
• 0-9 (numeric)
• #.-_=+ (special characters hash, period, dash, underscore, equal, plus <space> [space characters
at the beginning of a name are truncated])
Syntax:
SEND_COMMAND <DEV>,"'VIDOUT_NAME-<name>'"
Variable:
• name = A string name. e.g.: "Monitor 1"
Example:
SEND_COMMAND VIDEO_OUTPUT_1,"'VIDOUT_NAME-MyMonitor'"
Sets the name of Output port #1 to MyMonitor.
Note: This is used for the On Screen Display feature.
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>
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'"
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>
Integrated Master - NetLinx Programming
219

Advertisement

Table of Contents
loading

Table of Contents