Instruction manual
NetLinx Programming of DXLink Transmitters and Receivers
88
Instruction Manual – DXLink™ Twisted Pair Transmitters/Receiver
DXLink System SEND_COMMANDs
DXLink System SEND_COMMANDs are sent to Port 6 or 7 on the Transmitters or Receivers.
DXLink System SEND_COMMANDs (Transmitters and Receivers)
Command Description
?DXLINK
Requests the current mode for the
TX or RX.
Syntax:
SEND_COMMAND <DEV>,"'?DXLINK'"
Example:
SEND_COMMAND dvRX,"'?DXLINK'"
Returns a COMMAND string of the form:
"DXLINK-<DXLINK-EXTENDER/DXLINK-ENDPOINT>"
DXLINK-EXTENDER
Sets the TX or RX to Extender Mode
(standalone, direct connection from
module to module).
Syntax:
SEND_COMMAND <DEV>,"'DXLINK-EXTENDER'"
Example:
SEND_COMMAND dvRX,"'DXLINK-EXTENDER'"
DXLINK-ENDPOINT
Sets the Transmitter or Receiver to
Endpoint Mode (when used in
conjunction with a switcher).
Syntax:
SEND_COMMAND <DEV>,"'DXLINK-ENDPOINT'"
Example:
SEND_COMMAND dvRX,"'DXLINK-ENDPOINT'"
ICSLAN-ENABLE
Sets the ICS LAN connection to
enable.
Syntax:
SEND_COMMAND <DEV>,"'ICSLAN-ENABLE'"
Example:
SEND_COMMAND dvRX,"'ICSLAN-ENABLE'"
ICSLAN-DISABLE
Sets the ICS LAN connection to
disable.
Syntax:
SEND_COMMAND <DEV>,"'ICSLAN-DISABLE'"
Example:
SEND_COMMAND dvRX,"'ICSLAN-DISABLE'"
PERSISTAV
HDMI Receiver: Persists the Scaler
mode, resolution, aspect ratio policy,
and audio output type.
HDMI Transmitter: Persists the video
and audio formats.
Syntax:
SEND_COMMAND <DEV>,"'
PERSISTAV'"
Example:
SEND_COMMAND <dvRX>,"'
PERSISTAV'"
The HDMI Receiver persists the current Scaler mode, resolution,
aspect ratio setting, and audio output type.
FACTORYAV
HDMI Receiver: Clears the persisted
settings for the Scaler mode,
resolution, aspect ratio policy, and
audio output type and restores them
to their factory defaults.
HDMI Transmitter: Clears the
persisted setting for the audio and
video formats and restores them to
their factory defaults.
Syntax:
SEND_COMMAND <DEV>,"'
FACTORYAV'"
Example:
SEND_COMMAND <dvTX>,"'
FACTORYAV'"
The HDMI Transmitter clears the current audio and video format
settings and restores them to their factory default settings.