User`s manual
86
MP-4200 TH Programmer’s Manual - Revision 1.0
Bit On/Off Hex Dec Function
0 Off 00 0 Drawerkick-outconnectorpin3isLOW.
On 01 1 Drawerkick-outconnectorpin3isHIGH.
1-3 - - - Undefined.
4 Off 00 0 Not used. Fixed to off.
5,6 - - - Undefined
7 Off 00 0 Not used. Fixed to off.
[References] DLEEOT,GSa
GS v 0 m x
L
x
H
y
L
y
H
d
1
... d
k
[Function] Print raster bit image.
[Format] ASCII GSv0mx
L
x
H
y
L
y
H
d
1
... d
k
Hexadecimal 1D7630mx
L
x
H
y
L
y
H
d
1
... d
k
Decimal 2911848mx
L
x
H
y
L
y
H
d
1
... d
k
[Range] 0≤m≤3,48≤m≤51
0≤x
L
≤255;0≤x
H
≤255
0≤y
L
≤255;0≤y
H
≤8
0≤d≤255
k=[(x
L
+x
H
×256)×(y
L
+y
H
×256)](k≠0)
[Description] Selectrasterbit-imagemode(m),asfollows:
m Mode Vertical Dot Density Horizontal Dot Density
0, 48 Normal 203dpi 203dpi
1,49 Double-width 203dpi 101 dpi
2, 50 Double-height 101 dpi 203dpi
3,51 Quadruple 101 dpi 101 dpi
•x
L
, x
H
, select the number of data bytes (x
L
+x
H
×256)inthehorizontaldirectionforthebit
image.
•y
L
, y
H
, select the number of data bytes (y
L
+y
H
×256)intheverticaldirectionforthebitimage.
[Details] •Thiscommandiseffectiveonlywhenthereisnodataintheprintbuffer.
•This commandhasno effectinall printmodes(charactersize,emphasized,double-strike,
upside-down, underline, white/black reverse printing, etc.) for raster bit image.
•IftheprintingareawidthsetbyGSLandGSWislessthantheminimumwidth,theprinting
area is extended to the minimum width only on the line in question. The minimum width means
1dotinnormal(m=0,48)anddouble-height(m=2,50)modes,2dotsindouble-width(m=1,
49)andquadruple(m=3,51)modes.
•Dataoutsideprintingareaisreadanddiscardedonadot-by-dotbasis.
•Thepositionatwhichsubsequentcharactersaretobeprintedforrasterbitimageisspecified
byHT(HorizontalTab),ESC$(Setabsoluteprintposition),ESC\(Setrelativeprintposition),
andGSL(Setleftmargin).Ifthepositionatwhichsubsequentcharactersaretobeprintedis
not a multiple of 8, print speed may decrease.
•TheESCa(Selectjustification)settingisalsoeffectiveonrasterbitimages.
•Whenthiscommandisreceivedduringmacrodefinition,theprinterendsmacrodefinition,
and begins performing this command. The definition of this command should be cleared.
•dindicatesbit-imagedata.Settingabitprintsadotandresettingabitdoesnotprintadot.