Hi everybody,
In my model I need to serve, through an AGV, 2 queues called ServiceQueue and ServiceQueue2 according to the First Come First Served (FIFO) method. In particular, if an item arrives in ServiceQueueue, the AGV has to take that item, move it to Storage, take another one of the same type from Retrieval and put it back in ServiceQueue. It should do the same thing with the second queue ServiceQueue2, but running the simulation the AGV's task sequence, while it is serving a queue, is interrupted to serve the other queue.
I think that the problem is in the ProcessFlow logic. Can someone help me please?
I attached my model. Thanks for the support.