Dxlink Receiver Audio Send_Commands - AMX DXLink Instruction Manual

Dxlink twisted pair transmitters/receiver dxlink multi-format wallplate transmitter dxlink multi-format decor style wallplate transmitter (us) dxlink multi-format transmitter module dxlink hdmi transmitter module dxlink hdmi receiver module
Hide thumbs Also See for DXLink:
Table of Contents

Advertisement

NetLinx Programming of DXLink Transmitters and Receivers

DXLink Receiver Audio SEND_COMMANDs

DXLink Receiver Audio SEND_COMMANDs are sent to Port 6.
Audio SEND_COMMANDs (Receivers)
Command
?AUDOUT_DELAY
Requests the audio delay
setting for the Receiver.
AUDOUT_DELAY
Sets the audio delay in
milliseconds on the Receiver.
?AUDOUT_MUTE
Requests the setting for the
Mute preference of the audio
from the Receiver (Enable or
Disable).
AUDOUT_MUTE
Sets the Mute preference of
the audio from the Receiver
to Enable (no sound) or
Disable.
?AUDOUT_FORMAT
Requests the audio format on
the Receiver.
AUDOUT_FORMAT
Sets the audio format on the
Receiver (default is ALL).
84
Description
Syntax:
SEND_COMMAND <DEV>,"'?AUDOUT_DELAY'"
Example:
SEND_COMMAND dvRX,"'?AUDOUT_DELAY'"
Returns a COMMAND of the form:
AUDOUT_DELAY-50
Syntax:
SEND_COMMAND <DEV>,"'AUDOUT_DELAY-<value>'"
Variable:
value = 0 to 200 in milliseconds
Example:
SEND_COMMAND dvRX,"'AUDOUT_DELAY-50'"
Sets the delay for the audio output port to 50 milliseconds.
Note: AUDOUT_DELAY will only delay non-compressed 2 channel audio, not
S/PDIF, Dolby TrueHD, Dolby Digital, DTS-HD Master Audio, or DTS.
Syntax:
SEND_COMMAND <DEV>,"'?AUDOUT_MUTE'"
Example:
SEND_COMMAND dvRX,"'?AUDOUT_MUTE'"
Returns a COMMAND of the form:
AUDOUT_MUTE-<ENABLE|DISABLE>
Syntax:
SEND_COMMAND <DEV>,"'AUDOUT_MUTE-<ENABLE|DISABLE>'"
Example:
SEND_COMMAND dvRX,"'AUDOUT_MUTE-ENABLE'"
Syntax:
SEND_COMMAND <DEV>,"'?AUDOUT_FORMAT'"
Variable:
format = HDMI, ANALOG, ALL
Example:
SEND_COMMAND dvRX,"'?AUDOUT_FORMAT'"
Returns a COMMAND of the form:
AUDOUT_FORMAT-<format>
Syntax:
SEND_COMMAND <DEV>,"'AUDOUT_FORMAT-<format>'"
Variable:
format = HDMI, ANALOG, ALL
Example:
SEND_COMMAND dvRX,"'AUDOUT_FORMAT-ANALOG'"
Instruction Manual – DXLink™ Twisted Pair Transmitters/Receiver

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents