![Bematech LR1100 Programming Manual Download Page 77](http://html1.mh-extra.com/html/bematech/lr1100/lr1100_programming-manual_2730935077.webp)
LR1100 Programming Manual V1.2
[Description] Selects a print mode for the serial number counter.
n specifies the number of digits to be printed as follows:
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.
m specifies the printing position within the entire range of printed digits, as follows:
m
Printing Position
Processing of digits less than those
specified
0,48
Align right
Adds spaces to the left
1,49
Align right
Adds 0 to the left
2,50
Align left
Adds spaces to the right
[Notes]
If n or m is out of the defined range, the previously set print mode is not changed.
If n = 0, m does not have any meaning.
[Default]
n = 0, m = 0
[Reference]
GS C 1, GS C 2, GS C ;, GS c
[Examples]
n=3,m=0
n=3,m=1
n=3,m=2
▲▲
1
001
1
▲▲
▲
Indicates a space
GS C 1 aL aH bL bH n r
[Name]
Select count mode (A)
[Format]
ASCII GS C 1 aL aH aL bH n r
Hex 1D 43 31 aL aH aL bH n r
Decimal 29 67 49 aL aH aL bH n r
[Range]
0
aL
255
0
aH
255
0
bL
255
0
bH
255
0
n
255
0
r
255
[Description] Selects a count mode for the serial number counter.
aL, aH or bL, bH
specify the counter range.
n indicates the stepping amount when counting up or down.
r indicates the repetition number when the counter value is fixed.