Kramer Electronics Ltd.
VP-554X
– Protocol 3000
77
Function
Description
Syntax
Parameters/Attributes
Example
PRST-STO
Store current
connections, volumes
and modes in preset.
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-STO
preset
<CR>
FEEDBACK
~nn@PRST-STO
preset
<CR><LF>
preset
– 1
Store preset:
#PRST-STO
1
<CR>
RESET
Reset device.
To avoid locking the
port due to a USB bug
in Windows, disconnect
USB connections
immediately after
running this command.
If the port was locked,
disconnect and
reconnect the cable to
reopen the port.
COMMAND
#RESET
<CR>
FEEDBACK
~nn@RESET
ok
<CR><LF>
Reset the device:
#RESET
<CR>
ROUTE
Set layer routing.
This command
replaces all other
routing commands.
COMMAND
#ROUTE
layer_type
,
out_index
,
in_index
<CR>
FEEDBACK
~nn@ROUTE
layer_type
,
out_index
<CR><LF>
layer_type
Layer Enumeration
out_index
– Acceptor id
in_index
– Source id
(see
on page
Route video IN 2 HDBT to
video OUT 8 HDBT:
#ROUTE
1,8,2
<CR>
ROUTE?
Get layer routing.
This command
replaces all other
routing commands.
COMMAND
#ROUTE?
layer_type
,
out_index
<CR>
FEEDBACK
~nn@ROUTE
layer_type
,
out_index
,
in_index
<CR><LF>
layer_type
Layer Enumeration
out_index
– Acceptor id
in_index
– Source id
(see
on page
Get the layer routing:
#ROUTE?
layer
,
dest
<CR>
SCLR-AS
Set auto-sync features.
Sets the auto sync
features for the
selected scaler.
COMMAND
#SCLR-AS
scaler_index
,
sync_speed
<CR>
FEEDBACK
~nn@SCLR-AS
scaler_index
,
sync_speed
<CR><LF>
scaler_index
– Scaler Number:
1
– Output1
2
– Output2
3
– Output3
4
– Output4
5
– Audio Out
sync_speed
–
0
– off
1
– fast (10s)
2
– slow (1Min)
3
– Immediate
Set auto-sync on output 1 to
Fast:
#SCLR-AS
1
,
1
<CR>
SCLR-AS?
Get auto-sync features.
Gets the auto sync
features for the
selected scaler.
COMMAND
#SCLR-AS?
scaler_index
<CR>
FEEDBACK
~nn@SCLR-AS
scaler_index
,
sync_speed
<CR><LF>
scaler_index
– Scaler Number:
1
– Output1
2
– Output2
3
– Output3
4
– Output4
5
– Audio Out
sync_speed
–
0
– off
1
– fast (10s)
2
– slow (1Min)
3
– Immediate
Get auto-sync on output 1:
#SCLR-AS?
1
<CR>
SCLR-
AUDIO-
DELAY
Set the scaler audio
delay.
Sets the audio delay
for the selected audio
output.
COMMAND
#SCLR-AUDIO-DELAY
scaler_index
,
delay
<CR>
FEEDBACK
~nn@SCLR-AUDIO-DELAY
scaler_index
,
delay
<CR><LF>
scaler_index
– Scaler Number:
1
– Output1
2
– Output2
3
– Output3
4
– Output4
5
– Audio Out
delay
–
0
– Off
1
– 10ms
2
– 20ms
3
– 30ms
4
– 40ms
5
– 50ms
Set the scaler audio delay on
Output 1 to 10s:
#SCLR-AUDIO-DELAY
1
,
1
<CR>
SCLR-
AUDIO-
DELAY?
Get the scaler audio
delay.
Gets the audio
delay for the selected
audio output.
COMMAND
#SCLR-AUDIO-DELAY?
scaler_index
<CR>
FEEDBACK
~nn@SCLR-AUDIO-DELAY
scaler_index
,
delay
<CR><LF>
scaler_index
– Scaler Number:
1
– Output1
2
– Output2
3
– Output3
4
– Output4
5
– Audio Out
delay
–
0
– Off
1
– 10ms
2
– 20ms
3
– 30ms
4
– 40ms
5
– 50ms
Get the scaler audio delay
for Output 1:
#SCLR-AUDIO-DELAY?
1
<
CR>
SCLR-
PCAUTO
Set PC auto sync of
scaler.
Trigger the Auto
Adjust feature of PC
input.
COMMAND
#SCLR-PCAUTO
scaler_index
,
auto_scan
<CR>
FEEDBACK
~nn@SCLR-PCAUTO
scaler_index
,
auto_scan
<CR><LF>
scaler_index
– Scaler Number:
1
– Output1
2
– Output2
3
– Output3
4
– Output4
auto_scan
–
0
– Off
1
– On
3
– Immediate
Set PC auto sync of scaler
on output 1 to On:
#SCLR-PCAUTO
1
,
1
<CR>