Today, let’s talk about how to interface with Omron PLC via EtherNet/IP protocol.
El artículo del que hablamos antes:
Cómo integrar la pasarela EG edge computing con General Electric PLC
Cómo integrarse con el PLC Xinjie mediante el protocolo Modbus RTU
How to interface with Keyence KV-8000 series PLCs via the MC-3E protocol
How to interface with Keyence KV-7500 series PLCs via the KV TCP protocol
How to interface with Panasonic PLCs via Mewtocol TCP Protocol
How to interface with Inovance PLC via Modbus RTU protocol
How to interface with AB PLC via PCCC protocol
How to interface with AB PLC via EtherNet/IP protocol
1. Conexión de hardware
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. Parámetros de comunicación PLC
2.1. Ethernet Parameter Settings

2.2. Variable Address

3. Configuración de la puerta de enlace
3.1. Configuración de la conexión del PLC
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:
Protocolo: Select Fins
Dirección: Enter the PLC address (e.g., 192.168.250.10)
Puerto: Enter the PLC connection port (e.g., 44818)
Tiempo de espera de la conexión: 2000
Tiempo de espera de comunicación: 2000
Mode: TCP
SIot: 0

3.2. Configuración de los puntos de datos
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.
Los puntos de datos suelen proporcionarlos los ingenieros de PLC. Una vez recibida la lista de puntos, rellene los puntos de datos de acuerdo con el formato requerido por la pasarela. Para obtener correspondencia específica, consulte:
Esta es una tarjeta de contenido de Yueque. Haga clic en el enlace para ver:(Puedes utilizar Google Chrome para la traducción)
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. Pruebas
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!
