Kramer Electronics Ltd.
AFM-20DSP
– Protocol 3000
71
Function
Description
Syntax
Parameters/Attributes
Example
HELP
Get command list or
help for specific
command.
COMMAND
#HELP
<CR>
#HELP
command_name
<CR>
FEEDBACK
1. Multi-line:
~nn@Device
command
,
command…
<CR><LF>
To get help for command use: HELP (COMMAND_NAME)
<CR><LF>
~nn@HELP
command:
<CR><LF>
description
<CR><LF>
USAGE:usage
<CR><LF>
command
– Name of a specific
command
Get the command list:
#HELP
<CR>
To get help for
#
AV-SW-TIMEOUT:
HELP
AV-SW-TIMEOUT
<CR>
LOGIN
Set protocol
permission.
For devices that
support security,
LOGIN allows the user
to run commands with
an End User or
Administrator
permission level.
When the permission
system is enabled,
LOGIN enables
running commands
with the User or
Administrator
permission level
When set, login must
be performed upon
each connection
The permission system
works only if security is
enabled with the
“SECUR” command.
It is not mandatory to
enable the permission
system in order to use
the device
In each device, some
connections allow
logging in to different
levels. Some do not
work with security at
all.
Connection may logout
after timeout.
COMMAND
#LOGIN
login_level
,
password
<CR>
FEEDBACK
~nn@LOGIN
login_level
,
password
OK
<CR><LF>
or
~nn@LOGIN
ERR
004
<CR><LF>
(if incorrect password was entered)
login_level
– Level of permissions
required ( User or Admin)
password
– Predefined password (by
PASS command). Default password is
an empty string
Set the protocol permission
level to Admin (when the
password defined in the PASS
command is 33333):
#LOGIN
Admin
,
33333
<CR>
LOGIN?
Get current protocol
permission level.
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.
The permission system
works only if security is
enabled with the
“SECUR” command.
COMMAND
#LOGIN?
<CR>
FEEDBACK
~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.
Logs out from End
User or Administrator
permission levels to
Not Secure.
COMMAND
#LOGOUT
<CR>
FEEDBACK
~nn@LOGOUT
OK
<CR><LF>
#LOGOUT
<CR>
LOG-TAIL?
Get the last “n” lines of
message logs.
Used for advanced
troubleshooting. Helps
find error root causes
and gets details not
displayed in the error
code number.
COMMAND
#LOG-TAIL?
line_num
<CR>
FEEDBACK
Get:
~nn@LOG-TAILnn
<CR><LF>
Line content #1
<CR><LF>
Line content #2
<CR><LF>
Etc...
Line_num
– Optional, default
line_num
is 10
Get the last "2" lines of
message logs:
#LOG-TAIL?
2
<CR>