Issue
We want to read a barcode on single products then batch them in 10s, log what product went into what bundle, print one label per 10 products and print one sack label per 100 products. This is implemented from version 3.11 P7 on.
Setup
Let’s assume we start at 1 and the reader sends the following sequence of readings: 4, 9 and 30 are short or not read
0000000001
0000000002
0000000003
00000004
0000000005
0000000006
0000000007
0000000008
0000000010
0000000011
0000000012
0000000013
0000000014
0000000015
0000000016
0000000017
0000000018
0000000019
0000000020
0000000021
0000000022
0000000023
0000000024
0000000025
0000000026
0000000027
0000000028
0000000029
00000030
0000000031
0000000032
0000000033
0000000034
0000000035
0000000036
0000000037
0000000038
0000000039
0000000040
The label printer will print the label number 1, will know that the bundle is bad or not complete “B”, and the first reading was 0000000001 (take Reader 1 result) and the last 0000000010 (Take Reader 2 result).
Setup bundle top checker