Kramer Electronics Ltd.
KIT-400
– Protocol 3000
83
Function
Description
Syntax
Parameters/Attributes
Example
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
1
– Video
3
– Data
out_index
for video layer:
1
– HDBT OUT
for video layer:
1
– HDBT OUT
2
–
KIT-400
data port
3
–
KIT-400
internal control port
in_index
– Source id
for video layer:
1
– IN 1
2
– IN 2
3
– IN 3
for video layer:
1
– HDBT OUT
2
–
KIT-400
data port
3
–
KIT-400
internal control port
Route video IN 2 to video
HDBT OUT:
#ROUTE
1,1,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
1
– Video
3
– Data
out_index
for video layer:
1
– HDBT OUT
for data layer:
1
– HDBT OUT
2
–
KIT-400
data port
3
–
KIT-400
internal control port
in_index
– Source id
for video layer:
1
– IN 1
2
– IN 2
3
– IN 3
for video layer:
1
– HDBT OUT
2
–
KIT-400
data port
3
–
KIT-400
internal control port
Get the layer routing:
#ROUTE?
1,1
<CR>
SECUR
Start/stop security.
The permission
system works only if
security is enabled with
the “SECUR”
command.
COMMAND
#SECUR
security_state
<CR>
FEEDBACK
~nn@SECUR
security_state
<CR><LF>
security_state
– Security state
0
– OFF (disables security)
1
– ON (enables security)
Enable the permission
system:
#SECUR
0
<CR>
SECUR?
Get current security
state.
The permission
system works only if
security is enabled with
the “SECUR”
command.
COMMAND
#SECUR?
<CR>
FEEDBACK
~nn@SECUR
security_state
<CR><LF>
security_state
– Security state
0
– OFF (disables security)
1
– ON (enables security)
Get current security state:
#SECUR?
<CR>
SIGNAL?
Get input signal status.
COMMAND
#SIGNAL?
in_index
<CR>
FEEDBACK
~nn@SIGNAL
in_index
,
status
<CR><LF>
in_index
– Number that indicates
the specific input:
1
– IN 1
2
– IN 2
3
– IN 3
status
– Signal status according
to signal validation:
0
– Off
1
– On
Get the input signal lock
status of IN 1:
#SIGNAL?
1
<CR>
SN?
Get device serial
number.
COMMAND
#SN?
<CR>
FEEDBACK
~nn@SN
serial_num
<CR><LF>
serial_num
– 14 decimal digits,
factory assigned
Get the device serial
number:
#SN?
<CR>
TIME
Set device time and
date.
The year must be 4
digits.
The device does not
validate the day of
week from the date.
Time format - 24 hours.
Date format - Day,
Month, Year.
COMMAND
#TIME
day_of_week
,
date
,
data
<CR>
FEEDBACK
~nn@TIME
day_of_week
,
date
,
data
<CR><LF>
day_of_week
– One of
{SUN,MON,TUE,WED,THU,FRI,SA
T}
date
– Format: DD-MM-YYYY.
data
– Format: hh:mm:ss where
hh = hours
mm = minutes
ss = seconds
Set device time and date to
December 5, 2018 at
2:30pm:
#TIME
mon
05-12-
2018,14:30:00
<CR>