Kramer Electronics Ltd.
VSM-4x4X
– Protocol 3000
58
Protocol 3000 Commands
Function
Description
Syntax
Parameters/Attributes
Example
#
Protocol handshaking.
Validates the
Protocol 3000
connection and gets
the machine number.
Step-in master
products use this
command to identify
the availability of a
device.
COMMAND
#
<CR>
FEEDBACK
~nn@
ok
<CR><LF>
#
<CR>
AUD-LVL
Set volume level.
COMMAND
#AUD-LVL
io_mode
,
io_index
,
vol_db
<CR>
FEEDBACK
~nn@AUD-LVL
io_mode
,
io_index
,
vol_level
<CR><LF>
io_mode
– Input/Output
0
– Input
1
– Output
io_index
– Number that indicates
the specific input or output port:
1-4
vol_db
– Volume level -80db to
10dB;
++
(increase current value by 1dB);
--
(decrease current value by 1dB)
Set OUT 2 AUDIO level
to -50dB:
#AUD-LVL
1
,
2
,
-50
<CR>
AUD-LVL?
Get volume level.
COMMAND
#AUD-LVL?
io_mode
,
io_index
<CR>
FEEDBACK
~nn@AUD-LVL
io_mode
,
io_index
,
vol_db
<CR><LF>
io_mode
– Input/Output
0
– Input
1
– Output
io_index
– Number that indicates
the specific input or output port:
1-4
vol_db
– Volume level -80db to
10dB;
++
(increase current value by 1dB);
--
(decrease current value by 1dB)
Get AUDIO OUT 1 level
#AUD-LVL?
1
,
1
<CR>
AUD-LVL-
RANGE?
Get audio level min
and max range.
In most devices
min and max audio
level is a function of
HW implementation
and the SET
command is usually
not implemented.
COMMAND
#AUD-LVL-RANGE?
io_mode
,
io_index
<CR>
FEEDBACK
~nn@AUD-LVL-RANGE
io_mode
,
io_index
,
min_vol
,
max_vol
<CR><L
F>
io_mode
– Input/Output
0
– Input
1
– Output
io_index
– Number that indicates
the specific input or output port:
1-4
min_vol
– Minimal available audio
level
max_vol
– Maximum available
audio level
Get audio level min and max
range for output 2:
#AUD-LVL-RANGE?
1
,
2
<C
R>
AUD-SIG-
TYPE
N/A
AUD-SIG-
TYPE?
N/A
BEACON-
INFO?
Get beacon
information, including
IP address, UDP
control port, TCP
control port, MAC
address, model,
name.
There is no Set
command. Get
command initiates a
notification.
COMMAND
#BEACON-INFO?
port_id
<CR>
FEEDBACK
~nn@BEACON-INFO
port_id
,
ip_string
,
udp_port
,
tcp_port
,
mac_
address
,
model
,
name
<CR><LF>
port_id
– 0
ip_string
– Dot-separated
representation of the IP address
udp_port
– UDP control port
tcp_port
– TCP control port
mac_address
– Dash-separated
mac address
model
– Device model
name
– Device name
Get beacon information:
#BEACON-INFO?
0
<CR>
BRIGHTNESS
Set image brightness
per output.
Value limits can
vary for different
devices.
Value is a property of
input connected to
current output.
Changing input source
might cause changes
in this value (refer
device definitions).
In devices that enable
showing multiple
outputs on one display
– each in a separate
window
– this
command relates only
to the window
associated with the
output indicated in the
out-index parameter.
COMMAND
#BRIGHTNESS
out_index
,
value
<CR>
FEEDBACK
~nn@BRIGHTNESS
out_index
,
value
<CR><LF>
out_index
– Number that
indicates the specific output:
1-4
value
– Brightness value
Set brightness for output 1 to
50:
#BRIGHTNESS
1
,
50
<CR>