Integrated Master - NetLinx Programming
223
Enova Digital Media Switchers - Hardware Reference Manual
DXLink SEND_COMMANDs (Cont.)
Command
Description
?DXLINKIN_QUALITY
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
?DXLINKOUT_QUALITY
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
?DXLINKIN_QUALITY_ALARM
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
?DXLINKOUT_QUALITY_ALARM
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
?VIDIN_AUTO_SELECT
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>
VIDIN_AUTO_SELECT
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'"
?VIDIN_HSHIFT
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>
VIDIN_HSHIFT
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).