Hello everyone,
In my demo model (Demo_2Lanes.fsm) I have a certain number of AGVs that need to go to 3 different destinations. As you can see from the model, there are two vertical lanes connected to three horizontal paths. In a realistic scenario an AGV will take the outer lane to go to a farther destination (Destination 3 in my case) if the inner lane is too busy with AGVs going to a closer destination.
In the model I tried to stress this behavior by arbitrarily setting the destination for each AGV. The first 9 should go to destination 2 while all the next ones should go to the farther destination 3. So far, only the first 9 AGVs move. I tried by checking and unchecking the "Divide by speed" box in the AGV Network - General, but it doesn't change anything.
Any idea on how to model this behavior?
PS: the question asks for how to limit the number of AGVs on a path because that is my general thought. Can I limit the number of AGV on the inner lane so an AGV will take the outer one if that is too busy? Does it mean that an AGV has to be able to recalculate its route continuously? Can it do that?
Thank you in advance.