question

Wang Y5 avatar image
0 Likes"
Wang Y5 asked Phil BoBo answered

AGV Move at different times

Hello:

In my model, the AGV should move at the same time, but one of the models does not move at the same time. After running the model, click the initial state, and then click the first button. At this time, it is moved at the same time, but then click the second, there is a difference between the two models with one button, one is to carry at the same time, and the other has an AGV which is slower.

Thank you.

AGV move at different time V2020.1.fsmAGV move at same time V2020.1.fsm


FlexSim 20.1.3
flexsim 20.1.3move different
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

·
Phil BoBo avatar image
0 Likes"
Phil BoBo answered

The default end speed of a travel task is the max speed of the task executer. See https://docs.flexsim.com/en/20.2/Reference/TaskSequences/TaskSequenceTypes/#travel

In your model, the 4 AGVs on the left have just finished traveling and ended at their max speed. The AGV on the right has not traveled yet, and its current speed is 0. Thus, the AGV on the right needs to accelerate to get up to its max speed. The others are already at their max speed.

Because no time has elapsed between when they finished their last travel task and started their next travel task, the 4 AGVs on the left start their next travel task from their current speed, not from 0.

If you want those 4 AGVs to end their travel tasks at speed 0, then pass a negative number for var1 in the travel task. If you do this, then they will all move together.

5 |100000

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

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.