Reset device to factory
default configuration.
This command
deletes all user data
from the device. The
deletion can take some
time.
Your device may
require powering off
and powering on for
the changes to take
effect.
COMMAND
#FACTORY<CR>
FEEDBACK
~nn@FACTORYOK<CR><LF>
Reset the device to factory
default configuration:
#FACTORY<CR>
Get command list or
help for specific
command.
COMMAND
#HELP<CR>
#HELPcommand_name<CR>
FEEDBACK
1. Multi-line:
~nn@Devicecommand,command…<CR><LF>
To get help for command use: HELP (COMMAND_NAME)<CR><LF>
~nn@HELPcommand:<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:
HELPAV-SW-TIMEOUT<CR>
COMMAND
#MODEL?<CR>
FEEDBACK
~nn@MODELmodel_name<CR><LF>
model_name – String of up to 19 printable
ASCII chars
Get the device model:
#MODEL?<CR>
COMMAND
#MUTEout_index,mute_mode<CR>
FEEDBACK
~nn@MUTEout_index,mute_mode<CR><LF>
out_index – Number that indicates the
specific output:
1-N (N= the total number of outputs)
mute_mode – On/Off
0 – Off
1 – On
Set OUT 1 to mute:
#MUTE1,1<CR>
COMMAND
#MUTE?out_index<CR>
FEEDBACK
~nn@MUTEout_index,mute_mode<CR><LF>
out_index – Number that indicates the
specific output:
1-N (N= the total number of outputs)
mute_mode – On/Off
0 – Off
1 – On
Get mute status of output 1
#MUTE1?<CR>
Set machine (DNS)
name.
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).
COMMAND
#NAMEmachine_name<CR>
FEEDBACK
~nn@NAMEmachine_name<CR><LF>
machine_name – String of up to 15
alpha-numeric chars (can include hyphen,
not at the beginning or end)
Set the DNS name of the
device to room-442:
#NAMEroom-442<CR>
Get machine (DNS)
name.
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).
COMMAND
#NAME?<CR>
FEEDBACK
~nn@NAMEmachine_name<CR><LF>
machine_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?<CR>
Reset machine (DNS)
name to factory
default.
Factory default of
machine (DNS) name
is “KRAMER_” + 4 last
digits of device serial
number.
COMMAND
#NAME-RST<CR>
FEEDBACK
~nn@NAME-RSTOK<CR><LF>
Reset the machine name (S/N
last digits are 0102):
#NAME-
RSTKRAMER_0102<CR>
Set a network
configuration.
Parameters
[DNS1] and
[DNS2]are optional.
For Backward
compatibility, the id
parameter can be
omitted. In this case,
the Network ID, by
default, is 0, which is
the Ethernet control
port.
If the gateway
address is not
compliant to the
subnet mask used for
the host IP, the
command will return
an error. Subnet and
gateway compliancy
specified by RFC950.
COMMAND
#NET-CONFIGid,ip,net_mask,gateway,[DNS1],[DNS2]<CR>
FEEDBACK
~nn@NET-CONFIGid,ip,net_mask,gateway<CR><LF>
id – Network ID–the device network
interface (if there are more than one).
Counting is 0 based, meaning the control
port is ‘0’, additional ports are 1,2,3….
ip – Network IP
net_mask – Network mask
gateway – Network gateway
Set the device network
parameters to IP address
192.168.113.10, net mask
255.255.0.0, and gateway
192.168.0.1:
#NET-CONFIG0,192.168.1
13.10,255.255.0.0,192.1
68.0.1<CR>