VM-218DTxr, VM-218DT – Protocol 3000
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?id<CR>
FEEDBACK
~nn@NET-MACid,mac_address<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….
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
(User or 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).
password – Password for the
login_level. Up to 15 printable ASCII
chars
Get the password for the
Admin protocol permission
level:
#PASS?Admin<CR>
Get device protocol
version.
COMMAND
#PROT-VER?<CR>
FEEDBACK
~nn@PROT-VER3000:version<CR><LF>
version – XX.XX where X is a
decimal digit
Get the device protocol
version:
#PROT-VER?<CR>
Reset device.
We recommend that
you disconnect USB
connections immediately
after running this
command. If the port was
locked, disconnect and
reconnect the cable to
reopen the port.
COMMAND
#RESET<CR>
FEEDBACK
~nn@RESETOK<CR><LF>
Reset the device:
#RESET<CR>
Set layer routing.
This command
replaces all other routing
commands.
COMMAND
#ROUTElayer,dest,src<CR>
FEEDBACK
~nn@ROUTElayer,dest,src<CR><LF>
layer Layer Enumeration
1 – Video
dest
1 – OUT 1 HDMI
2 – OUT 2 HDBT
3 – OUT 3 HDBT
4 – OUT 4 HDBT
5 – OUT 5 HDBT
6 – OUT 6 HDBT
7 – OUT 7 HDBT
8 – OUT 8 HDBT
9 – OUT 9 HDBT
* – ALL
x – disconnect
src – Source id
1 – IN 1 HDMI
2 – IN 2 HDBT
Route video IN 2 HDBT to
video OUT 8 HDBT:
#ROUTE1,8,2<CR>
Get layer routing.
This command
replaces all other routing
commands.
COMMAND
#ROUTE?layer,dest<CR>
FEEDBACK
~nn@ROUTElayer,dest,src<CR><LF>
layer Layer Enumeration
1 – Video
Dest
1 – OUT 1 HDMI
2 – OUT 2 HDBT
3 – OUT 3 HDBT
4 – OUT 4 HDBT
5 – OUT 5 HDBT
6 – OUT 6 HDBT
7 – OUT 7 HDBT
8 – OUT 8 HDBT
9 – OUT 9 HDBT
* – ALL
x – disconnect
src – Source id
1 – IN 1 HDMI
2 – IN 2 HDBT
Get the layer routing:
#ROUTE? layer,dest
<CR>