Difference between revisions of "FAQ"
| Line 1: | Line 1: | ||
| + | ==Networking== | ||
| + | |||
| + | === How to change IP address and/or other network settings === | ||
| + | IP network configuration is made with '''ifconfig''' command described in [https://coolautomation.com/lib/doc/prm/HTML/CMNet_PRM/ifconfig.htm PRM document]. | ||
| + | |||
==Modbus RTU== | ==Modbus RTU== | ||
Revision as of 07:00, 10 July 2015
Contents
Networking
How to change IP address and/or other network settings
IP network configuration is made with ifconfig command described in PRM document.
Modbus RTU
How to query or change Modbus Slave Address
Modbus Slave Address is available via line command.
| >line
L1: SA U00/G05 myid:E5 Simul(5) |
To change Modbus Slave Address use line command as shown below:
| >line myid L3 50 |
This command will set Modbus Slave Address 0x50(hexadecimal)