Seiko TM-L60 Specifications Page 40

  • Download
  • Add to my manuals
  • Print
  • Page
    / 98
  • Table of contents
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 39
Rev. A Command Descriptions 1-33
TM–L60II/L60IIP Information Manual
ESC W xL xH yL yH dxL dxH dyL dyH
[Name] Set printing area in page mode
[Format] ASCII ESC W x
L xH yL yH dxL dxH dyL dyH
Hex 1B 57 xL xH yL yH dxL dxH dyL dyH
Decimal 27 87 xL xH yL yH dxL dxH dyL dyH
[Range] 0 xL, xH, yL, yH, dxL, dxH, dyL, dyH 255
(except for dx
L = dxH = 0 or dyL= dyH = 0)
ESC W x
L xH yL yH dxL dxH dyL dyH sets the size and position of the printing area in page mode as
follows:
Horizontal starting position = [(x
L+ xH × 256) × (horizontal motion unit)] inches
Vertical starting position = [(y
L + yH × 256) × (vertical motion unit)] inches
Printing area width = [(dx
L + dxH × 256) × (horizontal motion unit)] inches
Printing area height = [(dy
L + dyH × 256) × (vertical motion unit)] inches
The default settings are as follows:
xL = xH = yL = yH = 0
dx
L = 0, dxH = 2, dyL = 126, dyH = 6
This command is enabled only in page mode. If this command is entered in standard mode, an
internal flag is activated and the command is enabled when the printer selects page mode.
The horizontal and vertical motion units use the horizontal and vertical values set by the GS P
command. The default settings of the horizontal and vertical motion units are 1/180 and 1/360
inches, respectively.
Program Example Print Sample
PRINT #1, CHR$(&H1B);"L";Select page mode
PRINT #1, CHR$(&H1B);"W";CHR$(0);CHR$(0);CHR$(0);CHR$(0);CHR$(180);
CHR$(0);CHR$(132);CHR$(3);
PRINT #1, CHR$(&H1B);"T";CHR$(0);Select print direction
PRINT #1, "AAAAA"; CHR$(&HA);Store characters for printing
PRINT #1, "BBBBB"; CHR$(&HA);Store characters for printing
PRINT #1, CHR$(&H1B);"T";CHR$(2);Select print direction
PRINT #1, "CCCCC"; CHR$(&HA);Store characters for printing
PRINT #1, "DDDDD"; CHR$(&HC);Batch print and return to standard mode
AAAAA
BBBBB
CCCCC
DDDDD
Printing
by ESC W
area set
Page view 39
1 2 ... 35 36 37 38 39 40 41 42 43 44 45 ... 97 98

Comments to this Manuals

No comments