Programming
100
Enova DVX-315xHD & DVX-215xHD All-in-One Presentation Switchers - Instruction Manual
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.
?VIDIN_PREF_EDID
Requests the preferred resolution of the EDID source being mirrored by the specified video port.
Syntax:
SEND_COMMAND <DEV>, "'?VIDIN_PREF_EDID'"
Example:
SEND_COMMAND VIDEO_INPUT_1,"'?VIDIN_PREF_EDID'"
Returns a COMMAND string of the form:
VIDIN_PREF_EDID-<resolution>
VIDIN_PREF_EDID
Sets the preferred resolution for the EDID source to mirror in the specified video input port
You can only set the preferred resolution if you use the VIDIN_EDID command (page 98) to set the EDID
source to
All Resolutions
,
Wide-screen
, or
Full-screen
.
Syntax:
SEND_COMMAND <DEV>,"'VIDIN_PREF_EDID-<resolution>'"
Example:
SEND_COMMAND VIDEO_INPUT_1,"'VIDIN_PREF_EDID-1280x1024,60'"
Video SEND_COMMANDs