question

Lars Christian J2 avatar image
0 Likes"
Lars Christian J2 asked Jeanette F commented

Astar: How to change speed when entering an area?

Is there a way to change a TaskExecuters speed depending on its location on the A Star network?

In my model the forklifts are moving faster in the “main road” and slower when they are close to the operational areas.

I am aware that this question have been asked before, but the answer is not relevant for Astar, only for AGV network.

FlexSim 22.1.2
astar
· 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.

Jeanette F avatar image Jeanette F ♦♦ commented ·

Hi @Lars Christian J2, was Jason Lightfoot's answer helpful? If so, please click the "Accept" button at the bottom of their answer. Or if you still have questions, add a comment and we'll continue the conversation.

If we haven't heard back from you within 3 business days we'll auto-accept an answer, but you can always unaccept and comment back to reopen your question.

0 Likes 0 ·

1 Answer

·
Jason Lightfoot avatar image
0 Likes"
Jason Lightfoot answered Jason Lightfoot edited

One solution, if possible, would be to split the travel job up to give it intermediate locations and change the speed using the tasktype nodefunction between multiple travel tasks.

Another way could be to use the agent system to detect entering and exiting the zone and preempt the travel task sequence with one that just sets the speed using task type nodefunction (calling the te's label 'setSpeed' which sets the MaxSpeed property).

ChangeAstarSpeedViaAgent.fsm


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.