Legacy Protocol
Settings
D20980.026 Rev B
CV-LS Programming Guide
Page 28
4.2.5
Subnet Mask
&ASD?
Gets the network interface’s Dynamically assigned Subnet Mask.
Return string:
&asdX
Return value (
X
): Mask 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.
&ASS#
Gets/Sets the network interface’s static Subnet Mask.
Input Options (#): Mask address, ? = Query
Return string:
&assX
Return value (
X
): Mask in format “xxx:xxx:xxx:xxx”
Note:
Unit will accept Subnet Mask separated with “:” and leading 0’s for backwards
compatibility, but will also accept standard format Subnet Mask.
4.2.6
Gateway
&AGD?
Gets the network interface’s Dynamically assigned gateway IP.
Return string:
&agdX
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.
&AGS#
Get/Set the network interface’s static gateway IP.
Input Options (#): IP address, ? = Query
Return string:
&agsX
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.