Seiko TM-L60 Specifications Page 65

  • Download
  • Add to my manuals
  • Print
  • Page
    / 98
  • Table of contents
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 64
1-58 Command Descriptions Rev. A
GS P x y
[Name] Set horizontal and vertical motion units
[Format] ASCII GS P xy
Hex 1D 50 xy
Decimal 29 80 xy
[Range] 0 x 255
0 y 255
GS P x y sets the horizontal and vertical motion units to 1/x and 1/y inches, respectively. The
horizontal and vertical motion units indicate the minimum pitch used for calculating the values of
related commands (shown below). The default values are x=180 and y=360. The calculated result
when using this command with other commands is truncated to the minimum value of the
mechanical pitch (1/180 inch horizontal and 1/360 inch vertical) or an exact multiple of that
minimum value. When x and y are set to 0, the default setting of each value is used.
Commands used with the horizontal motion unit (1/x) in standard mode: ESC SP, ESC $, ESC \,
GS L, and GS W.
Commands used with the vertical motion unit (1/y ) in standard mode: ESC 3, ESC J, and GS A.
Commands used with the horizontal and vertical motion units (1/x and 1/y) in page mode (either x
or y can be used, depending on the print direction set with ESC T): ESC SP, ESC $, ESC \, ESC 3,
ESC J, ESC W, GS $, and GS \.
Program Example Print Sample
PRINT #1, CHR$(&H1D);"P";CHR$(180);CHR$(180); AAAAA
PRINT #1, CHR$(&H1B);"3";CHR$(30);
Set line spacing BBBBB
30/180-inch line spacing
PRINT #1, "AAAAA"; CHR$(&HA); CCCCC
PRINT #1, "BBBBB"; CHR$(&HA);
PRINT #1, CHR$(&H1D);"P";CHR$(180);CHR$(90); DDDDD
30/90-inch line spacing
PRINT #1, CHR$(&H1B);"3";CHR$(30);
Set line spacing
PRINT #1, "CCCCC"; CHR$(&HA); EEEEE
PRINT #1, "DDDDD"; CHR$(&HA);
PRINT #1, "EEEEE"; CHR$(&HA);
Page view 64
1 2 ... 60 61 62 63 64 65 66 67 68 69 70 ... 97 98

Comments to this Manuals

No comments