Rev. 1.00
- 47 -
Metapace T-2
GS L nL nH
[Name]
[Format]
[Range]
[Default]
[Description]
Set left margin.
ASCII GS L nL nH
Hex 1D
4C
nL
nH
Decimal 29 76 nL nH
0
≤
nL
≤
255, 0
≤
nH
≤
255
(nL + nH x 256)=0 (nL=0, nH=0)
▪
Sets the left margin specified by nL and nH.
- The left margin is [(nL + nH x 256) x (horizontal motion units)].
Printable area
Left margin
Printing area width
GS P x y
[Name]
[Format]
[Range]
[Default]
[Description]
Set horizontal and vertical motion units.
ASCII GS P x y
Hex 1D
50 x y
Decimal 29 80
x
y
0
≤
x
≤
255, 0
≤
y
≤
255
For ANK/Multilingual model : x=180, y=360
For Japanese Kanji model : x=203, y=406
▪
Turns white/black reverse printing mode on or off.
When x=0, the default setting of the horizontal motion unit is used.
When 1
≤
x
≤
255, the horizontal motion unit is set to 25.4/x mm {(1/x)"}.
When y=0, the default setting of the vertical motion unit is used.
When 1
≤
y
≤
255, the vertical motion unit is set to 25.4/y mm {(1/y)"}.
GS T n
[Name]
[Format]
[Range]
[Description]
Set print position to the beginning of print line.
ASCII GS
T n
Hex 1D
54
n
Decimal 29 84 n
n=0, 1, 48, 49
▪
Sets the print position to the beginning of the print line.
- n specifies how data in the print buffer is processed when this
command is executed.
n
Function
0, 48 Sets the print position after the data in the print buffer is deleted.
1, 49 Sets the print position after the data in the print buffer is printed.
- When printing is specified (n=1,49), the printer prints the data in the print
buffer and executes a line feed, based on the line feed amount to be set.
- When deleting is specified (n=0,48), the printer executes the cancel
process for the print data in the print buffer, and keeps other data or
setting values except for the print data.