Seiko TM-L60 Specifications Page 39

  • Download
  • Add to my manuals
  • Print
  • Page
    / 98
  • Table of contents
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 38
1-32 Command Descriptions Rev. A
GS L nL nH
[Name] Set left margin
[Format] ASCII GS L n
L nH
Hex 1D 4C nL nH
Decimal 29 76 nL nH
[Range] 0 nL 255
0 n
H 255
GS W nL nH
[Name] Set printing area width
[Format] ASCII GS W n
L nH
Hex 1D 57 nL nH
Decimal 29 87 nL nH
[Range] 0 nL 255
0 n
H 255
GS L n
L nH sets the left margin to [(nL + nH × 256) × (horizontal motion unit)] inches from the
beginning of a line. The default setting is n
L=0, nH=0. This command is enabled only at the beginning
of a line in standard mode. If this command is entered in page mode, an internal flag is activated and
the command is enabled when the printer returns to standard mode.
GS W n
L nH sets the printing area width to [(nL + nH × 256) × (horizontal motion unit)] inches from the
left margin. The default setting is n
L=0, nH=2. This command is enabled only at the beginning of a line
in standard mode. If this command is entered in page mode, an internal flag is activated and the
command is enabled when the printer returns to standard mode.
If the above commands set the printing area width to less than the width of one character, the
printing area width is extended to accommodate one character for the line.
The horizontal motion units use the horizontal value set by the GS P command. The default setting of
the horizontal motion unit is 1/180 inches.
Program Example Print Sample
PRINT #1, CHR$(&H1D);"P";CHR$(180);CHR$(180);
PRINT #1, "01234567890123456789"; CHR$(&HA);
PRINT #1, CHR$(&H1D);"L";CHR$(60);CHR$(0);
PRINT #1, CHR$(&H1D);"W";CHR$(120);CHR$(0);
PRINT #1, "01234567890123456789"; CHR$(&HA);
01234567890123456789
0123456789
0123456789
Left Printing ar ea
margin width
Page view 38
1 2 ... 34 35 36 37 38 39 40 41 42 43 44 ... 97 98

Comments to this Manuals

No comments