21
TEXT PROGRAMMING
(Continued)
2)
CHARACTER CODE ENTRY
:
Characters can be entered by two digit codes.
The character code is the following.
2
0
1
2
3
4
5
6
7
8
9
0
DW
a
b
c
d
e
f
g
h
1
i
j
k
l
m
n
o
p
q
r
2
s
t
u
v
w
x
y
z
?
!
1
3
0
1
2
3
4
5
6
7
8
9
4
@
A
B
C
D
E
F
G
H
I
5
J
K
L
M
N
O
P
Q
R
S
6
T
U
V
W
X
Y
Z
/
:
#
7
&
%
$
,
(
)
*
+
-
.
8
í
¿
á
é
Í
ó
ú
;
>
’
9
”
<
=
Ä
Û
Ö
İ
ű
Ñ
ñ
DW : Double width code.
Example: "FOOD" is set to the department number 10.
DISPLAY
[ 0 ] <--- Normal programming mode
[<text>]
[ d P 0 1
] <--- Department name
10 [<num.>]
[ d P 1 0
] <--- Department number = 10
46
[ F ] <--- Enter 'F'
55
[ F O ] <--- Enter 'O'
55
[ F O O ] <--- Enter 'O'
44
[ F O O D ] <--- Enter 'D'
[<enter>]
[ d P 1 1
] <--- Fix the text
Note) The alphabet is displayed as follows (independent of character size).
ABCDEFGHIJ_L_NOPQrStUu__YZ
The character with difficult display:
Double width code:
○