question

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

How can I make a transporter go slower when forklift is full?

Hello. How can I make a transporter go 20 km/h when the forklift is empty and 12 km/h when it is full? please :( thanks!

FlexSim 24.2.2
transporterforkliftspeed
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

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

You can set the maximum speed in the On Load and On Unload trigger of the transporter.

load-speed-change.fsm

If the transporter might load more than one item, first check if it's the last item that is being unloaded.

if(current.subnodes.length == 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.