Schneider Electric LUFP7 Switch User Manual


 
113
14. Appendix F : Concept and Quantum PLC
The default data type of Concept with a Quantum PLC is "BOOL".
As shown in the first drawing hereafter, "BOOL" should not be used for the data storage of the LUFP7.
The bytes (MSB/LSB) and bits are twisted with data type "BOOL".
The data type for the LUFP7 gateway at Concept should be changed to "INT16" or "UINT16".
In this case the data storage of the gateway and the PLC is identical.
LUFP7
QUANTUM
2
15
2
0
0000001 00
2
7
2
8
1 000 000
Datatype: Bool
2
0
00000000
2
8
2
7
00 1 0000
1
2
15
LUFP7
QUANTUM
2
15
2
0
0000001 00
2
7
2
8
1 000 000
Datatype : INT16
2
0
0000001 0
2
8
2
7
1 000 000
0
2
15
LUFP7
QUANTUM
2
15
2
0
00 000 0 1 00
2
7
2
8
1 000 000
Datatype : UINT16
2
0
00 000 0 1 0
2
8
2
7
1 000 000
0
2
15
Different data storage at the LUFP7 and Concept
with a Quantum PLC.
The BYTES are twisted with datatype "bool"
Identical DataStorage at the LUFP7 and Concept
with at Quantum PLC
INT16 is the correct datatype
UINT16 has the same mapping like INT16.