Kramer Electronics Ltd.
VP-554X
– Protocol 3000
76
Function
Description
Syntax
Parameters/Attributes
Example
NET-IP?
Get IP address.
COMMAND
#NET-IP?
<CR>
FEEDBACK
~nn@NET-IP
ip_address
<CR><LF>
ip_address
– Format:
xxx.xxx.xxx.xxx
Get the IP address:
#NET-IP?
<CR>
NET-MAC?
Get MAC address.
For backward
compatibility, the
id
parameter can be
omitted. In this case,
the Network ID, by
default, is 0, which is
the Ethernet control
port.
COMMAND
#NET-MAC?
id
<CR>
FEEDBACK
~nn@NET-MAC
id
,
mac_address
<CR><LF>
id
– Network ID–the device
network interface (if there are more
than one). Counting is 0 based,
meaning the control port is ‘0’,
additional ports are 1,2,3….
mac_address
– Unique MAC
address. Format: XX-XX-XX-XX-
XX-XX where X is hex digit
#NET-MAC?
id
<CR>
NET-MASK
Set subnet mask.
For proper settings
consult your network
administrator.
COMMAND
#NET-MASK
net_mask
<CR>
FEEDBACK
~nn@NET-MASK
net_mask
<CR><LF>
net_mask
– Format:
xxx.xxx.xxx.xxx
Set the subnet mask to
255.255.0.0:
#NET-
MASK
255
.
255
.
000
.
000
<
CR>
NET-MASK?
Get subnet mask.
COMMAND
#NET-MASK?
<CR>
FEEDBACK
~nn@NET-MASK
net_mask
<CR><LF>
net_mask
– Format:
xxx.xxx.xxx.xxx
Get the subnet mask:
#NET-MASK?
<CR>
PROG-
ACTION
Set Step-In button
action bitmap.
Programs matrix
action as a response
for external event
(programmable button
pressed).
COMMAND
#PROG-ACTION
io_mode
,
in_inbdex
,
button_id
,
bitmap_actions_
id
<CR>
FEEDBACK
~nn@PROG-ACTION
io_mode
,
in_index
,
button_id
,
bitmap_action
s_id
<CR><LF>
io_mode
–
0
– Input
in_index
– Number that indicates
the specific input:
1
– HDMI1
2
– HDMI2
3
– HDMI3
4
– HDMI4
5
– HDMI5
6
– HDMI6
7
– HDBT1
8
– HDBT2
9
– HDBT3
10
– HDBT4
button_id
– 1
bitmap_actions_id
– Bitmap
representing
actions to perform after
receiving button_id. format:
XXXX…X, where X is a hex digit.
0x01
– Output1
0x02
– Output2
0x04
– Output3
0x08
– Output4
Set step-in button actions on
input 3:
#PROG-
ACTION
0,3,1,0x04
<CR>
PROG-
ACTION?
Get step-in button
action bitmap.
If different outputs
are chosen, for
out1+out3, then 0x05
should be as arameter.
(0x01+0x04=0x05)
COMMAND
#PROG-ACTION?
io_mode
,
in_index
,
button_id
<CR>
FEEDBACK
~nn@PROG-ACTION
io_mode
,
in_index
,
button_id
,
bitmap_action
s_id
<CR><LF>
io_mode
–
0
– Input
in_index
– Number that indicates
the specific input:
1
– HDMI1
2
– HDMI2
3
– HDMI3
4
– HDMI4
5
– HDMI5
6
– HDMI6
7
– HDBT1
8
– HDBT2
9
– HDBT3
10
– HDBT4
button_id
– 1
bitmap_actions_id
– Bitmap
representing
actions to perform after
receiving button_id. format:
XXXX…X, where X is a hex digit.
0x01
– Output1
0x02
– Output2
0x04
– Output3
0x08
– Output4
Get step-in button action
bitmap:
#PROG-
ACTION?
0,3,1
<CR>
PROT-VER?
Get device protocol
version.
COMMAND
#PROT-VER?
<CR>
FEEDBACK
~nn@PROT-VER
3000:version
<CR><LF>
version
– XX.XX where X is a
decimal digit
Get the device protocol
version:
#PROT-VER?
<CR>
PRST-LST?
Get saved preset list.
In most units, video
and audio presets with
the same number are
stored and recalled
together by commands
#PRST-STO
and
#PRST-RCL.
COMMAND
#PRST-LST?
<CR>
FEEDBACK
~nn@PRST-LST
preset
,
preset
,
…
<CR><LF>
preset
– Preset number – 1
Show preset list:
#PRST-LST?
<CR>
PRST-RCL
Recall saved preset list.
In most units, video
and audio presets with
the same number are
stored and recalled
together by commands
#PRST-STO
and
#PRST-RCL.
COMMAND
#PRST-RCL
preset
<CR>
FEEDBACK
~nn@PRST-RCL
preset
<CR><LF>
preset
– 1
Recall preset:
#PRST-RCL
1
<CR>