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@RESETok<CR><LF>
Reset the device:
#RESET<CR>
Set layer routing.
This command
replaces all other
routing commands.
COMMAND
#ROUTElayer_type,out_index,in_index<CR>
FEEDBACK
~nn@ROUTElayer_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:
#ROUTE1,1,2<CR>
Get layer routing.
This command
replaces all other
routing commands.
COMMAND
#ROUTE?layer_type,out_index<CR>
FEEDBACK
~nn@ROUTElayer_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>
Start/stop security.
The permission
system works only if
security is enabled with
the “SECUR”
command.
COMMAND
#SECURsecurity_state<CR>
FEEDBACK
~nn@SECURsecurity_state<CR><LF>
security_state – Security state
0 – OFF (disables security)
1 – ON (enables security)
Enable the permission
system:
#SECUR0<CR>
Get current security
state.
The permission
system works only if
security is enabled with
the “SECUR”
command.
COMMAND
#SECUR?<CR>
FEEDBACK
~nn@SECURsecurity_state<CR><LF>
security_state – Security state
0 – OFF (disables security)
1 – ON (enables security)
Get current security state:
#SECUR?<CR>
COMMAND
#SIGNAL?in_index<CR>
FEEDBACK
~nn@SIGNALin_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>
Get device serial
number.
COMMAND
#SN?<CR>
FEEDBACK
~nn@SNserial_num<CR><LF>
serial_num – 14 decimal digits,
factory assigned
Get the device serial
number:
#SN?<CR>
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
#TIMEday_of_week,date,data<CR>
FEEDBACK
~nn@TIMEday_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:
#TIMEmon05-12-
2018,14:30:00<CR>