12.4.3 Numeric
data
6-digit numeric format: (D1-D7: 7 characters)
7-digit numeric format: (D1-D8: 8 characters)
D1 – D7(D8)
Code
Description
0 – 9
30H – 39H
Digits 0 – 9
z
2EH
* Decimal point (floating)
* Omitted when numeric data does not contain decimal
places. In this case, space is output to the least significant
digit.
SP (space)
20H
* Space heading a numeric value
* When numeric data does not contain decimal places,
space rather than a decimal point is output to the least
significant digit *1.
*1 A numeric value is headed by 0 (30H) by factory default setting. You can change the function setting so
that it is headed by space (20H) rather than 0.
12.4.4
Unit (U1, U2: 2 characters)
* Codes are all ASCII codes.
U1
U2
Code
Meaning
Balance indicators
(SP)
G
20H 47H
gram
g
C
T
43H 54H
carat
O
Z
4FH 5AH
ounce
L
B
4CH 42H
pound
O
T
4FH 54H
troy
ounce
D
W
44H 57H
pennyweight
T
L
54H
4CH
tael (Hong Kong)
T
L
54H
4CH
tael (Singapore, Malaysia)
(upper right)
T
L
54H 4CH
tael
(Taiwan)
(lower right)
M
O
4DH 4FH
momme
mom
t
o
74H 6FH
tola
P
C
50H 43H
Pieces
Pcs
(SP)
% 50H 25H
Percentage
%
(SP)
# 50H
23H
Computation results,
numbers, etc.
#
47