NetLinx Programming of DXLink Receivers
59
Hardware Reference Manual – DXLink™ Twisted Pair 4K Transmitters/Receivers
DXLink System SEND_COMMANDs
DXLink System SEND_COMMANDs can be sent to any port on the Receiver.
DXLink System SEND_COMMANDs (Receivers)
Command
Description
?DXLINK
Requests the current mode for the
Receiver.
Syntax:
SEND_COMMAND <DEV>,"'?DXLINK'"
Example:
SEND_COMMAND dvRX,"'?DXLINK'"
Returns a COMMAND of the form:
DXLINK-<DXLINK-EXTENDER/DXLINK-ENDPOINT>
DXLINK
Sets the RX to Extender Mode (for a
standalone, direct connection from
module to module) or Endpoint Mode
(for use in conjunction with a
switcher).
Syntax:
SEND_COMMAND <DEV>,"'DXLINK-<EXTENDER|ENDPOINT>'"
Example:
SEND_COMMAND dvRX,"'DXLINK-EXTENDER'"
ICSLAN
Sets the ICS LAN connection to
Enable or Disable.
Syntax:
SEND_COMMAND <DEV>,"'ICSLAN-<ENABLE|DISABLE>'"
Example:
SEND_COMMAND dvRX,"'ICSLAN-ENABLE'"
PERSISTAV
Used to save the Receiver’s Power-
On Scaler settings/mode to the DGX
DXLink Output Boards for DGX
Configuration Software.
Not required to save A/V settings to
the receiver. These are automatically
saved when changes are made.
Syntax:
SEND_COMMAND <DEV>,"'PERSISTAV'"
Example:
SEND_COMMAND dvRX,"'PERSISTAV'"
FACTORYAV
Clears the persisted settings for the
Scaler mode,* resolution, aspect
ratio policy, and audio output type
and restores them to their factory
defaults.
* The “Power-On” Scaler mode on an
Enova DGX DXLink Output Board will
not get reset to default (AUTO), but
will remain as whatever was last
persisted.
Syntax:
SEND_COMMAND <DEV>,"'FACTORYAV'"
Example:
SEND_COMMAND dvRX,"'FACTORYAV'"
NOTE:
A reboot is required after sending the FACTORYAV command.
SET TELNET PORT 0
Sets the Telnet port to “0” (disabled
state).
Syntax:
SEND_COMMAND <DEV>,"'SET TELNET PORT 0'"
Example:
SEND_COMMAND dvRX,"'SET TELNET PORT 0'"
NOTE:
A reboot is required after sending the SET TELNET PORT 0 command.
SET TELNET PORT 23
Sets the Telnet port to “23” (default
port).
Syntax:
SEND_COMMAND <DEV>,"'SET TELNET PORT 23'"
Example:
SEND_COMMAND dvRX,"'SET TELNET PORT 23'"
NOTE:
A reboot is required after sending the SET TELNET PORT 23 command.
CTORYAV command
T TELNET PORT