Today, let’s talk about how to interface with Omron PLC via EtherNet/IP protocol.
Статья, о которой мы говорили ранее:
Как интегрировать шлюз пограничных вычислений EG с General Electric PLC
Как интегрироваться с ПЛК Xinjie по протоколу Modbus RTU
Как взаимодействовать с ПЛК Keyence серии KV-8000 по протоколу MC-3E
Как взаимодействовать с ПЛК Keyence серии KV-7500 по протоколу KV TCP
Как взаимодействовать с ПЛК Panasonic через протокол Mewtocol TCP
Как взаимодействовать с ПЛК Inovance по протоколу Modbus RTU
Как взаимодействовать с AB PLC через протокол PCCC
How to interface with AB PLC via EtherNet/IP protocol
1. Подключение оборудования
Compatible PLC: NX7
The Fins protocol utilizes Ethernet communication. Therefore, it is only necessary to ensure that the LAN port IP address of the gateway and the IP address of the Omron PLC are within the same subnet (Note: In special cases, they may not be on the same subnet, requiring route configuration; consult technical support for details). The IP address allocation for this example is as follows:
| Omron PLC | ||
| IP Address | 192.168.250.4 | 192.168.250.10 |
2. Параметры связи с ПЛК
2.1. Настройки параметров Ethernet

2.2. Variable Address

3. Настройки шлюза
3.1. Настройки подключения ПЛК
Drag an Omron node from the left panel and double-click to open the settings page. Configure the following based on the PLC’s serial port parameters:
Протокол: Select Fins
Адрес: Enter the PLC address (e.g., 192.168.250.10)
Порт: Введите порт подключения ПЛК (например, 44818).
Таймаут соединения: 2000
Таймаут связи: 2000
Mode: TCP
SIot: 0

3.2. Конфигурация точки данных
Enter the data points to be read into the parameter list of the Omron node. Once configured, the PLC data will be automatically retrieved at the specified frequency.
Data points are typically provided by PLC engineers. Upon receiving the point list, fill in the data points according to the gateway’s required format. For specific correspondence, refer to:
This is a Yueque content card. Click the link to view:(Вы можете использовать Google Chrome для перевода).
https://iotrouter.yuque.com/zn3vdn/eg8000/skfapgdm7332it5q
This example reads data from addresses A_MES_Heart and A_MES_Bind_C. In the parameter list, enter the address/name/data type/data length in sequence. Data is read cyclically every 2 seconds, as shown in the figure:

3.3. Тестирование
Click Deploy and observe that a data point is printed every 2 seconds. The read data point results are: D100: false, D102: 99. Communication successful!
