I do the sorting system as shown as figure above. Each of queues has same batch size is about 44. It means that the each queues will send the items to final conveyor when the batch size is reached to 44 items.
But now situation is, when I set the quantity of items about 34 in source, Each of queue didn't reached the max batch size, so it would not send items to final conveyor.
Is that possible when these queue send items to conveyor (queue 3 send items to final conveyor after queue 2 send items to final conveyor. queue 2 send items to final conveyor after queue 1 send items to final conveyor) after source send finish the items (34 items)