Instruction manual

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