Set gateway IP.
A network gateway
connects the device
via another network
and maybe over the
Internet. Be careful of
security issues. For
proper settings consult
your network
administrator.
COMMAND
#NET-GATEip_address<CR>
FEEDBACK
~nn@NET-GATEip_address<CR><LF>
ip_address – Format:
xxx.xxx.xxx.xxx
Set the gateway IP address to
192.168.0.1:
#NET-
GATE192.168.000.001<CR
>
Get gateway IP.
A network gateway
connects the device
via another network
and maybe over the
Internet. Be aware of
security problems.
COMMAND
#NET-GATE?<CR>
FEEDBACK
~nn@NET-GATEip_address<CR><LF>
ip_address – Format:
xxx.xxx.xxx.xxx
Get the gateway IP address:
#NET-GATE?<CR>
Set IP address.
For proper settings
consult your network
administrator.
COMMAND
#NET-IPip_address<CR>
FEEDBACK
~nn@NET-IPip_address<CR><LF>
ip_address – Format:
xxx.xxx.xxx.xxx
Set the IP address to
192.168.1.39:
#NET-
IP192.168.001.039<CR>
COMMAND
#NET-IP?<CR>
FEEDBACK
~nn@NET-IPip_address<CR><LF>
ip_address – Format:
xxx.xxx.xxx.xxx
Get the IP address:
#NET-IP?<CR>
Get MAC address.
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.
COMMAND
#NET-MAC?<CR>
FEEDBACK
~nn@NET-MACmac_address<CR><LF>
mac_address – Unique MAC
address. Format: XX-XX-XX-XX-XX-
XX where X is hex digit
Set subnet mask.
For proper settings
consult your network
administrator.
COMMAND
#NET-MASKnet_mask<CR>
FEEDBACK
~nn@NET-MASKnet_mask<CR><LF>
net_mask – Format:
xxx.xxx.xxx.xxx
Set the subnet mask to
255.255.0.0:
#NET-
MASK255.255.000.000<CR
>
COMMAND
#NET-MASK?<CR>
FEEDBACK
~nn@NET-MASKnet_mask<CR><LF>
net_mask – Format:
xxx.xxx.xxx.xxx
Get the subnet mask:
#NET-MASK?<CR>
Set password for login
level.
The default
password is an empty
string.
COMMAND
#PASSlogin_level,password<CR>
FEEDBACK
~nn@PASSlogin_level,password<CR><LF>
login_level – Level of login to
set (End User or Admin):
0 – User
1 – Admin
password – Password for the
login_level. Up to 15 printable ASCII
chars
Set the password for the
Admin protocol permission
level to 33333:
#PASSadmin,33333<CR>
Get password for login
level.
The default
password is an empty
string.
COMMAND
#PASS?login_level<CR>
FEEDBACK
~nn@PASSlogin_level,password<CR><LF>
login_level – Level of login to
set (User or Admin):
0 – User
1 – Admin
password – Password for the
login_level. Up to 15 printable ASCII
chars
Get the password for the
Admin protocol permission
level:
#PASS?admin<CR>
Set Step-In button
action bitmap.
Programs matrix
action as a response
for external event
(programmable button
pressed).
COMMAND
#PROG-ACTIONport_type,port_id,button_id,bitmap_actions_i
d<CR>
FEEDBACK
~nn@PROG-ACTIONport_type,port_id,button_id,bitmap_action
s_id<CR><LF>
io_mode – Input
0 – Input
port_id – input number on the
device:
1 – HDMI IN 1
2 – HDMI IN 2
3 – HDMI IN 3
4 – HDMI IN 4
5 – HDMI IN 5
6 – HDMI IN 6
7 – HDMI IN 7
8 – HDMI IN 8
button_id – External
programmable button ID
bitmap_actions_id – Bitmap
representing actions to perform after
receiving button_id. format:
XXXX…X, where X is a hex digit.
The binary form of every hex digit
represents actions from the table
0 – Echo to controller
1 – Step-in out 1
2 – Step-in out 2
3 – Step-in out 3
4 – Step-in out 4
5 – Step-in out 5
6 – Step-in out 6
7 – Step-in out 7
8 – Step-in out 8
Setting ‘1’ says that the
corresponding action must be
executed.
Set step-in button actions on
input 3:
#PROG-
ACTION0,3,1,0x07<CR>