Hi everyone,
I have a problem with FIFO with a crane. Here is how my model should have been work.
1. At time 0, queue 2 and queue 3 will be full of box, so the crane will be moving the box to queue 5.
2. When another box arrive in queue 1, the crane should be moving the box from queue 1 to queue 4 until the queue 4 full and didnt send it to queue 2 or 3 because it will destroy the FIFO system (the item in queue 4 should be full first so that the box from queue 1 can be send to queue 2 and 3)
But my model likely send the box to the shortest distance, like queue 2 and queue 3 when there are space in there.
Could anyone help me in this problem
Semi-FIFO Model.fsm