Dxlinkin_Quality; Dxlinkout_Quality; Dxlinkin_Quality_Alarm; Dxlinkout_Quality_Alarm - 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 SEND_COMMANDs (Cont.)
Command

?DXLINKIN_QUALITY

?DXLINKOUT_QUALITY

?DXLINKIN_QUALITY_ALARM

?DXLINKOUT_QUALITY_ALARM

?VIDIN_AUTO_SELECT

VIDIN_AUTO_SELECT

?VIDIN_HSHIFT

VIDIN_HSHIFT
Enova Digital Media Switchers - Hardware Reference Manual
Description
Requests a value that represents the quality of the signal between an Input Port and an Endpoint.
Syntax:
SEND_COMMAND <DEV>,"'?DXLINKIN_QUALITY'"
Example:
SEND_COMMAND INPUT_1,"'?DXLINKIN_QUALITY'"
Returns a COMMAND string of the form:
DXLINKIN_QUALITY--22
Requests a value that represents the quality of the signal between an Output Port and an Endpoint.
Syntax:
SEND_COMMAND <DEV>,"'?DXLINKOUT_QUALITY'"
Example:
SEND_COMMAND OUTPUT_1,"'?DXLINKOUT_QUALITY'"
Returns a COMMAND string of the form:
DXLINKOUT_QUALITY--22
Alarm is triggered when cable quality is beyond the threshold where overall performance issues are
likely to occur.
Syntax:
SEND_COMMAND <DEV>,"'?DXLINKIN_QUALITY_ALARM'"
Example:
SEND_COMMAND INPUT_1,"'?DXLINKIN_QUALITY_ALARM'"
Returns a COMMAND string of the form:
DXLINKIN_QUALITY_ALARM-OFF or DXLINKIN_QUALITY_ALARM-ON
Alarm is triggered when cable quality is beyond the threshold where overall performance issues are
likely to occur.
Syntax:
SEND_COMMAND <DEV>,"'?DXLINKOUT_QUALITY_ALARM'"
Example:
SEND_COMMAND OUTPUT_1,"'?DXLINKOUT_QUALITY_ALARM'"
Returns a COMMAND string of the form:
DXLINKOUT_QUALITY_ALARM-OFF or DXLINKOUT_QUALITY_ALARM-ON
Requests setting for the Auto Select mode for the input signal addressed by the D:P:S. VIDIN_AUTO
commands for Solecis Switchers must be sent directly to the Solecis unit, not sent via the 5002 device.
Syntax:
SEND_COMMAND <dev>, "'?VIDIN_AUTO_SELECT'"
Example:
SEND_COMMAND <5002:1:1>, "'?VIDIN_AUTO_SELECT'"
Returns a COMMAND string of the form:
VIDIN_AUTO_SELECT-<ENABLE|DISABLE>
Enables or disables the Auto Select mode for the input signal addressed by the D:P:S. VIDIN_AUTO
commands for Solecis Switchers must be sent directly to the Solecis unit, not sent via the 5002 device.
Syntax:
SEND_COMMAND <dev>, "'VIDIN_AUTO_SELECT-<setting>'"
Variable:
• Setting = ENABLE or DISABLE
Example:
SEND_COMMAND <5002:1:1>, "'?VIDIN_AUTO_SELECT-ENABLE'"
Requests the input horizontal shift of the specified VGA video port.
Syntax:
SEND_COMMAND <DEV>,"'?VIDIN_HSHIFT'"
Example:
SEND_COMMAND VIDEO_INPUT_1,"'?VIDIN_HSHIFT'"
Returns a COMMAND string of the form:
VIDIN_HSHIFT-<value>
Sets the horizontal shift of the specified video port to <value>.
Syntax:
SEND_COMMAND <DEV>,"'VIDIN_HSHIFT-<value>'"
Variable:
• value = -50 to 50
Example:
SEND_COMMAND <DEV>,"'VIDIN_HSHIFT-2'"
Sets the Horizontal shifting of VGA video input port (#1 based on D:P:S) to 2 (shift to right).
SEND_COMMAND VIDEO_INPUT_1,"'VIDIN_HSHIFT--3'"
Sets the horizontal shifting of VGA video input port (#1 based on D:P:S) to -3 (shift to left).
Integrated Master - NetLinx Programming
223

Advertisement

Table of Contents
loading

Table of Contents