Hi,
I am working on a model where 10 batches are created where each batch has a priority and needs to be picked by one processor then sent to a line for filing and packaging. The processor is picked based on the batch size. After the processor or the line finishes their job, an inspector is required. My questions are:
- How to process the batches based on their priority in series (1,2,3...etc) as my model process the batches in a different priority order (1,3,6). The main reason I found that the model processes the batches of the highest order for each processor but not based on the global priority.
- How to not pick the inspector if there are three order of the same batch as can be seen in BatchCode A1 (How to process these tokens in campaign).
- How to measure the time each token spends in either the processor or the line. Or, how to know the time a token spends in the model since being assigned to a processor until it leaves the model.
Please find the attached model for more information.
Best regards,