question

joey avatar image
0 Likes"
joey asked joey commented

How to set Unload at the truck.

Hello everyone, I need help. I don't want Unload transporters to queue at item 3 but change to Unload the Item at trucks instead.

out.fsm Is there a way to make this logic true? Thank you in advance for help.

FlexSim 19.0.4
unload
3.png (60.5 KiB)
out.fsm (513.2 KiB)
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

Sam Stubbs avatar image
0 Likes"
Sam Stubbs answered joey commented

You already have a Travel To and Unload activity in your Process flow, so you just need to point it at the Truck instead of Queue3 right?

So to get a reference to the Truck, one way could be to have the Trucks, once created, pushed to a list. Then in your unloading Process Flow logic, just have the token pull the Truck from the list to get a reference to it, and then just call the Travel to and Unload activities on the Truck instead of Queue3.

· 5
5 |100000

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