2.9 Range of data that can be handled in the PLC
■
16-bit data
Data handled in the PLC (binary 16-bit)
Decimal conversion
Hexa- decimal
conversion
Unsigned Signed
0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1
U32767 K32767 H7FFF
⁞ ⁞ ⁞ ⁞
0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1
U 1 K 1 H1
0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
U 0 K 0 H0
1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1
U65535 K -1 HFFFF
⁞ ⁞ ⁞ ⁞
1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
U32768 K-32768 H8000
■
32-bit data
Data handled in the PLC (binary 32-bit)
Decimal conversion
Hexa- decimal
conversion
Unsigned Signed
0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1
U2147483547 K2147483547 H7FFFFFFF
⁞ ⁞ ⁞ ⁞
0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1
U 1 K 1 H1
0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
U 0 K 0 H0
1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1
U4294967295 K -1 HFFFFFFFF
⁞ ⁞ ⁞ ⁞
1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
U2147438648 K-2147438648 H80000000
■
Range of data that can be handled in the PLC
Type of operation Operational range
Binary
operation
16 bit
Unsigned U 0 to U 65,535
Signed K -32,768 to K 32767
32 bit
Unsigned U 0 to U 4,294967295
Signed K -2,147,483,548 to K 2,147,483,54
BCD operation
16 bit Unsigned H 0 to H 9999
32 bit Unsigned H 0 to H 99999999
(Note 1) If a value goes outside of the range shown above in either direction, it becomes overflow or underflow.
2.9 Range of data that can be handled in the PLC
WUME-FP7CPUPGR-12 2-47