[D2+2]
bit 0 to
7
Written data
0 0001 , 0002 , 0003 , 0004 , 0005
(Postfix,
specified
data)
1 0001 0Dh0Ah 0002 0Dh0Ah 0003 0Dh0Ah 0004 0Dh0Ah 0005
(Postfix,
specified
data)
2 0001 , 0002 0Dh0Ah 0003 , 0004 0Dh0Ah 0005
(Postfix,
specified
data)
3 0001 , 0002 , 0003 0Dh0Ah 0004 , 0005
(Postfix,
specified
data)
4 0001 , 0002 , 0003 , 0004 0Dh0Ah 0005
(Postfix,
specified
data)
5 0001 , 0002 , 0003 , 0004 , 0005
(Postfix,
specified
data)
6 0001 , 0002 , 0003 , 0004 , 0005
(Postfix,
specified
data)
Examples of conversion when zero suppression is ON and OFF
[D2]
Specification of
writing format
Num
ber of
digits
Zero suppression: ON Zero suppression: OFF
1
Unsigned 16-bit
integer
5 ␣␣␣␣ 0 00000
2
Signed 16-bit
integer
6
␣␣␣␣␣ 0 ␣00000
␣␣␣␣ - 1 -00001
3
Unsigned 32-bit
integer
10 ␣␣␣␣␣␣␣␣␣ 0 0000000000
4
Signed 32-bit
integer
11
␣␣␣␣␣␣␣␣␣␣ 0 ␣0000000000
␣␣␣␣␣␣␣␣␣- 1 -0000000001
5
Floating point real
number
32bit
13
␣␣␣␣␣␣␣␣␣␣␣␣ 0 ␣000000000000
␣␣␣␣␣␣␣␣␣␣␣ - 1 -000000000001
␣␣␣␣␣␣␣␣1E-10 ␣00000001E-10
␣␣␣␣␣1.234567 ␣00001.234567
-3.402823E+38 -3.402823E+38
6
Floating point real
number
64bit
23
␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣ 0 00000000000000000000000
␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣ -1 -0000000000000000000001
␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣1E-10 ␣000000000000000001E-10
␣␣␣␣␣␣␣␣␣␣␣␣␣␣␣1.234567 ␣000000000000001.234567
␣1.797693134862315E+308 ␣1.797693134862315E+308
18.3 CWT (File Data Write Instruction)
18-10 WUME-FP7CPUPGR-12