Get routing status of all
output ports.
This syntax uses the
new convention of
using brackets to define
a list of fields “[ ]”.
COMMAND
#MATRIX-STATUS?<CR>
FEEDBACK
Multi-line:
~nn@MATRIX-STATUS[[<direction_type1>. <port_format>.
<port_index1>. <signal_type1>.
<index1>,[[<direction_type2>. <port_format2>.
<port_index2>. <signal_type2>. <index2>],..]<CR><LF>
The following attributes comprise
the output signal ID (suffix 1) and
input signal ID (suffix 2 or greater):
▪ <direction_type> –
Direction of the port:
o IN – Input
o OUT – Output
▪ <port_format> – Type of
signal on the port:
o HDMI
▪ <port_index> – The port
number as printed on the front
or rear panel
1 – Input 1
2 – Input 2
3 – Input 3
4 – Input 4
1 – Output 1
2 – Output 2
3 – Output 3
4 – Output 4
▪ <signal_type> – Signal ID
attribute:
o VIDEO
▪ <index> – Indicates a specific
channel number when there
are multiple channels of the
same type
Get the room controller
current matrix state:
#MATRIX-STATUS?<CR>
Get device model.
This command
identifies equipment
connected to VS-44H2
and notifies of identity
changes to the
connected equipment.
The Matrix saves this
data in memory to
answer REMOTE-INFO
requests.
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>
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-CONFIGnetw_id,net_ip,net_mask,gateway,[dns1],[dns2
]<CR>
FEEDBACK
~nn@NET-CONFIGnetw_id,net_ip,net_mask,gateway<CR><LF>
netw_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….
net_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
.113.10,255.255.0.0,1
92.168.0.1<CR>