Applies To: |
|
Summary: |
I need additional information on setting up and OMRON PLC with the OMFINS protocol. |
Solution: | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
Each node on the network, e.g. PLC or
CITECT I/O Server, will all have two addresses: an IP address and a
FINS address.
IP Address: An address assigned to the Ethernet unit as a node in an Ethernet network, with format as a.b.c.d, where:
FINS address: An address which is NetworkNumber.NodeNumber.UnitNumber
The first thing you should do is confirm you have your ethernet network configured correctly by pinging the PLC from the IO Server. To PING the PLC go to the Command Prompt on the Citect I/O Server and type in ping and then the IP address of the PLC. For example of the IP address of the PLC is 192.168.1.30 you would type in the command prompt: C:>ping 192.168.1.30 If your ethernet network is configured correctly you will receive a reply from that address. After the PING operation is successful, note the following points: 1. The FINS network address of the Citect I/O Server needs to be
set in Citect.ini. The FINS Node address of the Citect I/O Server is the same as the last 8 bits of the IP address of the Citect I/O Server Example: If the IP Address of I/O Server is 205 . 122 . 56 . 1, then, with FINS Network ID = 2, the I/O Server FINS address will be 2 / 1 / 0, where Citect takes a FINS unit number of 0 (acting as a CPU address on a CPU Bus). So in the Citect.ini file you would have the following entry:
2. The configuration within the Citect project should be as follows:
To determine the IODevice address (for the PLC)
The FINS Node address of the PLC is the same as the last 8 bits
of the IP address of PLC . Restart PLC and Citect after every change. |
Keywords: |
Related Links
Attachments