Operator`s manual
53
^A ^D Command
XX 75 Load Label Count: Tells the printer to print a batch of labels using the serial
number function if enabled. Can be used in conjunction with load copies count
(^D73, see section 5.3). The batch of labels will be printed when a ^D3 is executed.
Therefore, this must precede a ^D3 command. The only difference between this
command and ^D73 is in the ability of this command to increment and decrement
serial numbers in the batch.
A sample program using a single serial number:
^A1^D865 ;Load 1000 into serial number slot 1
"1000"
^A1^D875 ;Load step value of 50 for slot 1
"50"
^A1^D835 ;Tell printer to increment slot 1
^D575
1,812,6095 ;Header
1,435,24,4,1,14,0,,1,1,35 ;Field definition
^D56^D25
5 ;Reserve a space for the serialized field
^A1^D825 ;Tell printer to use slot 1 on TSN 1
"1"
^D35 ;Print
A sample program using multiple serial numbers:
^A1^D865 ;Load 1000 into serial number slot 1
"1000"
^A2^D865 ;Load 2000 into serial number slot 2
"2000"
^A1^D875 ;Load step value of 50 for slot 1
"50"
^A2^D875 ;Load step value of 25 for slot 2
"1"
^A1^D835 ;Tell printer to increment slot 1
^A2^D835 ;Tell printer to increment slot 2
^D575
2,812,6095 ;Header
1,100,20,4,1,115 ;Field definition
2,100,40,4,1,115 ;Field definition
^D56^D25
5 ;Reserve a space for serialized field 1
5 ;Reserve a space for serialized field 2
^A1^D825 ;Tell printer to use slot 1 on TSN 1
"1"
^A2^D825 ;Tell printer to use slot 2 on TSN 2
"2"
^D35 ;Print