CBM-253 User’s Manual
92
CITIZEN
GS C 2 n1 n2
[Name] Setting of the numbering counter
[Code] <1D>H <43>H <32>H <n1> <n2>
[Defined ranges] 0 ≤ n1 ≤ 255
0 ≤ n2 ≤ 255
[Function] Sets the numbering value (consecutive numbering counter).
The value of the counter will be n1 + n2 × 256
[Items requiring caution]
When this command has been executed, the internal counter that counts the number of
repetitions while the counter value remains fixed will be cleared.
When counting up:
• When the counter value set using this command is outside the operating range of the
counter set by GS C 1 or GS C ;, the counter will be forcibly changed to the maxiimum
value by the execution of GS c.
When counting down:
• When the counter value set using this command is outside the operating range of the
counter set by GS C 1 or GS C ;, the counter will be forcibly changed to the maximum
value by the execution of GS c.
[Initial value] n1 + n2 × 256 = 1
[Reference] GS C 0, GS C 1 GS c, GS C ;
[Program example] [Printing result]
Refer to the program example and the printing result for GS C 1 on page 91.