User Manual

Table Of Contents
TCP Communication Commands
Advanced Digital Motor Controller User Manual 355
Syntax Serial: ^DHCP nn
~ DHCP
Syntax Scripting: setconfig(_DHCP, nn)
Number of Arguments: 1
Argument 1: Enable DHCP
Type: Unsigned 8-bit
Min: 0 Max: 1
Default: 0
Where:
nn = Enable DHCP
0: Disabled.
1: Enabled.
Example:
^DHCP 1: Enable DHCP.
GWA - Gateway Address
HexCode: 69
Description:
Configure this parameter in order to set the Gateway Address of your controller’s net-
work. Gateway Address option includes 4 values representing each octet in the IP ad-
dress v4 format. The default Gateway Address value is 192.168.1.1.
Syntax Serial: ^GWA cc nn
~GWA
Syntax Scripting: setconfig(_GWA, cc, nn)
Number of Arguments: 2
Argument 1: IP Octet
Type: Unsigned 8-bit
Min: 1 Max: 4
Argument 2: Gateway Address
Type: Unsigned 8-bit
Min: 0 Max: 255
Default:
Octet Value
1 192
2 168
3 1
4 1