Edge Computing Gateway Benutzerhandbuch: Verbindung zu Panasonic PLCs über das Mewtocol TCP-Protokoll

This article shows how Panasonic PLCs can be integrated with the EG Edge Gateway via the Mewtocol TCP protocol for industrial communication. It belongs to the PLC Integration Hub.

1. Hardware-Anschluss

Compatible PLC: Panasonic FP0H / Panasonic XHC60ET

The MEWTOCOL TCP protocol uses Ethernet communication. Therefore, you only need to ensure that the gateway’s LAN port and the Panasonic PLC are configured within the same IP subnet.

Schnittstelle mit Panasonic PLCs über Mewtocol TCP Protocol01

2. PLC-Kommunikationsparameter

2.1 Ethernet Parameter Configuration

Schnittstelle mit Panasonic PLCs über Mewtocol TCP Protocol02

2.2 User Connection Port Configuration

Schnittstelle mit Panasonic PLCs über Mewtocol TCP Protocol03

3. Gateway-Konfiguration

3.1 SPS-Verbindungseinstellungen

Ziehen Sie eine Panasonic node from the left panel, then double-click it to open the configuration page. Fill in the parameters according to the PLC communication settings as follows:

Protokoll: MEWTOCOL TCP

Adresse: PLC IP address (example: 192.168.10.5)

Hafen: PLC connection port (example: 60001)

Zeitüberschreitung der Verbindung: 2000

Zeitüberschreitung bei der Kommunikation: 2000

Station Number: EE

Schnittstelle mit Panasonic PLCs über Mewtocol TCP Protocol04

3.2 Data Point Configuration

In the parameter list of the Panasonic node, enter the data points to be read. Once the data points are configured, the gateway will automatically read PLC data at the configured polling interval.

Data points are usually provided by the PLC engineer. After receiving the point list, fill in the data points according to the gateway’s required format. The detailed address mapping can be referenced here:(Sie können Google Chrome für die Übersetzung verwenden)

https://iotrouter.yuque.com/zn3vdn/eg8000/frhrwhgsa8o2xpof

In this example, data is read from address DT0. Using the FPWIN GR7 software, you can see that the signed 32-bit integer stored in DT0 is 273. In the parameter list, fill in the address/name/data type/data length, and configure a 2-second polling interval, as shown in the figure.

Schnittstelle mit Panasonic PLCs über Mewtocol TCP Protocol05

3.3 Prüfung

Klicken Sie auf Bereitstellung von. You will see one data record printed every 2 seconds. The read data result is:

DT0: 273

Communication is successful!

Schnittstelle mit Panasonic PLCs über Mewtocol TCP Protocol06

Verwandte Leitfäden zur industriellen PLC-Integration

← Zurück zu PLC Integration Hub