Hello,
I need help please.
I’m trying to build up a production line. In this production line, there are several queues which gather in one queue. This single queue follows a processor.
Problem:
Each item type has a different batch size (given by GlobalTable) and comes from another processor to a queue which belongs to a processor and portrays a buffer. After a specific delay time, the batches move to the single queue (Queue13).
The items of a specific batch can arrive at the same time. In this case, there will be a mix of different item types in the single queue. In the single queue should be proved, if the batch size of a defined item type is reached. If that is the case, the batch should be processed in the next processor (Processor13)
The requirement of the processor is, that he produces just one batch of an item type after another. There should be no mixture of different item types.
Please take a look at the attached screenshot.
How can this problem be solved?
Thank you in advance.