question

Serge A avatar image
0 Likes"
Serge A asked Serge A commented

AGV Travel with EndSpeed > 0 finishes before the destination is reached

How to reproduce:

FlexSim 24.0.2

AGV Network with Speeds = 3.0 m/s, Acceleration/Deceleration = 0.4 m/s².

Create a Task Sequence in Process Flow using AGV Travel. Set End Speed = 3.0 m/s, and any Control Point as a destination.

Expected behavior: the token should released from AGV Travel only when the travel is completed.

Observered behavior: the token may be released earlier, before the destination is reached. The task executer finishes its travel task before the destination is reached and enters "allocated idle" state.

flexsim-0ltskdyjtx.png

I've created a model that reproduces this bug. It seems to depend both on End Speed option (doesn't happen with End Speed = 0), and a particular AGV speed (doesn't happen with Speed = 1). Accelerations and decelerations do not seem important.


AGV_Travel_Wait_for_Finish_24_0.fsm

FlexSim 24.0.1
agvbugprocesss flow
5 |100000

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.

1 Answer

·
Felix Möhlmann avatar image
3 Likes"
Felix Möhlmann answered Serge A commented

This is by design and speed and acceleration determine how premature the task will be completed.

The assumption when using an endspeed > 0 is that another travel task will be appended to the task sequence and the AGV will continue at that speed. However, in order to continue past the current destination it would have to allocate further control points. This allocation would only happen when the next travel task starts. Since its possible that this allocation will fail, the tasks ends prematurely so if the (expected) next task can't allocate the next point, the AGV still has enough distance to the CP to decelerate to a stop.

If you want the AGV to drive to the CP at max speed and then stop on a dime, set the deceleration value very high.

· 1
5 |100000

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.

Serge A avatar image Serge A commented ·
Thank you for explanation. It's very clear now. Decelertion = 0 does work for me.
0 Likes 0 ·

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.