question

Idoia A avatar image
0 Likes"
Idoia A asked Roi Sánchez edited

Change Speed of Transporter in Process Flow

Hello,

I wanted to know if it is possible to change the speed of a transporter from the process flow, using some label for example.

Thank you in advance,

Idoia

FlexSim 19.0.2
transporter speed
· 3
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

Roi Sánchez avatar image
0 Likes"
Roi Sánchez answered Roi Sánchez edited

Hi @Idoia A, alternatively, this code will also work for you:

  1. Model.find("Transporter1>variables/maxspeed").value = 10;

You can use it in a custom code activity whenever you need it.

5 |100000

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