
User Manual - VPX-1701
36
No.
Function Description Syntax
Example
20
?FWVERSION
To determine the
system’s Application
Code version
Command:
SEND_COMMAND <DEV>,”’?FWVERSION’”
Return:
FWVERSION <version-string>
Command:
SEND_COMMAND dvRX,”’?FWVERSION’”
Return:
FWVERSION-SCALER_V1.05
FWVERSION-STM32_V1.4
21
VIDOUT_SCALE
Set the scaling mode for
the video output port
Command:
SEND_COMMAND <DEV>,”’VIDOUT_SCALE-
<AUTO|MANUAL>’”
Return:
VIDOUT_SCALE-<AUTO|MANUAL>
Command:
SEND_COMMAND VIDEO_OUTPUT_1,”’VIDOUT_
SCALE-AUTO’”
Return:
VIDOUT_SCALE-AUTO
Description:
Set scale mode as auto.
22
?VIDOUT_SCALE
Gets the scaling mode
for the video output port
Command:
SEND_COMMAND <DEV>, “’?VIDOUT_
SCALE’”
Return:
VIDOUT_SCALE-<AUTO|MANUAL>
Command:
SEND_COMMAND VIDEO_
OUTPUT_1,”’?VIDOUT_SCALE’”
Return:
VIDOUT_SCALE-Auto
Description:
Scale mode is auto.
23
VIDOUT_MUTE
Sets the video mute
mode for the video
output port
Command:
SEND_COMMAND <DEV>,”’VIDOUT_MUTE-
<ENABLE|DISABLE>’”
Return:
VIDOUT_MUTE<ENABLE|DISABLE>
Command:
SEND_COMMAND SWITCHER,”’VIDOUT_MUTE-
ENABLE’”
Return:
VIDOUT_MUTE-ENABLE
Description:
Set Video mute mode as enable.
24
?VIDOUT_MUTE
Gets the video mute
mode for the video
output port
Command:
SEND_COMMAND <DEV>, “’?VIDOUT_
MUTE’”
Return:
VIDOUT_MUTE<ENABLE|DISABLE>
Command:
SEND_COMMAND SWITCHER,”’?VIDOUT_
MUTE’”
Return:
VIDOUT_MUTE-DISABLE
Description:
Video mute mode is disable.
25
VIDOUT_ON
Sets the video on mode
for the video output port
Command:
SEND_COMMAND <DEV>,”’VIDOUT_ON-
<ON|OFF>’”
Return:
‘VIDOUT_ON-<ON|OFF>
Command:
SEND_COMMAND SWITCHER,”’VIDOUT_ON-
ON’”
Return:
VIDOUT_ON-ON
Description:
Set Video on mode as on.
26
?VIDOUT_ON
Gets the video ON mode
for the video output port
Command:
SEND_COMMAND <DEV>, “’?VIDOUT_ON’”
Return:
VIDOUT_ON-<ON|OFF>
Command:
SEND_COMMAND SWITCHER,”’?VIDOUT_ON’”
Return:
VIDOUT_ON-OFF
Description:
Video on mode is disable.
27
VIDOUT_RGB
Sets the video color
space for the video
output port
Command:
SEND_COMMAND <DEV>,”’VIDOUT_RGB-
<ENABLE|DISABLE>’”
Return:
VIDOUT_RGB-<ENABLE|DISABLE>
Command:
SEND_COMMAND SWITCHER,”’VIDOUT_RGB-
ENABLE’”
Return:
VIDOUT_RGB-ENABLE
Description:
Set Video out color space as RGB.
28
?VIDOUT_RGB
Get the video color
space for the video
output port
Command:
SEND_COMMAND <DEV>, “’?VIDOUT_RGB’”
Return:
VIDOUT_RGB-<ENABLE|DISABLE>
Command:
SEND_COMMAND SWITCHER,”’?VIDOUT_RGB’”
Return:
VIDOUT_RGB-DISABLE
Description:
Video out color space is YUV.
NetLinx Command List Instructions (cont.)