Kramer Electronics Ltd.
VP-551X
– Protocol 3000
53
Function
Description
Syntax
Parameters/Attributes
Example
BASS
Set audio bass level.
COMMAND
#BASS
channel
,
bass_level
<CR>
FEEDBACK
~nn@BASS
channel
,
bass_level
<CR><LF>
channel
– 1 (Scaler)
bass_level
– 0-30
Set audio bass level 5:
#BASS
1
,
5
<CR>
BASS?
Get audio bass level.
COMMAND
#BASS?
channel
<CR>
FEEDBACK
~nn@BASS
channel
,
bass_level
<CR><LF>
channel
– 1 (Scaler)
bass_level
– 0-30
Get audio bass level:
#BASS?
1
<CR>
BUILD-DATE?
Get device build date.
COMMAND
#BUILD-DATE?
<CR>
FEEDBACK
~nn@BUILD-DATE
date
,
time
<CR><LF>
date
– Format: YYYY/MM/DD where
YYYY = Year
MM = Month
DD = Day
time
– Format: hh:mm:ss where
hh = hours
mm = minutes
ss = seconds
Get the device build date:
#BUILD-DATE?
<CR>
DISPLAY?
Get output HPD status.
COMMAND
#DISPLAY?
out_id
<CR>
FEEDBACK
~nn@DISPLAY
out_id
,
status
<CR><LF>
out_id
– Output number
1
– HDMI
2
– HDBT
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
the HDMI output:
#DISPLAY?
1
<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
portType
,
ETHPort
<CR>
FEEDBACK
~nn@ETH-PORT
portType
,
ETHPort
<CR><LF>
portType
– TCP/UDP
ETHPort
– TCP/UDP port number
TCP
– (5000-5099)
UDP
– (50000-50999)
Set the Ethernet port protocol
for TCP to port 12457:
#ETH-PORT
0
,
12457
<CR>
ETH-PORT?
Get Ethernet port
protocol.
COMMAND
#ETH-PORT?
portType
<CR>
FEEDBACK
~nn@ETH-PORT
portType
,
ETHPort
<CR><LF>
portType
– TCP/UDP
0
– TCP
1
– UDP
ETHPort
– TCP / UDP port number
(0
– 65535)
Get the Ethernet port protocol
for UDP:
#ETH-PORT?
1
<CR>
FACTORY
Reset device to factory
default configuration.
This command
deletes all user data from
the device. The deletion
can take some time.
Your device may require
powering off and
powering on for the
changes to take effect.
COMMAND
#FACTORY
<CR>
FEEDBACK
~nn@FACTORY
OK
<CR><LF>
Reset the device to factory
default configuration:
#FACTORY
<CR>
HDCP-MOD
Set HDCP mode.
Set HDCP working
mode on the device input:
HDCP supported -
HDCP_ON [default].
HDCP not supported -
HDCP OFF.
HDCP support changes
following detected sink -
MIRROR OUTPUT.
When you define
3
as the
mode, the HDCP status is
defined according to the
connected output in the
following priority: OUT 1,
OUT 2. If the connected
display on OUT 2
supports HDCP, but OUT
1 does not, then HDCP is
defined as not supported.
If OUT 1 is not
connected, then HDCP is
defined by OUT 2.
COMMAND
#HDCP-MOD
stage,inp_id
,
mode
<CR>
FEEDBACK
~nn@HDCP-MOD
inp_id
,
mode
<CR><LF>
stage
– Input/Output
0
– Input
1
– Output
inp_id
– Input number:
1
– HDMI 1
2
– HDMI 2
3
– HDMI 3
4
– HDMI 4
5
– HDMI 5
6
– HDMI 6
7
– HDMI 7
8
– HDMI 8
Output number
1
– HDMI
2
– HDBT
mode
– HDCP mode
Input:
0
– Off
1
– On
Output:
2
– Follow input
3
– Follow output
Set the input HDCP-MODE of
input HDMI 1 to Off:
#HDCP-MOD
0
,
1
,
0
<CR>
DRAFT