34
6.2.3 Input and Output Name request and setting
Command
Description and reply
INNAME=05!
Requests input 5 name
Reply: INNAME=[05]MATRIX_IN05!
INNAME=05_DVDPlayer!
Setting input 5 name
Reply: INNAME=[05]DVDPLAYER!
OUTNAME=12!
Requests output 12 name
Reply: OUTNAME=[12]MATRIX_OUT12!
OUTNAME =12_project01!
Setting input 5 name
Reply: OUTNAME =[12]PROJECT01!
Table 6.4
Input and Output Name request and setting command examples
6.2.4 Network setting
▪
It sets IP, Gateway, Subnet mask, MAC address and UDP port number.
▪
It requests current network setting.
Command
Description and reply
NETGW=192.168.1.1!
Sets Gateway address, each data ranges from 000 to 255.
Reply: NETGW=192.168.001.001!
NETIP=192.168.1.118!
Sets IP address, each data ranges from 000 to 255.
Reply: NETGW=192.168.001.118!
NETSN=255.255.255.0!
Sets Subnet mask address, each data ranges from 000 to 255.
Reply: NETSN=255.255.255.000!
NETPA=AA.BB.CC.DD.EE.FF!
Sets MAC address, each data ranges from 00 to FF.
Reply: NETPA= AA.BB.CC.DD.EE.FF!
NETPT=3000!
Sets UDP port number, data ranges from 0 to 65535.
NETPT=3000!
NET=?!
Requests current network setting.
Reply: NETGW=192.168.001.001!
NETIP=192.168.001.118!
NETSN=255.255.255.000!
NETPA=AA.BB.CC.DD.EE.FF!
NETPT=3000!
Table 6.5 Network setting command examples