Kramer Electronics Ltd.
VP-554X
– Protocol 3000
70
Function
Description
Syntax
Parameters/Attributes
Example
DISPLAY?
Get output HPD status.
COMMAND
#DISPLAY?
out_index
<CR>
FEEDBACK
~nn@DISPLAY
out_index
,
status
<CR><LF>
out_index
– Number that
indicates the specific output:
1-N (N= the total number of outputs)
1
– HDMI1
2
– HDBT1
3
– HDMI2
4
– HDBT2
5
– HDMI3
6
– HDBT3
7
– HDMI4
8
– HDBT4
status
– HPD status according to
signal validation
0
– Signal or sink is not valid
1
– Signal or sink is valid
2
– Sink and EDID is valid
Get the output HPD status of
Output 1:
#DISPLAY?
1
<CR>
ECHO
Set Echoing ON/OFF
function.
Sending commands
via RS-232 port
while echoing is
disabled will result in no
status change on
UDP/TCP port
COMMAND
#ECHO
echo_state
<CR>
FEEDBACK
~nn@ECHO
echo_state
<CR><LF>
echo_state
– Enable/Disable link
0
– Off
1
– On
Set Echoing function to ON:
#ECHO
1
<CR>
ECHO?
Get Echo state
(ON/OFF).
Sending commands
via RS-232 port
while echoing is
disabled will result in no
status change on
UDP/TCP port
COMMAND
#ECHO?
<CR>
FEEDBACK
~nn@AUD-CH-LINK
echo_state
<CR><LF>
echo_state
– Enable/Disable link
0
– Off
1
– On
Fet Echoing function state:
#ECHO?
<CR>
EQ-LVL
Set equalization level.
COMMAND
#EQ-LVL
io_index
,
eq_type
,
eq_level
<CR>
FEEDBACK
~nn@EQ-LVL
io_index
,
eq_type
,
eq_level
<CR><LF>
io_index
– Number that indicates
the specific input or output port:
1-N (N= the total number of input or
output ports)
1
– Output1
2
– Output2
3
– Output3
4
– Output4
5
– Audio Out
eq_type
– Equalizer Types
120
200
500
1200
3000
7500
12000
eq_level
– Equalizer level
0 (-10dB) to 20 (0dB) to 40 (10dB)
Set 120 EQ level value for
Output 1 to 12:
#EQ-LVL
1
,
120
,
12
<CR>
EQ-LVL?
Get equalization level.
COMMAND
#EQ-LVL?
io_index
,
eq_type
<CR>
FEEDBACK
~nn@EQ-LVL
io_index
,
eq_type
,
eq_level
<CR><LF>
io_index
– Number that indicates
the specific input or output port:
1-N (N= the total number of input or
output ports)
1
– Output1
2
– Output2
3
– Output3
4
– Output4
5
– Audio Out
eq_type
– Equalizer Types
120
200
500
1200
3000
7500
12000
eq_level
– Equalizer level
0 (-10dB) to 20 (0dB) to 40 (10dB)
Get 200 EQ level for speaker
output 1:
#EQ-LVL?
1
,
200
<CR>
ETH-PORT
Set Ethernet port
protocol.
If the port number
you enter is already in
use, an error is
returned.
The port number must
be within the following
range: 0-(2^16-1).
COMMAND
#ETH-PORT
port_type
,
port_id
<CR>
FEEDBACK
~nn@ETH-PORT
port_type
,
port_id
<CR><LF>
port_type
– TCP/UDP
port_id
– TCP/UDP port number:
UDP
– 50000 to 50999
TCP
– 5000 to 5099
Set the Ethernet port
protocol for TCP to port
5001:
#ETH-PORT
tcp
,
5001
<CR
>
ETH-PORT?
Get Ethernet port
protocol.
COMMAND
#ETH-PORT?
port_type
<CR>
FEEDBACK
~nn@ETH-PORT
port_type
,
port_id
<CR><LF>
port_type
– TCP/UDP
port_id
– TCP/UDP port number:
UDP
– 50000 to 50999
TCP
– 5000 to 5099
Get the Ethernet port
protocol for UDP:
#ETH-PORT?
udp
<CR>