Dxlink Transmitter Video Send_Commands - AMX DXLink Multi-Format Wallplate Instruction Manual

Dxlink twisted pair transmitters/receiver
Table of Contents

Advertisement

DXLink Transmitter Video SEND_COMMANDs

DXLink Transmitter Video SEND_COMMANDs are sent to Port 7 unless otherwise noted.
Note: Asynchronous notifications are available for the Transmitters via NetLinx Studio (and Telnet).
Note: All text is based on a Unicode index.
Video SEND_COMMANDs (Transmitters)
Command
?VIDIN_AUTO_SELECT
Requests setting for the Auto Select mode
for the video input signal on the
Multi-Format TX, Wallplate TX, or Decor
Wallplate TX (Enable or Disable).
Note: This command applies to all DXLink
Transmitters except the HDMI TX.
VIDIN_AUTO_SELECT
Enables or disables the Auto Select mode
for the video input signal on the
Multi-Format TX, Wallplate TX, or Decor
Wallplate TX.
Note: This command applies to all DXLink
Transmitters except the HDMI TX.
?INPUT-VIDEO
Requests the video input being used on
the Multi-Format TX, Wallplate TX, or
Decor Wallplate TX: either the digital video
(Input 7) or the analog video (Input 8). The
output is always 6.
Note: This command applies to all DXLink
Transmitters except the HDMI TX.
VI<input>O<output>
Sets the Multi-Format TX, Wallplate TX, or
Decor Wallplate TX to route either the
digital video (Input 7) or the analog video
(Input 8) to the output (which is always
output 6).
Note: This command applies to all DXLink
Transmitters except the HDMI TX.
Instruction Manual – DXLink™ Twisted Pair Transmitters/Receiver
NetLinx Programming of DXLink Transmitters and Receivers
Description
Important: This command must be sent to Port 1.
Syntax:
SEND_COMMAND <DEV>,"'?VIDIN_AUTO_SELECT'"
Example:
SEND_COMMAND dvMFTX,"'?VIDIN_AUTO_SELECT'"
Returns a COMMAND of the form:
VIDIN_AUTO_SELECT-ENABLE
Important: This command must be sent to Port 1.
Syntax:
SEND_COMMAND <DEV>,"'VIDIN_AUTO_SELECT-<ENABLE|DISABLE>'"
Variable:
value = ENABLE | DISABLE
Example:
SEND_COMMAND dvMFTX,"'VIDIN_AUTO_SELECT-ENABLE'"
Important: This command must be sent to Port 1.
Syntax:
SEND_COMMAND <DEV>,"'?INPUT-VIDEO,6'"
Example:
SEND_COMMAND dvMFTX,"'?INPUT-VIDEO,6'"
Returns a COMMAND of the form:
SWITCH-LVIDEOI8O6
Important: This command must be sent to Port 1.
Syntax:
SEND_COMMAND <DEV>,"'VI<input>O<output>'"
Variables:
input = 7 for digital video; 8 for analog video
output = 6
Example:
SEND_COMMAND dvMFTX,"'VI8O6'"
83

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents