How can I make AGV to allocate 3 control points while moving, instead of the one?

How can I make AGV to allocate 3 control points while moving, instead of the one?

jkhedekar
Enthusiast Enthusiast
63 Views
1 Reply
Message 1 of 2

How can I make AGV to allocate 3 control points while moving, instead of the one?

jkhedekar
Enthusiast
Enthusiast

I have AGV moving on a AGV network with equally spaced control points, I would like to have it allocate 3 control points while it moves. Is there a way to do that?

0 Likes
64 Views
1 Reply
Reply (1)
Message 2 of 2

moehlmann_fe
Observer
Observer

By default, a CP or control area is allocated when the AGV would have to start decelerating in order to come to a stop at the previous CP. This distance along its route is the "stopping distance" for that allocation point. It is accessible through the "stopDist" property of the AGV.AllocationPoint class.

https://docs.flexsim.com/en/25.0/Reference/CodingInFlexSim/FlexScriptAPIReference/AGV/AGV.Allocation...

It should only be set as part of the "On AGV Build Travel Path" event. So you can listen to this event with an Event-Triggered Source and then adjust the values for the plotted path.

0 Likes