Hello friends,
We've built a model in which two item types are generated in the source and are transported by two transporters to the processors and are then placed in stored base on their item types. The problem we are facing is that a particular transporter interrupts the task of another transporter to complete the job. (For example : if a transporter load an item from queue then that particular transporter should load and unload the item in each processors and finally it should unload it in the respective store and then it should start to load the item from queue, this process should goes on continuously until the model stops )but here before transporter B finished his work, transport A interrupts and do the work of transporter B. How can we avoid this? i have attached the model for your reference 123.fsm.
Thank you