Rev. 1.00
- 32 -
Metapace T-2
<Function 112> GS ( L pL pH m fn a bx by c xL xH yL yH d1...dk (fn=112)
[Format]
[Range]
[Description]
[Notes]
ASCII
GS
(
L
pL pH m fn a bx by c xL xH yL yH d1...dk
Hex
1D 28 4C
pL pH m fn a bx by c xL xH yL yH d1...dk
Decimal
29 40
76
pL pH m fn a bx by c xL xH yL yH d1...dk
▪
GS ( L parameter
11
≤
(pL + pH x 256)
≤
65535 (0
≤
pL
≤
255, 0
≤
pH
≤
255)
▪
GS 8 L parameter
11
≤
(p1 + p2 x 256 + p3 x 65535 + p4 x 16777216)
≤
4294967295
( 0
≤
p1
≤
255, 0
≤
p2
≤
255, 0
≤
p3
≤
255, 0
≤
p4
≤
255 )
▪
Common parameter for GS 8 L / GS ( L
m=48, fn=112, a=48
bx=1, 2
by=1, 2
c=49 (when the monochrome paper is selected)
c=50 (when the two-color paper is selected)
- When single-color paper is specified :
1
≤
(yL + yH x 256)
≤
1662 (when by = 1)
1
≤
(yL + yH x 256)
≤
831 (when by = 2)
- When two-color paper is specified :
1
≤
(yL + yH x 256)
≤
831 (when by = 1)
1
≤
(yL + yH x 256)
≤
415 (when by = 2)
0
≤
d
≤
255
k = ( int ( ( xL + xH x 256 ) + 7 ) / 8 ) x ( yL + yH x 256 )
▪
Stores the raster graphics data, enlarged by bx and by in the horizontal
and vertical directions to the print buffer.
- xL, xH specifies the raster graphics data in the horizontal direction
as (xL + xH x 256) dots.
- xL, xH specifies the raster graphics data in the vertical direction to
(yL + yH x 256) dots.
- c specifies the color of the defined data.
c
Printing color
49 Color
1
50 Color
2
- Color 1 means black (high level of energy) in the specified tow-color
thermal paper.
- Color 2 means red (low level of energy) in the specified tow-color
thermal paper.
▪
In standard mode, each color can be defined only once.