Today, let’s talk about how to interface with Mitsubishi PLC using the MC-1E protocol.
Het artikel dat we eerder bespraken:
How to interface with Omron PLC via EtherNet/IP protocol
How to interface with Omron PLC via Hostlink protocol
How to interface with Omron PLC via Fins protocol
1. Hardwareverbinding
Compatible PLC: FX-3U Series
The MC-1E protocol uses Ethernet communication, so it is only necessary to ensure that the gateway’s LAN port and the Mitsubishi PLC’s IP are on the same subnet.

2. PLC-communicatieparameters
2.1 Ethernet Parameter Settings
Provided by the PLC engineer.
3. Gateway-instellingen
3.1 PLC Connection Settings
Drag a Mitsubishi node from the left panel and double-click to open the settings page. Fill in the configuration according to the PLC’s parameters as follows:
Protocol: Select MC-1E
Adres: Enter the PLC address, in this example 192.168.3.40
Haven: Enter the PLC connection port, in this example 5001
Time-out verbinding: 2000
Time-out communicatie: 2000

3.2 Data Point Settings
Fill in the data points to be read in the parameter list of the Mitsubishi node. Once the data points are entered, the gateway will automatically read the PLC data at the set frequency.
The data points are generally provided by the PLC engineer. After receiving the point table, fill in the data points according to the gateway’s required format. For specific correspondences, refer to:(Je kunt Google Chrome gebruiken voor vertaling)
https://iotrouter.yuque.com/zn3vdn/eg8000/gtyg0mdl9dipbu7u
In this example, data at D-type addresses is read. In the parameter list, fill in the Address / Name / Data Type / Data Length sequentially. The reading is performed in a 2-second loop, as shown in the figure.

3.3 Testing
Click Deploy, and observe that a data entry is printed every 2 seconds. Check that the read data matches the actual values. Communication is successful!
