Dxlink Input And Output Boards: Send_Commands; Audin_Format; Audin_Format_Auto; Audout_Format - AMX Enova DGX 100 Series Hardware Reference Manual

Digital media switchers, enclosures, input/output/expansion boards
Hide thumbs Also See for Enova DGX 100 Series:
Table of Contents

Advertisement

DXLink Input and Output Boards: SEND_COMMANDs

NOTE: This section only applies to DXLink Twisted Pair, DXLink Twisted Pair 4K, and DXLink Fiber Input and Output Boards.
DXLink SEND_COMMANDs
Command

?AUDIN_FORMAT

AUDIN_FORMAT

?AUDIN_FORMAT_AUTO

AUDIN_FORMAT_AUTO

?AUDOUT_FORMAT

AUDOUT_FORMAT

?DXLINKIN_LINK_STATUS

?DXLINKOUT_LINK_STATUS

Enova Digital Media Switchers - Hardware Reference Manual
Description
Requests the input format of the audio port addressed by the D:P:S.
Syntax:
SEND_COMMAND <DEV>,"'?AUDIN_FORMAT'"
Example:
SEND_COMMAND AUDIO_INPUT_1,"'?AUDIN_FORMAT'"
Returns a COMMAND string of the form:
AUDIN_FORMAT-<HDMI|SPDIF|ANALOG>
Sets the input format of the audio port addressed by the D:P:S to HDMI, SPDIF, or ANALOG.
Syntax:
SEND_COMMAND <DEV>,"'AUDIN_FORMAT-<format>'"
Variable:
• format = HDMI, SPDIF, ANALOG
Example:
SEND_COMMAND VIDEO_INPUT_1,"'AUDIN_FORMAT-<HDMI>'"
Sets the format of audio input port (#1 based on D:P:S) to HDMI.
Requests the format setting of an audio input port.
Syntax:
SEND_COMMAND <DEV>,"'?AUDIN_FORMAT_AUTO'"
Example:
SEND_COMMAND VIDEO_INPUT_1,"'?AUDIN_FORMAT_AUTO'"
Returns a COMMAND string of the form:
AUDIN_FORMAT_AUTO-<ENABLE|DISABLE>
Enables or disables the audio input port addressed by the D:P:S.
Syntax:
SEND_COMMAND <DEV>,"'AUDIN_FORMAT_AUTO-<setting>'"
Variable:
• setting = ENABLE or DISABLE
Example:
SEND_COMMAND VIDEO_INPUT_1,"'AUDIN_FORMAT_AUTO-ENABLE'"
Requests the output format of the audio port addressed by the D:P:S.
Syntax:
SEND_COMMAND <DEV>,"'?AUDOUT_FORMAT'"
Example:
SEND_COMMAND AUDIO_OUTPUT_1,"'?AUDOUT_FORMAT'"
Returns a COMMAND string of the form:
AUDOUT_FORMAT-<format>
Sets the output format of the audio port addressed by the D:P:S.
Syntax:
SEND_COMMAND <DEV>,"'AUDOUT_FORMAT-<format>'"
Variable:
• format = HDMI, Analog, All
Example:
SEND_COMMAND VIDEO_OUTPUT_1,"'AUDOUT_FORMAT-<HDMI>'"
Sets the format of audio output port (#1 based on D:P:S) to HDMI.
Requests if an Endpoint is connected to the Input Board.
Syntax:
SEND_COMMAND <DEV>,"'?DXLINKIN_LINK_STATUS'"
Example:
SEND_COMMAND INPUT_1,"'?DXLINKIN_LINK_STATUS'"
Returns a COMMAND string of the form:
DXLINKIN_LINK_STATUS-<DISCONNECTED|CONNECTED>
Requests if an Endpoint is connected to the Output Board.
Syntax:
SEND_COMMAND <DEV>,"'?DXLINKOUT_LINK_STATUS'"
Example:
SEND_COMMAND OUTPUT_1,"'?DXLINKOUT_LINK_STATUS'"
Returns a COMMAND string of the form:
DXLINKOUT_LINK_STATUS-<DISCONNECTED|CONNECTED>
Integrated Master - NetLinx Programming
222

Advertisement

Table of Contents
loading

Table of Contents