User manual
APOS KANJI User Manual Page 36 / 45
Ref : 3103039-FDE Issue A
4.1.41. GS C0
(Description) Select counter print mode
(Format) <1Dh> <43h> <30h> <m> <n>
(Comments) Sets the format of how the counter is printed.
0 <= m <= 5
If m = 0, all digits of the counter will be printed, otherwise <m> of the least-
significant digits will be printed.
The default value is m=0
0 <= n <= 2
The value of <n> describes how the printed counter value shall be justified as
shown in the table below. Both m and n are ignored if out of range.
(Cross reference) GS c, GS C, GS C1, GS C2
n Adjustment Empty digits filled
0 right with spaces
1 right with 0s
2 left with spaces
4.1.42. GS C1
(Description) Select binary counter mode
(Format) <1Dh> <43h> <31h> <n1> <n2> <n3> <n4> <n5> <n6>
(Comments) The start value of the counter is
start = (n1 + n2 x 256), default value is 1
The end value of the counter is
end = (n3 + n4 x 256), default value is 65535
If start > end, the counter will increment after each time the command GS c is
used. If end > start, the counter will decrement after each time the command
GS c is used. When the counter exceeds the value of end it will reset to the
value of start.
The increment or decrement step is the value of n5. Setting this value to 0
will stop the counter.
The counter will reset to the value start only n6 times. After this it will stop
counting. Also, setting this value to 0 will stop the counter.
0 <= n1, n2, n3, n4, n5, n6 <=255
(Cross reference) GS C0, GS C2, GS c, GS C