Kramer Electronics Ltd.
KDS-SW2-EN7
– Protocol 3000
66
Function
Description
Syntax
Response
Parameters/Attributes
Example
LOGIN?
Get current protocol
permission
level.
NOTE:
The
permission system
works only if security
is enabled with the
“SECUR” command.
For devices that
support security,
LOGIN allows the
user to run
commands with an
End User or
Administrator
permission level.
In each device, some
connections allow
logging in to different
levels. Some do not
work with security at
all.
Connection may
logout after timeout.
#LOGIN?
<CR>
~nn@LOGIN
login_level
<CR><LF>
login_level
– Level of permissions
required (User or Admin)
Get current protocol
permission level:
#LOGIN?
<CR>
LOGOUT
Cancel current
permission
level.
NOTE:
Logs
out from End User or
Administrator
permission levels to
Not Secure.
#LOGOUT
<CR>
~nn@LOGOUT ok
<CR><LF>
#LOGOUT
<CR>
LOGOUT-
TIMEOUT
Set inactivity auto-
logout time.
# LOGOUT-TIMEOUT time
<CR>
~nn@ LOGOUT-TIMEOUT
time
<CR><LF>
time
– minutes of logout time
Set Inactivity auto-logout time
to 10
#LOGOUT-TIMEOUT
10
<CR>
LOGOUT-
TIMEOUT?
Get inactivity auto-
logout time.
#LOGOUT-TIMEOUT?
<CR>
~nn@LOGOUT-TIMEOUT
time
<CR><LF>
time
– minutes of logout time
Get Inactivity auto-logout
time
#LOGOUT-TIMEOUT?
<CR>
MODEL?
Get device model.
NOTE:
This
command identifies
equipment
connected to KDS-
SW2-EN7 and
notifies of identity
changes to the
connected
equipment. The
Matrix saves this
data in memory to
answer REMOTE-
INFO requests.
#MODEL?
<CR>
~nn@MODEL
model_name
<CR><LF>
model_name
– String of up to 19
printable ASCII chars
Get the device model:
#MODEL?
<CR>
NAME
Set machine (DNS)
name.
NOTE:
The machine
name is not the
same as the model
name. The machine
name is used to
identify a specific
machine or a
network in use (with
DNS feature on).
#NAME interface_id,
host_name
<CR>
~nn@NAME interface_id,
host_name
<CR><LF>
interface_id
0
– machine name
host_name
– String of up to 15
alpha-numeric chars (can include
hyphen, not at the beginning or end)
Set the machine DNS name
of the device to room-442:
#NAME 0,room-442
<CR>
NAME?
Get machine (DNS)
name.
NOTE:
The machine
name is not the
same as the model
name. The machine
name is used to
identify a specific
machine or a
network in use (with
DNS feature on).
#NAME? interface_id
<CR>
~nn@NAME
interface_id,host_name
<CR><
LF>
interface_id
0
– machine name
host_name
– String of up to 15
alpha-numeric chars (can include
hyphen, not at the beginning or end)
Get the DNS name of the
device:
#NAME? 0
<CR>
NAME-RST
Reset machine
(DNS) name to
factory
default.
NOTE:
Factory default of
machine (DNS)
name is “KRAMER_”
+ 4 last digits of
device serial
number.
#NAME-RST
<CR>
~nn@NAME-RST
ok
<CR><LF>
Reset the machine name
(S/N last digits are 0102):
#NAME-RST
kramer_0102
<CR>