question

Zach B avatar image
0 Likes"
Zach B asked Jeanette F commented

Transporting tote full of items from a Que

Hello, I am trying to put a tote in a Que and fill it with boxes then use a Transporter to take the full tote to a destination. I encounter errors when the Transporter tries to load the tote. I can make the transporter carry one box but not the tote and all the boxes. Any help would be appreciated. transporting-tote-full-of-boxes.fsm

,

FlexSim 18.0.0
containertransporter capacity
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

·
jing.c avatar image
1 Like"
jing.c answered Jeanette F commented

Hi, @Zach B

Firstly ,you should modified your option in OnCreation of Source1. The quote should be added to the name of label(which is "Type" in your model) and the item's name(which is "Tote")

Secondly, the unload station of boxes should be model().find("Queue2").first instead of Queue2.

At last, the Item option in Load Activity should use token.item.up to find the container of boxes which is Tote and the item in Unload Activity should also be token.item.up for unloading correctly.

May it helps~

transporting-tote-full-of-boxesbychjv18.fsm

.


· 2
5 |100000

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

mark zhen avatar image mark zhen commented ·

Hi transporting-tote-full-of-boxesbychjv18 (1).fsmWhat if I want to use pf's move to move it?

0 Likes 0 ·
Jeanette F avatar image Jeanette F ♦♦ mark zhen commented ·
Hello @mark zhen,

Please start a new post for your question. You can link this post in with your new question.

0 Likes 0 ·

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.