Kramer Electronics Ltd.
VP-554X
– Protocol 3000
81
Function
Description
Syntax
Parameters/Attributes
Example
X-AUD-
LVL?
Get 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>
<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
Get the audio level of HDMI
1 output:
#X-AUD-LVL?
OUT
.
HDMI
.
1
.
AUDIO
.
1
<CR>
X-MUTE
Set mute ON/OFF on a
specific signal.
This command is
designed to Mute a
Signal. This means that
it could be applicable
on any type of signal.
Could be audio, video
and maybe IR, USB or
data if this capability is
supported by the
product.
This is an Extended
Protocol 3000
command.
COMMAND
#X-MUTE
<direction_type>
.
<port_format>
.
<port_index>
.
<signal_type>
.
<index>
,
state
<CR>
FEEDBACK
~nn@X-MUTE
<direction_type>
.
<port_format>
.
<port_index>
.
<signal_type>
.
<index>
,
state
<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
▪
<port_index>
– The port
number as printed on the front
or rear panel:
o
1 to 4
▪
<signal_type>
– Signal ID
attribute:
o
VIDEO
▪
<index>
– Indicates a specific
channel number when there
are multiple channels of the
same type: 1
state
– OFF/ON (not case
sensitive)
Mute the video on HDMI
OUT 4:
#X-MUTE
OUT
.
HDMI
.
4
.
VI
DEO
.
1
,
ON
<CR>
X-MUTE?
Get mute ON/OFF state
on a specific signal.
This command is
designed to Mute a
Signal. This means that
it could be applicable
on any type of signal.
Could be audio, video
and maybe IR, USB or
data if this capability is
supported by the
product.
This is an Extended
Protocol 3000
command.
COMMAND
#X-MUTE?
<direction_type>
.
<port_format>
.
<port_index>
.
<signal_type>
.
<index>
<CR>
FEEDBACK
~nn@X-MUTE
<direction_type>
.
<port_format>
.
<port_index>
.
<signal_type>
.
<index>
,
state
<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
▪
<port_index>
– The port
number as printed on the front
or rear panel:
o
1 to 4
▪
<signal_type>
– Signal ID
attribute:
o
VIDEO
▪
<index>
– Indicates a specific
channel number when there
are multiple channels of the
same type: 1
state
– OFF/ON (not case
sensitive)
Get the mute ON/OFF state
on HDMI OUT 4:
#X-MUTE?
OUT
.
HDMI
.
4
.
V
IDEO
.
1
<CR>
X-ROUTE
Send routing command
to matrix.
It is recommended
to use the command
#SIGNALS-LIST
to get
the list of all signal IDs
available in the system
and which can be used
in this command.
Video 1 is the default
port in this command
and is implied even if
not written:
#X-
ROUTE
out
.
sdi
.
5
,
i
n
.
sdi
.
1
<CR>
is interpreted as:
#X-
ROUTE
out
.
sdi
.
5
.
v
ideo
.
1
,
in
.
sdi
.
1
.
v
ideo
.
1
<CR>
This is an Extended
Protocol 3000
command.
COMMAND
#X-ROUTE
<direction_type1>
.
<port_type1>
.
<port_index1>
.
<signal_type1>
.
<index1>
,
<direction_type2>
.
<port_type2>
.
<port_index2>
.
<signal_type2>
.
<index2>
<CR>
FEEDBACK
~nn@X-ROUTE
<direction_type1>
.
<port_type1>
.
<port_index1>
.
<signal_type1>
.
<index1>
,
<direction_type2>
.
<port_type2>
.
<port_index2>
.
<signal_type2>
.
<index2>
<CR><LF>
The following attributes comprise
the signal ID:
▪
<direction_type>
–
Direction of the port:
o
IN
– Input
o
OUT
– Output
▪
<port_format>
– Type of
signal on the port:
o
HDMI
o
HDBT
o
ANALOG_AUDIO
▪
<port_index>
– The port
number as printed on the front
or rear panel
▪
<signal_type>
– Signal ID
attribute:
o
VIDEO
o
AUDIO
▪
<index>
– Indicates a specific
channel number when there
are multiple channels of the
same type
Route HDMI IN 2 to HDMI
OUT 3:
#X-ROUTE
out.hdmi.3.v
ideo.1
,
in.hdmi.2.vide
o.1
<CR>