Rev. 1.00
- 11 -
Metapace T-2
ESC % n
[Name]
[Format]
[Range]
[Default]
[Description]
Select/cancel user-defined character set.
ASCII ESC % n
Hex 1B
25
n
Decimal 27 37
n
0
≤
n
≤
255
n=0
▪
Select or cancels the user-defined character set.
- When the LSB of n is 0, the user-defined character set is canceled.
- When the LSB of n is 1, the user-defined character set is selected.
ESC & y c1 c2 [x1 d1...d(y x 1)]...[xk d1...d(y x xk)]
[Name]
[Format]
[Range]
[Description]
Define user-defined characters.
ASCII ESC
&
y c1
c2
[x1
d1...d(y
x 1)]...[xk d1...d(y x xk)]
Hex
1B
26 y c1
c2
[x1 d1...d(y x 1)]...[xk d1...d(y x xk)]
Decimal
27
38 y c1
c2
[x1 d1...d(y x 1)]...[xk d1...d(y x xk)]
y=3
32
≤
c1
≤
c2
≤
126
0
≤
x
≤
12 (when font A (12 x 24) is selected)
0
≤
x
≤
9 (when font B (9 x 24) is selected)
0
≤
d
≤
255
k=c2-c1+1
▪
Assigns the user-defined character pattern for the specified character codes.
- y specifies the number of bytes in the vertical direction.
- c1 specifies the beginning character code for the definition, and c2 specifies the final code.
- x specifies the number of dots in the horizontal direction.
- d specifies the definition data.
ESC * m nL nH d1...dk
[Name]
[Format]
[Range]
[Description]
Select bit image mode.
ASCII ESC * m nL nH
d1...dk
Hex 1B
2A
m
nL
nH
d1...dk
Decimal
27 42 m nL nH
d1...dk
m=0, 1, 32, 33
1
≤
(nL + nH x 256)
≤
1023 (0
≤
nL
≤
255, 0
≤
nH
≤
3)
0
≤
d
≤
255
▪
Specifies the bit image in m mode for the number of dots specified by nL and
nH.
* dpi : dots per 25.4mm {1”}
m
Mode
Number of dots in
vertical direction
Vertical dot
density
Horizontal dot
density
Number of bytes (k)
0
8-dot
single-density
8
60 dpi
90 dpi
nL + nH x 256
1
8-dot
double-density
8
60 dpi
180 dpi
nL + nH x 256
32
24-dot
single-density
24
180 dpi
90 dpi
(nL + nH x 256) x 3
33
24-dot
double-density
24
180 dpi
180 dpi
(nL + nH x 256) x 3