Instruction manual
Programming
108
Enova DVX-315xHD & DVX-215xHD All-in-One Presentation Switchers - Instruction Manual
Video SEND_COMMANDs (Cont.)
VIDIN_HUE Sets the input hue of the specified video port 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 input name of the specified video port.
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 specified video port 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.
?VIDIN_PHASE Requests the input phase of the specified video port.
This command is valid only for inputs whose format is set to VGA.
Syntax:
SEND_COMMAND <DEV>, "'?VIDIN_PHASE'"
Example:
SEND_COMMAND VIDEO_INPUT_1,"'?VIDIN_PHASE'"
Returns a COMMAND string of the form:
VIDIN_PHASE-<value>
VIDIN_PHASE Sets the input phase of the specified video port <value>.
This command is valid only for inputs whose format is set to VGA.
Syntax:
SEND_COMMAND <DEV>, "'VIDIN_PHASE-<value>'"
Variables:
value = 0..31
Example:
SEND_COMMAND VIDEO_INPUT_1,"'VIDIN_PHASE-23'"
Sets the phase of video input port (#1 based on D:P:S) to 23.