IP Configuration
When you use PLC link in common network, you must configure IP address of receiving data station.
Configured IP address is used to reply IP address when required receiving data.
IP Configuration in CICON
Use TO command for saving IP address at the user program.
Example: Saving IP address of receiving station at the each Ethernet module PLC Link constructed.
Station | Ethernet module IP Address | PLC Address |
0 | 100.100.100.10 | D00000~1 |
1 | 100.100.100.11 | D00002~3 |
2 | 100.100.100.12 | D00004~5 |
3 | 100.100.100.13 | D00006~7 |
0 Row : Input IP address of Ethernet module configured link station 0. (D0: h6464, D1: h640A)
1 Raw : Input IP address of Ethernet module configured link station 1. (D2: h6464, D3: h640B)
2 Raw : Input IP address of Ethernet module configured link station 2. (D4: h6464, D5: h640C)
3 Raw : Input IP address of Ethernet module configured link station 3. (D6: h6464, D7: h640D)
4 Raw : Save stored memory from D0 to D7 at the instructed buffer memory area (Offset 128). More details of the using TO command refer the CPU command.
IP Configuration at the CICON program
Configure IP address at the each Ethernet module constructed PLC link.
It is not need to make user program at the CICON.
Example - Make new CICON project and add new program.
Come out the dialog box to make an entry program block.
Program name : Make an entry program name that will be registered project window.
Sort of Program : Select program to be registered. The sort of program to be Registered is Public network IP setup program. Confirm the program name and the sort of program.
Come out the IP_SAVE.SPC dialog box.
Base : Select the base adapted Ethernet module that will be constructed PLC link.
Slot : Select the base slot adapted Ethernet module that will be constructed PLC link.
Address : It is the number of PLC link parameter configured.
IP Address : When PLC parameter had configured, it was the selected Ethernet module IP.
If you configure the above explanations, it will be same the program at the programmed in user program.