Hello @Nicholas D2,
Here is your question from your comment. Please make sure you follow out best practice and start new questions with a new post even if it is for the same model.
This latest version of my model now resembles the real process, but I'm unsure how to tie things together. Flowitems need to originate in WorkCenter85A and follow this path: 85A -> 89Q -> 899 -> 85V -> 85A -> 85V -> NHA.
- Using the FlowLogic, how do I move them from one WorkCenter to another?
- How can I do this in batches? For example, I might not want to move flowitems from OutRack85A to InRack89Q until there are 10 flowitems in the outrack.
- When the flowitems return to 85A and 85V for the second time, their processing times need to be different than the processing times the first time around. I am trying to accomplish this using multiprocessors and a "TestType" label which will tell the multiprocessor which process to run, but I'm not sure where/how to assign the label to the flowitems.