Programming
44
Instruction Manual - Solecis Digital Switchers
Video SEND_COMMANDs (Cont.)
?VIDIN_PREF_EDID Requests the preferred resolution of the EDID source for the VGA video input. This
command only applies you select All Resolutions with the VIDIN_EDID command.
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, refresh>.
VIDIN_PREF_EDID Sets the preferred resolution of the EDID source for the VGA video input.
This command only applies you select All Resolutions with the VIDIN_EDID command.
Syntax:
SEND_COMMAND <DEV>,"'VIDIN_PREF_EDID-<resolution, refresh>'"
Variables:
resolution, refresh = for supported input resolutions and refresh rates, see the tables
starting on page 57
Example:
SEND_COMMAND VIDEO_INPUT_1,"'VIDIN_PREF_EDID-1920x1080p,60'"
?VIDIN_RES_REF Requests the resolution of the video input port addressed by the D:P:S.
Syntax:
SEND_COMMAND <DEV>, "'?VIDIN_RES_REF'"
Example:
SEND_COMMAND VIDEO_INPUT_1,"'?VIDIN_RES_REF'"
Returns a COMMAND string of the form: VIDIN_RES_REF-<h>x<v>,<rate>.
VIDIN_RES_REF Sets the resolution and refresh rate of the video input port addressed by D:P:S. Invalid
combinations are ignored by the SWITCHER.
Syntax:
SEND_COMMAND <DEV>,"'VIDIN_RES_REF-<horizontal>x<vertical>,<refresh-
rate>'"
Variables:
horizontal = An integer value representing the horizontal.
vertical = An integer value representing the vertical. May have an additional qualifier
such as 'i' or 'p'.
refresh-rate = An integer value representing the refresh rate.
Example:
SEND_COMMAND VIDEO_INPUT_1,"'VIDIN_RES_REF-1920x1080,60'"
For a list of supported resolutions, see the Appendix B - Supported Resolutions on
page 57.
?VIDIN_STATUS Requests the video input status of the video input port addressed by the D:P:S
Syntax:
SEND_COMMAND <DEV>,"'?VIDIN_STATUS'"
Example:
SEND_COMMAND VIDEO_INPUT_1,"'?VIDIN_STATUS'"
Returns a COMMAND string of the form: VIDIN_STATUS-<status string>
status string = NO SIGNAL, UNKNOWN SIGNAL, or VALID SIGNAL.
?VIDIN_VSHIFT Requests the input Vertical shifting of the RGB video port addressed by the D:P:S. This
command is only available on VGA inputs.
Syntax:
SEND_COMMAND <DEV>, "'?VIDIN_VSHIFT'"
Example:
SEND_COMMAND VIDEO_INPUT_1,"'?VIDIN_VSHIFT'"
Returns a COMMAND string of the form: VIDIN_VSHIFT-<value>.