<< Click to Display Table of Contents >> Manual > Device Connection Guide > Omron > Connection Procedure (Ethernet) > CP1E/CP1L/CP1H/CP2E (FINS) Equivalent to CP1W-CIF41 |
About the connection example
Please see below for an example of connection settings for this driver.
Applicable models etc. |
explanation |
Connection example [CP1E series/automatic generation method] |
This is an example of Ethernet connection settings with the CP1E series (Connection method: Auto-generation method).
|
For information on connection methods, please refer to "About connection methods" on this page.
Device List
The compatible devices are as follows (see here for how to view the device list).
device |
keyword |
Start address |
explanation |
unit |
reading |
Writing |
Input/Output Relays |
IO |
000000 |
Decimal number 4 digits (CH) + 2 digits (00 to 15) |
bit |
○ |
○ |
Internal Auxiliary Relay |
WR |
00000 |
Decimal number 3 digits (CH) + 2 digits (00 to 15) |
bit |
○ |
○ |
Holding Relay |
HR |
00000 |
Decimal number 3 digits (CH) + 2 digits (00 to 15) |
bit |
○ |
○ |
Auxiliary Memory Relay |
AR |
00000 |
Decimal number 3 digits (CH) + 2 digits (00 to 15) |
bit |
○ |
○ |
Timer Up Flag |
TS |
0000 |
Decimal |
bit |
○ |
× |
Counter Up Flag |
CS |
0000 |
Decimal |
bit |
○ |
× |
Timer current value |
TN |
0000 |
Decimal |
word |
○ |
● |
Counter current value |
CN |
0000 |
Decimal |
word |
○ |
● |
Data Memory |
DM |
00000 |
Decimal |
word |
○ |
○ |
Extended memory (current) |
EM |
00000 |
Decimal |
word |
○ |
● |
Extended memory (bank designation) |
EB |
000000 |
Hexadecimal 1 digit (bank) + 5 digits (address) |
word |
○ |
○ |
Task flags (bits) |
TKB |
0000 |
Decimal |
word |
○ |
× |
Task flags (status) |
TKS |
0000 |
Decimal |
word |
○ |
× |
Index Register |
IR |
00 |
Decimal |
word |
○ |
● |
Data Register |
DR |
00 |
Decimal |
word |
○ |
● |
About setting connection parameters
When connecting to PLCEthernet, the network settings must be as follows:
item |
explanation |
1 |
Source network number (0 is your own network) (specify in the range 000 to 127, decimal) |
2 |
Source node (IP suffix when 999) (specify in the range 001 to 999, decimal) |
3 |
Destination network number (0 is your own network) (specify in the range 000 to 127, decimal) |
4 |
Destination node (IP suffix when 999) (specify in the range 001 to 999, decimal) |
The default settings (settings in "11-2 FINS Network Settings" in "Chapter 11 Unit Settings" of the "SYSMAC CS/CJ Series SYSMAC SPU Basic Software" (WS02-SPTC1-V1)) will be as follows.
Source Network Address |
: 02 |
Source Node |
: The last number of the IP address (for example, 192.168.1.12, it is 12) |
Destination network address |
: 04 |
Destination Node |
: 02 |
If your network address and the last number of the IP address are the node,
Please leave it as the default, "000,999,000,999".
000 represents your network address and 999 represents the IP ending.
When connecting to an Omron PLC via Ethernet, you can select from several connection configurations.
Automatic generation method
In the dynamic method, you can dynamically change the information in the internal table once it has been created. If you select this method, you will be able to freely set the IP address and port number. However, if you are using the Ethernet unit, this is only available from ETN21 onwards.
IP address table method
Create the destination IP and node information for the PLC in the internal table in advance. When connecting with UDP, the PC port number must be set to the same number as the PLC port number. Also, since the connected client depends on the settings in the internal table on the PLC side, you will not be able to freely change the IP address or port number.
Combined Use
The combined method uses both the IP address table method and the automatic generation method (dynamic). If the IP address table is referenced and there is no corresponding setting, the IP address is calculated using the automatic generation method (dynamic setting).
For details on the connection method, refer to the user's manual for the PLC and Ethernet unit being used. |