question

Jason Merschat avatar image
0 Likes"
Jason Merschat asked Jason Merschat commented

Want a Crane to load and unload multiple items at once

I have created a model using Process Flow where I am trying to load multiple items at once with a crane onto a conveyor. I referenced "Picking multiple items (at once) on FloorStorage using crane" but for some reason I cannot replicate the effect.


I've increased the crane capacity, made the Pull From List requested and required numbers > 1, I can see the array of tokens picked, but the visuals and result is not a bundle of flow items moving to the destination.


Crane Bundle Load.fsm

FlexSim 22.1.2
cranebundle load
crane-bundle-load.fsm (249.9 KiB)
· 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.

Joerg Vogel avatar image Joerg Vogel commented ·
What is a bundle for you? Items stay stacked above another. Or items are like a line on a conveyor.
0 Likes 0 ·

1 Answer

·
Jason Lightfoot avatar image
2 Likes"
Jason Lightfoot answered Jason Merschat commented

I would rename your pulled array as "items". Then you should refer to that in the runsubflow where you tell it how many tokens to run in that subflow using token.items.length. In that runsubflow for each of the tokens there should also be a reference to each item - added as a label that reads from the array of 10.

Model attached.crane-bundle-load_jl.fsm


· 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.

Jason Merschat avatar image Jason Merschat commented ·
Thanks for the help!
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.