![Epson ESC/POS TM-L60II Technical Information Download Page 395](http://html.mh-extra.com/html/epson/esc-pos-tm-l60ii/esc-pos-tm-l60ii_technical-information_109143395.webp)
C O N F I D E N T I A L
Paper roll
Miscellaneous commands GS C ;
Ver. 4.0
p. 1332
[Notes]
■
In count-up mode,
sa
is the minimum counter value and
sb
is the maximum counter value.
■
In count-down mode,
sb
is the minimum counter value and
sa
is the maximum counter
value.
■
In count-stop mode, the counter value is not changed by
GS c
.
■
sa
,
sb
,
sn
,
sr
, and
sc
specify a value using a decimal character string, respectively.
■
sa
,
sb
,
sn
,
sr
, and
sc
can be omitted (“
;
“ which separates an argument, cannot be omitted).
Setting value for the omitted argument is not changed.
Example:
When changing only a stepping amount for a
count-up or count-down and a counter value, the
setting value is [
GS C ; ; ; 5 ; ; 100 ;
].
■
The internal counter value which counts the repetition number of printing by processing
this command is “0”.
■
The settings for
GS C 1
and
GS C 2
are disabled by processing this command.
Program Example
Print Sample
PRINT #1, CHR$(&H1D);"C;";"300;1;1;2;100;";
PRINT #1, CHR$(&H1D);"C0";CHR$(4);CHR$(1);
No. 0100
PRINT #1, "No.";CHR$(&H1D);"c";CHR$(&HA);
No. 0100
PRINT #1, "No.";CHR$(&H1D);"c";CHR$(&HA);
No. 0099
PRINT #1, "No.";CHR$(&H1D);"c";CHR$(&HA);
No. 0099
PRINT #1, "No.";CHR$(&H1D);"c";CHR$(&HA);
No. 0098
PRINT #1, "No.";CHR$(&H1D);"c";CHR$(&HA);