Rev. 1.00
- 20 -
Metapace T-2
ESC { n
[Name]
[Format]
[Range]
[Default]
[Description]
Turns upside-down printing mode on/off.
ASCII ESC { n
Hex 1B
7B
n
Decimal 27 123 n
0
≤
n
≤
255
n=0
▪
Turns upside-down printing mode on or off.
- When the LSB of n is 0, upside-down printing mode is turned off.
- When the LSB of n is 1, upside-down printing mode is turned on.
FS p n m
[Name]
[Format]
[Range]
[Description]
Print NV bit image.
ASCII FS p n m
Hex 1C
70
n m
Decimal 28 112 n
m
1
≤
n
≤
255
0
≤
m
≤
3, 48
≤
m
≤
51
▪
Prints an NV bit image n in m mode.
dpi : dots per 25.4mm {1"}
m
Mode
Vertical Dot Density (DPI)
Horizontal Dot Density (DPI)
0, 48
Normal
180 dpi
180 dpi
1, 49
Double-width
180 dpi
90 dpi
2, 50
Double-height
90 dpi
180 dpi
3, 51
Quadruple
90 dpi
90 dpi
FS q n [xL xH yL yH d1…dk]1…[xL xH yL yH d1…dk]n
[Name]
[Format]
[Range]
[Description]
Defined NV bit image.
ASCII FS
q
n
[xL xH yL d1...dk]1... [xL xH yL d1...dk]n
Hex 1C
71
n
[xL xH yL d1...dk]1... [xL xH yL d1...dk]n
Decimal 28 113
n
[xL xH yL d1...dk]1... [xL xH yL d1...dk]n
1
≤
n
≤
255
1
≤
(xL + xH ×256)
≤
1023 (0
≤
xL
≤
255, 0
≤
xH
≤
3)
1
≤
(yL + yH ×256)
≤
288 (0
≤
yL
≤
255, yH=0,1)
0
≤
d
≤
255
k = (xL + xH × 256) × (yL + yH × 256) × 8
Either one of the total capacity data [0, 64k, 128k, 192k, 256k, 320k, 384k]
bytes can be selected by GS ( E. The default value is 384 KB.
▪
Defines the specified NV bit image.
- n specifies the number of the NV bit image you are defining.
- xL, xH specify the number of dots in the horizontal direction for the NV
bit image with [(xL + xH × 256) x 8].
- yL, yH specify the number of dots in the vertical direction for the NV bit
image with [(yL + yH × 256) x 8].
▪
If this command is processed when the NV graphics is defined with GS
( L or GS 8 L, delete all NV graphics data, then define the bit image data
with this command.