Legacy Protocol
Settings
D20980.026 Rev B
CV-LS Programming Guide
Page 27
4.2
Network
4.2.1
Connection Status
&AU?
Gets the network interface’s connection status.
Return string:
&auX
Return value (
X
): 1 = Net Connection Present, 0 = No Net Connection
Note:
Current driver does not support this function, so command will always return
&au1
.
4.2.2
Hostname
&AH#
Gets/Sets the network host name of the unit. This string appears in the network finder
application, and can be used to distinguish units on the network.
Input Options (#): Host Name String (no space), ? = Query
Return string:
&ahX
Return value (
X
): Host Name String
4.2.3
DHCP
&AM#
Gets/Sets if DHCP is enabled.
Input Options (#): 0 = Disabled, 1 = Enabled, 2 = Restart Stack, ? = Query
Return string:
&amX
Return value (
X
): 0 = Disabled, 1 = Enabled, 2 = Restarting Stack
4.2.4
IP Address
&AID?
Gets the network interface’s Dynamically assigned IP.
Return string:
&aidX
Return value (
X
): IP in format “xxx:xxx:xxx:xxx”
Note:
If DHCP is disabled command will return “000:000:000:000” for the IP address.
Note:
Unit will accept command without (?) for backwards compatibility.
&AIS#
Gets/Sets the network interface’s static IP.
Input Options (#): IP address, ? = Query
Return string:
&aisX
Return value (
X
): IP in format “xxx:xxx:xxx:xxx”
Note:
Unit will accept IP addresses separated with “:” and leading 0’s for backwards
compatibility, but will also accept standard format IP addresses.