Which parameter must I set to get same transport times?

joerg_vogel
Not applicable
0 Views
2 Replies
Message 1 of 3

Which parameter must I set to get same transport times?

joerg_vogel
Not applicable

[ FlexSim 20.1.2 ]

I let transport 2 items on a network node path and 2 items on a AGV path. The distances seem to be the same, but as you see in animated picture one vehicle takes longer to unload the second item. Which parameter must I adjust to get the same travel times in both systems?

31301-agv-vs-network-node-parameter.gif

travel_AGV_vs_Network_node_travel.fsm

0 Likes
Accepted solutions (1)
1 View
2 Replies
Replies (2)
Message 2 of 3

patrick_zweekhorst
Not applicable

Hi @joerg.vogel,

The acceleration and deceleration are messing things up in your case. With the normal travel network the acceleration and deceleration don't always behave as you might expect. I am not sure anymore in which cases, you might be able to find some references on answers.

If you disable the acceleration and deceleration you will notice that the transport times are the same.

Message 3 of 3

joerg_vogel
Not applicable
Accepted solution

Thank you @patrick.zweekhorst, for your hint.I found it in the manual for a travel task variable 1. The value must be negative, then the endspeed is evaluated as 0. The default value is evaluated as unlimited speed. This applies well for a following offset travel task e.g. a load task.

I can get around it by a small script in On Receive Task trigger of the task executer.

31300-activate-endspeed-for-travel-task.png

travel_AGV_vs_Network_equal_travel_time.fsm