Instruction manual

Programming
105
Enova DVX-2150HD/2155HD All-in-One Presentation Switcher Operation/Reference Guide
Video SEND_COMMANDs (Cont.)
VIDIN_HSHIFT
Sets the horizontal shifting
of the VGA video input port.
Sets the horizontal shift of the video port addressed by the D:P:S to <value>.
Syntax:
SEND_COMMAND <DEV>, "'VIDIN_HSHIFT-<value>'"
Variables:
value = -50..50
Example:
SEND_COMMAND "'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 "'VIDIN_HSHIFT--3'"
Sets the horizontal shifting of VGA video input port (#1 based on D:P:S) to -3
(shift to left).
?VIDIN_HUE
Requests the input hue
value of the video port.
Requests the input hue of the video port addressed by the D:P:S.
Syntax:
SEND_COMMAND <DEV>, "'?VIDIN_HUE'"
Example:
SEND_COMMAND VIDEO_INPUT_1,"'?VIDIN_HUE'"
Returns a COMMAND string of the form: VIDIN_HUE-<value>.
VIDIN_HUE
Sets the input hue of the
video port.
Sets the input hue of the video port addressed by the D:P:S to <value>.
Syntax:
SEND_COMMAND <DEV>, "'VIDIN_HUE-<value>'"
Variables:
value = 0..100
Example:
SEND_COMMAND VIDEO_INPUT_1,"'VIDIN_HUE-50'"
Sets the hue of video input port (#1 based on D:P:S) to 50.
?VIDIN_NAME
Requests the name of the
video input.
Requests the input name of the video port addressed by the D:P:S.
Syntax:
SEND_COMMAND <DEV>, "'?VIDIN_NAME'"
Example:
SEND_COMMAND VIDEO_INPUT_1,"'?VIDIN_NAME'"
Returns a COMMAND string of the form: VIDIN_NAME-<name>.
VIDIN_NAME
Sets the input name of the
video port.
Sets the input name of the video port addressed by the D:P:S to <name>.
The <name> length is limited to 63 characters. Specifying a longer name will
result in truncation to the 63 character length limit. Valid characters are:
a-z // lower case letters
A-Z // upper case letters
0-9 // numeric
#.-_=+ // special characters hash, period, dash, underscore, equal, plus
<space> // space characters at the beginning of a name are truncated
Syntax:
SEND_COMMAND <DEV>, "'VIDIN_NAME-<name>'"
Variables:
name = A string name. e.g.: "PC 1"
Example:
SEND_COMMAND VIDEO_INPUT_1,"'VIDIN_NAME-MyPC'"
Sets the name of video input port (#1 based on D:P:S) to MyPC. This is used for
the On Screen Display feature.