Limit Astar movement in an area to a certain number of operators?

Limit Astar movement in an area to a certain number of operators?

pablo_l5
Not applicable
19 Views
1 Reply
Message 1 of 2

Limit Astar movement in an area to a certain number of operators?

pablo_l5
Not applicable

[ FlexSim 21.0.0 ]

I have this model where i want to limit the number of AMR inside Halls, but anywhere else.

The idea is to let multiple task executers work at the same time but avoid them from entering the same hall at the same time.

HallTestModel.fsm

Accepted solutions (1)
20 Views
1 Reply
Reply (1)
Message 2 of 2

allister_wilson
Not applicable
Accepted solution

Unfortunately the A* navigator doesn't provide a built-in way to do that, have you considered using the AGV navigator instead with control areas?

If you decide to stick with A*, here's a possible approach which could be extended.
In the attached model, I've added a hall label to each destination point, and a zone in the process flow with a partition constraint to only allow a single token per hall in the travel + unload part of the logic.