Instruction manual

NetLinx Programming of DXLink Transmitters and Receivers
79
Instruction Manual – DXLink™ Twisted Pair Transmitters/Receiver
Video SEND_COMMANDs (Transmitters), continued
VIDIN_RES_AUTO
Enables or disables the Auto
mode (for automatically
determining the resolution)
on the Transmitter.
Note: This command applies
to the Multi-Format TX and
Wallplate TX only.
Important: Send to Port 7 for digital and Port 8 for analog.
Syntax:
SEND_COMMAND <DEV>,"'VIDIN_RES_AUTO-<ENABLE|DISABLE>'"
Example:
SEND_COMMAND dvTX,"'VIDIN_RES_AUTO-ENABLE'"
?VIDIN_VSHIFT
Requests the vertical shift
value of the analog video
input port addressed by the
D:P:S.
Note: This command applies
to the Multi-Format TX and
Wallplate TX only.
Important: This command must
be sent to Port 8.
Syntax:
SEND_COMMAND <DEV>, "'?VIDIN_VSHIFT'"
Example:
SEND_COMMAND VIDEO_INPUT_8,"'?VIDIN_VSHIFT'"
Returns a COMMAND string of the form:
VIDIN_VSHIFT-<value>
VIDIN_VSHIFT
Sets the vertical shift value of
the analog video input port
addressed by the D:P:S.
Note: This command applies
to the Multi-Format TX and
Wallplate TX only.
Important: This command must
be sent to Port 8.
Syntax:
SEND_COMMAND <DEV>, "'VIDIN_VSHIFT-<value>'"
Variables:
value = -10. . .10
Example:
SEND_COMMAND "'VIDIN_VSHIFT-2'"
Sets the vertical shifting of analog video input port (#1 based on D:P:S)
to 2 (shift upward).
SEND_COMMAND "'VIDIN_VSHIFT--3'"
Sets the vertical shifting of analog video input port (#1 based on D:P:S)
to -3 (shift downward).
?VIDIN_HSHIFT
Requests the horizontal shift
value of the analog video
input port addressed by the
D:P:S.
Note: This command applies
to the Multi-Format TX and
Wallplate TX only.
Important: This command must
be sent to Port 8.
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 value
of the analog video input port
addressed by the D:P:S.
Note: This command applies
to the Multi-Format TX and
Wallplate TX only.
Important: This command must
be sent to Port 8.
Syntax:
SEND_COMMAND <DEV>, "'VIDIN_HSHIFT-<value>'"
Variables:
value = -50. . .50
Examples:
SEND_COMMAND "'VIDIN_HSHIFT-2'"
Sets the horizontal shifting of video input port (#1 based on D:P:S) to 2 (shift
to right).
SEND_COMMAND "'VIDIN_HSHIFT--3'"
Sets the horizontal shifting of video input port (#1 based on D:P:S) to -3 (shift
to left).