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.

joey avatar image joey commented ·

Hi @Sam Stubbs Is this something you recommend me?

If yes, I have set this up, but there is a little problem: the truck receives both items. I want the truck to receive only one type of item. How can I solve this problem?

0 Likes 0 ·
7.png (4.6 KiB)
71.png (6.5 KiB)
Joseph Gillespie avatar image Joseph Gillespie joey commented ·

@joey

If you do as Sam suggested and pull a truck from a list or if you acquire a truck from a group of truck resources, having trucks receive only one type of item shouldn't be a problem. Each transporter will go to its own truck and not mix item types. You could combine your "Truck Transportation" process flow and the process flow controlling the transporters so that when a transporter pulls items of a certain type, it unloads them all onto its own truck.

0 Likes 0 ·
joey avatar image joey Joseph Gillespie commented ·

HI @Joseph Gillespie I do not understand how I have to process the flow of the truck and how to control the flow of the car. Can you explain more or have examples so that I understand more? Thank you.

0 Likes 0 ·
Show more comments
Show more comments

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

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