question

Mario García López avatar image
0 Likes"
Mario García López asked Logan Gold commented

How can I change the speed of a flowitem when working as a taskexecuter?

How can I change the speed of a flowitem when working as a taskexecuter?

1726671691964.png

I want to modify the speed of a man as a flowitem. Thank you!

FlexSim 24.0.4
flowitemspeedtaskexecutor flowitem
1726671691964.png (3.8 KiB)
· 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.

Logan Gold avatar image Logan Gold ♦♦ commented ·

Hi @Mario García López, was Felix Möhlmann'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 comment back to reopen your question.

0 Likes 0 ·

1 Answer

Felix Möhlmann avatar image
0 Likes"
Felix Möhlmann answered

Set the "MaxSpeed" property. For example in a code snippet in the On Creation trigger of the source.

item.setProperty("MaxSpeed", value);

TE-flowitem-speed.fsm

This has to be done before a task is given to the TE. The change will not affect travel tasks that have already started.


5 |100000

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