Guida all'uso del gateway di Edge Computing: Connessione ai PLC Panasonic tramite il protocollo Mewtocol TCP

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. Connessione hardware

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.

Interfaccia con i PLC Panasonic tramite Mewtocol TCP Protocol01

2. Parametri di comunicazione del PLC

2.1 Ethernet Parameter Configuration

Interfaccia con i PLC Panasonic tramite Mewtocol TCP Protocol02

2.2 User Connection Port Configuration

Interfaccia con i PLC Panasonic tramite il protocollo Mewtocol TCP03

3. Configurazione del gateway

3.1 Impostazioni di connessione del PLC

Drag a 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:

Protocollo: MEWTOCOL TCP

Address: PLC IP address (example: 192.168.10.5)

Port: PLC connection port (example: 60001)

Connection Timeout: 2000

Communication Timeout: 2000

Station Number: EE

Interfaccia con i PLC Panasonic tramite il protocollo Mewtocol TCP04

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:(È possibile utilizzare Google Chrome per la traduzione.)

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.

Interfaccia con i PLC Panasonic tramite il protocollo Mewtocol TCP05

3.3 Test

Cliccare Distribuire. You will see one data record printed every 2 seconds. The read data result is:

DT0: 273

Communication is successful!

Interfaccia con i PLC Panasonic tramite protocollo TCP Mewtocol06

Guide correlate sull'integrazione dei PLC industriali

← Torna alla pagina "PLC Integration Hub"