Today, let’s talk about how to interface the EG edge gateway with Inovance PLCs via the Modbus RTU 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
1. Conexión de hardware
Compatible PLC: Inovance H3U
The Modbus RTU protocol uses serial communication. This example PLC model employs RS232 communication.
2. Parámetros de comunicación PLC
2.1. Serial Port Parameter Settings
Proporcionado por el ingeniero del PLC.
The serial port parameters for this Inovance PLC are:
Baud Rate: 57600
Data Bits: 8
Stop Bits: 1
Parity Bit: NONE
3. Configuración de la pasarela
3.1. PLC Connection Setup
Drag an Inovance node from the left pane. Double-click to open the settings page and configure as follows based on the PLC’s serial parameters:
Protocolo: Select Modbus RTU
Serial Port: RS232
Baud Rate: 57600
Data Bits: 8
Stop Bits: 1
Parity: None
Timeout: -1
Series: H3U
Identificación de la estación: 0x0B
Format: ABCD

3.2. Configuración de los puntos de datos
Enter the data points to be read into the parameter list of the Inovance node. Once configured, the node will automatically read data from the PLC at the specified frequency.
Data points are typically provided by PLC engineers. After obtaining the point list, fill in the data points according to the gateway’s required format. For specific mapping details, refer to:
This section contains a Yueque content card. Click the link to view:(Puedes utilizar Google Chrome para la traducción) https://iotrouter.yuque.com/zn3vdn/eg8000/dqdvyosc5vubd2rv
This example reads data from addresses D6000 and D6002. In the parameter list, enter the address/name/data type in sequence. The data is read cyclically every 2 seconds, as shown in the figure:

3.3. Pruebas
Click Deploy and observe that data is printed every 2 seconds. The read data point results are: D6000:0 D6002:0. Communication successful!
