Integrated Master – NetLinx® Programming
197
Hardware Reference Manual – Enova DGX 100 Series Digital Media Switchers
VIDOUT_FREEZE
Enables or disables the Freeze
setting on the video port
addressed by the D:P:S.
If enabled, then the Freeze setting is on. If disabled, then the Freeze setting is off.
Syntax:
SEND_COMMAND <DEV>,"'VIDOUT_FREEZE-<ENABLE|DISABLE>'"
Example:
SEND_COMMAND VIDEO_OUTPUT_1,"'VIDOUT_FREEZE-ENABLE'"
?VIDOUT_HDCP_STATUS
Requests the HDCP Status of a
Video Output Port.
Syntax:
SEND_COMMAND <DEV>,"'?VIDOUT_HDCP_STATUS'"
Example:
SEND_COMMAND VIDEO_OUTPUT_1,"'?VIDOUT_HDCP_STATUS'"
Returns a COMMAND string of the form: VIDOUT_HDCP_STATUS-<ENABLED|DISABLED|ERROR>
?VIDOUT_MUTE
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>
VIDOUT_MUTE
Enables or disables video mute.
Syntax:
SEND_COMMAND <DEV>,"'VIDOUT_MUTE-<ENABLE|DISABLE>'"
Example:
SEND_COMMAND VIDEO_OUTPUT_6,"'VIDOUT_MUTE-ENABLE'"
?VIDOUT_NAME
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>
VIDOUT_NAME
Sets the input name of the
specified video port to <name>.
NOTE: 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>'"
Variables:
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. This is used for the On Screen Display feature.
?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>
Standard Output SEND_COMMANDs