Serial Command Reference
Mirage WQ-L User Manual
90
020-101372-01 Rev. 1 (04-2014)
Network Setup (NET)
NET
CONTROL GROUP:
Config/Preference
SUBCLASS:
Power Down
ACCESS LEVEL:
Admin
Description
Set or request the network setup for this device.
Subcode
DOMA
Description of Use
Set the domain name
ETH0
Set the IP address for the first ethernet controller.
GATE
Set the network gateway.
HOST
Set the host name.
MAC0
Gets the MAC address of the first ethernet controller.
PORT
Set the PORT number.
SUB0
Set the network subnet mask for the first ethernet controller.
Examples:
(NET+ETH0 "192.168.1.35") Set new IP address on the first ethernet controller.
(NET+GATE "192.168.0.1") Set the gateway.
(NET+SUB0 "255.255.255.0") Set the subnet mask on the first ethernet controller.
(NET+HOST "MyHostName") Set the host name.
(NET+DOMA "MyDomainName") Set the domain name.
(NET+ETH0 ?) Get IP address from first controller. (NET+ETH0! "192.168.1.35").
(NET+ETH1 ?) Get IP address from second controller. (NET+ETH1! "192.168.1.36").
(NET+MAC0 ?) Get MAC address from first controller. (NET+MAC0! "00:12:3F:7B:76:B4").
(NET+GATE ?) Get default gateway. (NET+GATE! "192.168.0.1").
(NET+PORT 3002) Set the Port number.
(NET+PORT ?) Get the Port number. (NET+PORT! 3002).