Panasonic mewtocol

The Mewtocol plug-in is used to access Panasonic’s FP-XH, FP0H series PLCs via Ethernet.

Parameters

ParameterDescription
PLC IP AddressTarget PLC IPv4 address
PLC PortTarget PLC IPv4 address, Default 2000
PLC StationTarget PLC station, Default 1

Data Types

  • INT16
  • UINT16
  • INT32
  • UINT32
  • INT64
  • UINT64
  • FLOAT
  • DOUBLE
  • BIT
  • STRING

Address format

AREA ADDRESS[.BIT][.LEN[H][L]]

.BIT

Only available for non-bit type area, means read the specified binary bit of the specified address, the binary bit index interval is [0, 15].

.LEN[H][L]

When the data type is string type, .LEN indicates the length of the string; you can optionally fill in H and L to indicate two byte orders, and the default is the byte order of H.

PLC Area

AreaDATA TYPEATTRIBUTEREMARK
Xuint16、uint32、uint64、bitread/writeExternal input
Yuint16、uint32、uint64、bitread/writeExternal output
Ruint16、uint32、uint64、bitread/writeInternal relay
Tuint16、uint32、uint64、bitread/writeTimer
Cuint16、uint32、uint64、bitread/writeCounter
Luint16、uint32、uint64、bitread/writeLink relay
DTallread/write (bit type readonly)Data register DT
LDallread/write (bit type readonly)Link data register LD
FLallread/write (bit type readonly)File register FL
STimer/counter set value area SV
KTimer/counter elapsed value area EV
IXallread/write (bit type readonly)Index register IX
IYallread/write (bit type readonly)Index register IY
IDallread/write (bit type readonly)Index register ID

Examples

AddressData typeDescription
X0bitX Area, Address 0
X1bitX Area, Address 1
Y0bitY Area, Address 0
Y1bitY Area, Address 1
DT100int16D Area, Address 100
DT1000uint16D Area, Address 1000
DT200uint32D Area, Address 200
DT10floatD Area, Address 10
DT20doubleD Area, Address 20
DT20.0bitD Area, Address 20, 0 bit
DT20.2bitD Area, Address 20, 2 bit
DT1002.16LstringD Area, Address 1002, String length 16, Byte order L
DT1003.16stringD Area, Address 1003, String length 16, Byte order H