Seiko TM-L60 Specifications Page 36

  • Download
  • Add to my manuals
  • Print
  • Page
    / 98
  • Table of contents
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 35
Rev. A Command Descriptions 1-29
TM–L60II/L60IIP Information Manual
ESC $ nL nH
[Name] Set absolute print position
[Format] ASCII ESC $ n
L nH
Hex 1B 24 nL nH
Decimal 27 36 nL nH
[Range] 0 nL ≤ 255
0 n
H ≤ 255
ESC \ nL nH
[Name] Set relative print position
[Format} ASCII ESC \ n
L nH
Hex 1B 5C nL nH
Decimal 27 92 nL nH
[Range] 0 nL ≤ 255
0 n
H ≤ 255
ESC $ n
L nH sets the print starting position to [(nL + nH × 256) × (horizontal or vertical motion unit)]
inches from the beginning of the line.
ESC \ n
L nH moves the print starting position to [(nL + nH × 256) × (horizontal or vertical motion
unit)] inches from the current position. Use the complement of N for setting N pitch movement to the
left: N pitch = 65536 – N, where N=(n
L + nH × 256).
When standard mode is selected, the horizontal motion unit set by GS P is used. When page mode is
selected, the horizontal or vertical motion unit set by GS P is used for the print direction set by ESC T.
Program Example Print Sample
PRINT #1, CHR$(&H1D);"P";CHR$(180);CHR$(180);
PRINT #1, "ABCD";
PRINT #1, CHR$(&H1B);"$";CHR$(90);CHR$(0);
PRINT #1, "EFGH"; CHR$(&HA);
PRINT #1, "ABCD";
PRINT #1, CHR$(&H1B);"\";CHR$(90);CHR$(0);
PRINT #1, "EFGH"; CHR$(&HA);
ABCD EFGH
90/180 inch
90/180 inch
ABCD EFGH
Page view 35
1 2 ... 31 32 33 34 35 36 37 38 39 40 41 ... 97 98

Comments to this Manuals

No comments