Remote Command Set 93
Description IP address set.
Syntax IPADDR address
Remarks This command is used to set the controller’s internet protocol (IP) address. An IP address
consists of four numbers, each of which contains one to three digits, with a single dot (.)
separating each number or set of digits. Each of the four numbers can range from 0 to
255.
In order for this setting to take effect, please set the controller to Static IP mode, save
(SM) this parameter in the controller’s non-volatile memory, and reset (RS) the controller
to take affect.
NOTE: Send this command via USB interface as Ethernet communication may
become unstable during Ethernet settings configuration. While connected via USB,
use the Picomotor application software to send commands (Go to ‘Terminal’ tab).
Argument Value Description
address nn1.nn2.nn3.nn4 IP address. (Example. 192.168.1.101)
nn1,nn2,nn3,nn4 can be numbers between 0
and 255.
Example:
IPMODE 0 (Set to static IP mode)
GATEWAY
192.168.10.101 (Set gateway address)
NETMASK 255.255.255.0 (Set Netmask address)
IPADDR 192.168.1.101 (Set IP address)
SM; RS (Save and reset system)
See Also IPMODE, SM, RS
Description IP address query.
Syntax IPADDR?
Remarks This command is used to query the controller’s IP address
Response Value Description
address nn1.nn2.nn3.nn4 IP address. (Example. 192.168.1.101)
nn1,nn2,nn3,nn4 can be numbers between 0
and 255.
Example:
IPADDR 192.168.1.101;SM;RS (Set IP address, save, and reset system)
IPADDR? (Get IP address)
192.168.1.101 (Returns 192.168.1.101; IP address)
See Also
IPMODE, IPADDR, SM, RS