- 144 -
GS C 0 n m
[Function]
Setting counter print mode
[Code]
<
1D
>
H
<
43
>
H
<
30
>
H
<
n
><
m
>
[Range]
0
≦n≦
5
0
≦
m
≦
2
、
48
≦
m
≦
50
[Outline]
“n” sets the number of print columns for serial counter.
• n = 0 sets the actual counter to the number of print columns.
• n
≠
0 sets the print columns to “n” columns.
“m” specifies the serial counter layout and data processing when the specified number
of columns is not reached.
m Print
Position
Processing when Counter Does Not
Reach Specified Number of Digits
0,48
Right-justified
Space is added to the left.
1,49
Right-justified
“0” is added to the left.
2,50
Left-justified
Space is added to the right.
[Default]
n
=
0
、
m
=
0