NetLinx Programming of DXLink Receivers
50
Hardware Reference Manual – DXLink™ Twisted Pair 4K Transmitters/Receivers
?VIDOUT_MUTE
Requests the setting for the Mute
preference applied to the image from
the Receiver (Enable or Disable).
Syntax:
SEND_COMMAND <DEV>,"'?VIDOUT_MUTE'"
Example:
SEND_COMMAND dvRX,"'?VIDOUT_MUTE'"
Returns a COMMAND of the form:
VIDOUT_MUTE-<ENABLE|DISABLE>
VIDOUT_MUTE
Sets the Mute preference of the
image from the Receiver to Enable
(displays a blank screen) or Disable.
Syntax:
SEND_COMMAND <DEV>,"'VIDOUT_MUTE-<ENABLE|DISABLE>'"
Example:
SEND_COMMAND dvRX,"'VIDOUT_MUTE-ENABLE'"
?VIDOUT_OSD
Requests whether the specified video
port has the OSD setting enabled or
disabled.
Syntax:
SEND_COMMAND <DEV>, "'?VIDOUT_OSD'"
Example:
SEND_COMMAND dvRX,"'? VIDOUT_OSD'"
Returns a COMMAND of the form:
VIDOUT_OSD-<ENABLE|DISABLE>
VIDOUT_OSD
Enables or Disables the On Screen
Display (OSD) setting on specified
video port. If enabled, OSD setting is
on. If disabled, OSD setting is off.
Syntax:
SEND_COMMAND <DEV>," VIDOUT_'OSD-<ENABLE|DISABLE>'"
Example:
SEND_COMMAND dvRX,"' VIDOUT_OSD-ENABLE'"
?VIDOUT_OSD_COLOR
Requests the On Screen Display
(OSD) color on the display connected
to the specified video port.
Syntax:
SEND_COMMAND <DEV>, "'?VIDOUT_OSD_COLOR'"
Example:
SEND_COMMAND dvRX,"'? VIDOUT_OSD_COLOR'"
Returns a COMMAND of the form:
VIDOUT_OSD_COLOR-<color>
VIDOUT_OSD_COLOR
Sets the On Screen Display (OSD)
color scheme on the display
connected to the specified video
port.
Syntax:
SEND_COMMAND <DEV>,"'VIDOUT_OSD_COLOR-<color>'"
Variables:
color = BLACK (black background, white font), BLUE (blue background, yellow font),
WHITE (white background, black font), YELLOW (yellow background, blue font)
Example:
SEND_COMMAND dvRX,"'VIDOUT_OSD_COLOR-BLACK'"
?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 dvRX,"'?VIDOUT_OSD_POS'"
Returns a COMMAND 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.
Syntax:
SEND_COMMAND <DEV>,"'VIDOUT_OSD_POS-<position>'"
Variables:
position = TOP LEFT, TOP RIGHT, BTM RIGHT, BTM LEFT
Example:
SEND_COMMAND dvRX,"' VIDOUT_OSD_POS-TOP LEFT"
?VIDOUT_RES
Requests the resolution and refresh
rate of the video through the
Receiver.
NOTE:
If the Scaling Mode is set to
Bypass, the response will be
“BYPASS.”
Syntax:
SEND_COMMAND <DEV>,"'?VIDOUT_RES'"
Valid responses:
• horizontal = An integer value representing the horizontal.
• vertical = An integer value representing the vertical. May have an additional qualifier such as
'i' or 'p'.
• rate = An integer value representing the refresh rate.
Example:
SEND_COMMAND dvRX,"'?VIDOUT_RES'"
Returns a COMMAND of the form:
VIDOUT_RES-<horizontal>x<vertical>,<rate>
?VIDOUT_RES_REF
Requests the resolution and refresh
rate of the video through the
Receiver.
NOTE:
If the Scaling Mode is set to
Bypass, the response will be
“BYPASS.”
Syntax:
SEND_COMMAND <DEV>,"'?VIDOUT_RES_REF'"
Valid responses:
• horizontal = An integer value representing the horizontal.
• vertical = An integer value representing the vertical. May have an additional qualifier such as 'i'
or 'p'.
• rate = An integer value representing the refresh rate.
Example:
SEND_COMMAND dvRX,"'?VIDOUT_RES_REF'"
Returns a COMMAND of the form:
VIDOUT_RES_REF-<horizontal>x<vertical>,<rate>
Video SEND_COMMANDs (Receivers)