Seiko TM-L60 Specifications Page 70

  • Download
  • Add to my manuals
  • Print
  • Page
    / 98
  • Table of contents
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 69
Rev. A Command Descriptions 1-63
TM–L60II/L60IIP Information Manual
GS c
[Name] Print counter
[Format] ASCII GS c
Hex 1D 63
Decimal 29 99
GS c sets the serial counter value in the print buffer and increments or decrements the counter value.
The counter print mode is set by the GS C 0 command, and the counter mode is set by the GS C 1 or
GS C ; command.
After setting the current counter value in the print buffer as print data (a character string), the printer
counts up or down based on the count mode set. The counter value in the print buffer is printed when
the printer receives a print command or is in the buffer-full state.
In count-up mode, if the counter value set by this command goes out of the counter operation range
set by the GS C 1 or GS C ; commands, it is forced to convert to the minimum value.
In count-down mode, if the counter value set by this command goes out of the counter operation
range set by the GS C 1 or GS C ; commands, it is forced to convert to the maximum value.
GS C 0 n m
[Name] Select counter print mode
[Format] ASCII GS C 0 nm
Hex 1D 43 30 nm
Decimal 29 67 48 nm
[Range] 0 n 5
0 m 2, 48 m 50
GS C 0 n m selects a print mode for the serial number counter. n specifies the number of digits to be
printed. When n = 0, the printer prints the actual digits indicated by the number value. When n= 1 to
5, this command sets the number of digits to be printed. If n or m is out of the defined range, the
previously set print mode is not changed. The default setting is n=0, m=0.
Program Example Print Sample
PRINT #1, CHR$(&H1D);"C0";CHR$(3);CHR$(0);
PRINT #1, "AAAAA"; CHR$(&H1D);"c";CHR$(&HA); AAAAA 1
PRINT #1, "BBBBB"; CHR$(&H1D);"c";CHR$(&HA); BBBBB 2
Page view 69
1 2 ... 65 66 67 68 69 70 71 72 73 74 75 ... 97 98

Comments to this Manuals

No comments