Kramer Electronics Ltd.
VP-554X
– Protocol 3000
80
Function
Description
Syntax
Parameters/Attributes
Example
VID-RES?
Get output resolution.
“Get” command with
is_native=ON returns
native resolution VIC,
with is_native=OFF
returns current
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
<CR>
FEEDBACK
~nn@VID-RES?
io_mode
,
io_index
,
is_native
,
resolution
<CR><L
F>
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
Get output 1 resolution:
#VID-RES?
1
,
1
,
0
<CR>
VMUTE
Set enable/disable
video on output.
COMMAND
#VMUTE
level
<CR>
FEEDBACK
~nn@VMUTE
out_index
,
flag
<CR><LF>
out_index
– Number that
indicates the specific output:
1
– Output1
2
– Output2
3
– Output3
4
– Output4
flag
– Video Mute
0
– Mute On, 5V Off
1
– Mute Off, 5V On
2
– Mute On, 5V On
Disable the video output on
Output 2:
#VMUTE
2,0
<CR>
VMUTE?
Get video on output
status.
COMMAND
#VMUTE?
out_index
<CR>
FEEDBACK
~nn@VMUTE
out_index
,
flag
<CR><LF>
out_index
– Number that
indicates the specific output:
1
– Output1
2
– Output2
3
– Output3
4
– Output4
flag
– Video Mute
0
– Mute On, 5V Off
1
– Mute Off, 5V On
2
– Mute On, 5V On
Get video status on Output
2:
#VMUTE?
2
<CR>
VOLUME
Increase/decrease
volume output level
COMMAND
#VOLUME
level
<CR>
FEEDBACK
~nn@VOLUME
level
<CR><LF>
level
–
+
– Increase by 1 step
-
– Decrease by 1 step
Increase the volume:
#VOLUME
+
<CR>
X-AUD-LVL
Set audio level of a
specific signal.
This is an Extended
Protocol 3000
command.
COMMAND
#X-AUD-LVL
<direction_type>
.
<port_format>
.
<port_index>
.
<signal_type>
.
<index>
,
audio_level
<CR>
FEEDBACK
~nn@X-AUD-LVL
<direction_type>
.
<port_format>
.
<port_index>
.
<signal_type>
.
<index>
,
audio_level
<CR><LF>
The following attributes comprise
the signal ID:
▪
<direction_type>
–
Direction of the port:
o
OUT
– Output
▪
<port_format>
– Type of
signal on the port:
o
HDMI
o
ANALOG_AUDIO
o
AMPLIFIED_AUDIO
▪
<port_index>
– The port
number as printed on the front
or rear panel: 1 to 4
o
1 to 4 for HDMI/Analog Audio
Outputs
o
5 for Monitor Out (Line Out)
o
1 for Speaker Output
▪
<signal_type>
– Signal ID
attribute:
o
AUDIO
▪
<index>
– Indicates a specific
channel number when there
are multiple channels of the
same type: 1
audio_level
– Audio level
0 to 100
Set the audio level of
MONITOR OUT to 10:
#X-AUD-LVL
OUT
.
ANALOG
_AUDIO
.
5
.
AUDIO
.
1
,
10
<C
R>