Mitsubishi 3E

The Mitsubishi 3E plug-in is used to access Mitsubishi’s QnA-compatible PLCs, including the Q Series (MC), iQ-F Series (SLMP), and iQ-L Series, via Ethernet.

The Mitsubishi 3E is fully compatible with the Mitsubishi SLMP protocol.

Parameters

ParameterDescription
PLC IP AddressTarget PLC IPv4 address
PLC PortTarget PLC IPv4 address, Default 2000

Data types

  • INT16
  • UINT16
  • INT32
  • UINT32
  • 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
Xbitread/writeInput relay (Q/iQ-F)
DXbitread/write(Q/iQ-F)
Ybitread/writeOutput relay (Q/iQ-F)
DYbitread/write(Q/iQ-F)
Bbitread/writeLink relay (Q/iQ-F)
SBbitread/writeLink special relay
Mbitread/writeInternal relay (Q/iQ-F)
SMbitread/writeSpecial relay (Q/iQ-F)
Lbitread/writeLatch relay (Q/iQ-F)
Fbitread/writeAnnunciator (Q/iQ-F)
Vbitread/writeEdge relay (Q/iQ-F)
Sbitread/write(Q/iQ-F)
TSbitread/writeTimer Contact (Q/iQ-F)
TCbitread/writeTimer Coil (Q/iQ-F)
SSbitread/write(Q/iQ-F)
STSbitread/writeRetentive timer Contact (Q/iQ-F)
SCbitread/write(Q/iQ-F)
CSbitread/writeCounter Contact (Q/iQ-F)
CCbitread/writeCounter Coil (Q/iQ-F)
TNallread/writeTimer Current value (Q/iQ-F)
STNallread/writeRetentive timer (Q/iQ-F)
SNallread/write(Q/iQ-F)
CNallread/writeCounter Current value (Q/iQ-F)
Dallread/writeData register (Q/iQ-F)
DSH
DSL
SDallread/writeSpecical register (Q/iQ-F)
Wallread/writeLink register (Q/iQ-F)
WSH
WSL
SWallread/writeLink special register (Q/iQ-F)
Rallread/writeFile register (Q/iQ-F)
ZRallread/writeFile register (Q/iQ-F)
RSH
ZRSH
RSL
ZRSL
Zallread/writeIndex register (Q/iQ-F)

Examples

AddressData typeDescription
X0bitX area,Address 0
X1bitX area,Address 1
Y0bitY area,Address 0
Y1bitY area,Address 1
D100int16D area,Address 100
D1000uint16D area,Address 1000
D200uint32D area,Address 200
D10floatD area,Address 10
D20doubleD area,Address 20
D20.0bitD area,Address 20,0 bit
D20.2bitD area,Address 20,2 bit
D1002.16LstringD area,Address 1002,String length 16,Endian L
D1003.16stringD area,Address 1003,String length 16,Endian H