Kramer Electronics Ltd.
VP-554X
– Protocol 3000
79
Function
Description
Syntax
Parameters/Attributes
Example
VFRZ
Set freeze on selected
output.
COMMAND
#VFRZ
out_index
,
freeze_flag
<CR>
FEEDBACK
~nn@VFRZ
out_index
,
freeze_flag
<CR><LF>
out_index
– Number that
indicates the specific output:
1
– Output1
2
– Output2
3
– Output3
4
– Output4
freeze_flag
– On/Off
0
– Off
1
– On
Set freeze on Output 1:
#VFRZ
1
,
1
<CR>
VFRZ?
Get output freeze
status.
COMMAND
#VFRZ?
out_index
<CR>
FEEDBACK
~nn@VFRZ
out_index
,
freeze_flag
<CR><LF>
out_index
– Number that
indicates the specific output:
1
– Output1
2
– Output2
3
– Output3
4
– Output4
freeze_flag
– On/Off
0
– Off
1
– On
Get Output 1 freeze status:
#VFRZ?
1
<CR>
VID-RES
Set output resolution.
“Set” command with
is_native=ON sets
native resolution on
selected output
(resolution index sent =
0). Device sends as
answer actual VIC ID of
native resolution.
To use “custom
resolutions” (entries
100-105 In View
Modes), define them
using the DEF-RES
command.
COMMAND
#VID-RES
io_mode
,
io_index
,
is_native
,
resolution
<CR>
FEEDBACK
~nn@VID-RES
io_mode
,
io_index
,
is_native
,
resolution
<CR><LF
>
io_mode
– Output
1
– Output
io_index
– Number that indicates
the specific input or output port:
1
– Output1
2
– Output2
3
– Output3
4
– Output4
is_native
– Native resolution flag
0
– Off
resolution
– Resolution index
0=
Native
1=
640x480@60Hz
2=
800x600@60Hz
3=
1024x768@60Hz
4=
1280x768@60Hz
5=
1280x800@60Hz
6=
1280x1024@60Hz
7=
1360x768@60Hz
8=
1400x1050@60Hz
9=
1440x900@60Hz
10=
1600x1200@60Hz
11=
1680x1050@60Hz
12=
1920x1200@60Hz RB
13=
2560x1600@60Hz RB
14=
1920x1080@60Hz
15=
1280x720@60Hz
16=
2048x1080@50Hz
17=
2048x1080@60Hz
18=
2560x1440@60Hz RB
19=
3440x1440@30Hz RB
20=
3440x1440@60Hz RB
21=
720x480p@60Hz
22=
1280x720p@60Hz
23=
1920x1080p@60Hz
24=
720x576p@50Hz
25=
1280x720p@50Hz
26=
1920x1080p@50Hz
27=
1920x1080p@24Hz
28=
1920x1080p@25Hz
29=
1920x1080p@30Hz
30=
2560x1080p@50Hz
31=
2560x1080p@60Hz
32=
3840x2160p@24Hz
33=
3840x2160p@25Hz
34=
3840x2160p@30Hz
35=
3840x2160p@50Hz
36=
3840x2160p@60Hz
Set output 1 resolution to
Native:
#VID-RES
1
,
1
,
0
,
0
<CR>