question

Daivesen avatar image
0 Likes"
Daivesen asked Jeanette F commented

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
· 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 @Daivesen, 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

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.