Kramer Electronics Ltd.
VP-554X
– Protocol 3000
69
Function
Description
Syntax
Parameters/Attributes
Example
AUD-LVL?
Get volume level.
COMMAND
#AUD-LVL?
io_mode
,
io_index
<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:
For Inputs (0)
1
– HDMI1
2
– HDMI2
3
– HDMI3
4
– HDMI4
5
– HDMI5
6
– HDMI6
7
– HDBT1
8
– HDBT2
9
– HDBT3
10
– HDBT4
11
– AUDIO IN1
12
– AUDIO IN2
13
– AUDIO IN3
14
– AUDIO IN4
15
– AUDIO IN5
16
– AUDIO IN6
17
– AUDIO IN7
18
– AUDIO IN8
For Outputs (1)
1
– Output1 HDMI
2
– Output1 LINE
3
– Output2 HDMI
4
– Output2 LINE
5
– Output3 HDMI
6
– Output3 LINE
7
– Output4 HDMI
8
– Output4 LINE
9
– Audio Out Speaker
10
– Audio Out Line
vol_level
– Volume level 0 to 100
Get AUDIO OUT1 HDMI
level
#AUD-LVL?
1
,
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>
CPEDID
Copy EDID data from
the output to the input
EEPROM.
Destination bitmap
size depends on device
properties (for 64 inputs
it is a 64-bit word).
Example: bitmap
0x0013 means inputs
1,2 and 5 are loaded
with the new EDID.
In certain products
Safe_mode is an
optional parameter.
See the HELP
command for its
availability.
COMMAND
#CPEDID
edid_io
,
src_id
,
edid_io
,
dest_bitmap
<CR>
or
#CPEDID
edid_io
,
src_id
,
edid_io
,
dest_bitmap
,
safe_mode
<CR>
FEEDBACK
~nn@CPEDID
edid_io
,
src_id
,
edid_io
,
dest_bitmap
<CR><LF>
~nn@CPEDID
edid_io
,
src_id
,
edid_io
,
dest_bitmap
,
safe_mode
<
CR><LF>
edid_io
–
EDID
source type
(usually output)
1
– Output
src_id
– Number of chosen
source stage
1
– HDMI1
2
– HDBT1
3
– HDMI2
4
– HDBT2
5
– HDMI3
6
– HDBT3
7
– HDMI4
8
– HDBT4
edid_io
–
EDID destination
type
(usually input)
0
– Input
dest_bitmap
– Bitmap
representing destination IDs.
Format: XXXX…X, where X is hex
digit. The binary form of every hex
digit represents corresponding
destinations.
When several inputs are selected
(for example, HDMI1, HDMI6 and
HDBT1), the parameter should be
0x61 (the sum of 0x01, 0x20 and
0x40).
0x01
– HDMI1
0x02
– HDMI2
0x04
– HDMI3
0x08
– HDMI4
0x10
– HDMI5
0x20
– HDMI6
0x40
– HDBT1
0x80
– HDBT2
0x100
– HDBT3
0x200
– HDBT4
safe_mode
– Safe mode
0
– device accepts the EDID as is
without trying to adjust
1
– device tries to adjust the EDID
(default value if no parameter
is sent)
Copy the EDID data from the
Output HDMI1 (EDID
source) to the HDMI1 Input:
#CPEDID
1
,
1
,
0
,
0x01
<CR
>