question

Asante Adwoa Asantewaa avatar image
0 Likes"
Asante Adwoa Asantewaa asked Jeff Nordgren answered

arrangement of flowitems(boxes) in totes and on pallet

Please we are building a model but encountering some difficulties.

We would like flowitems(boxes) which are arranged into totes on combiner3 to fit in totes and not vertically in totes as with image 1.

we would also like totes which are being packed on pallets in combiner13 to appear as with image2 and image3 and not vertically on pallets.Thank you and counting on your usual assistance.

taskexecutor.fsm

image 1

image 2

image 3

--- ---
combinerflowitemstote
czpxg.png (181.9 KiB)
lajdp.png (47.1 KiB)
ghcw2.png (138.0 KiB)
taskexecutor.fsm (26.3 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.

Jeff Nordgren avatar image
1 Like"
Jeff Nordgren answered Jeff Nordgren edited

@Asante Adwoa Asantewaa,

Attached is a small sample model on how the packing method can be modified. I created a new packing method called CustomMethod and added code to change the way the pallet is packed. Following this sample you should be able to modify it for your particular needs.

packingsample-jn1.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.

Asante Adwoa Asantewaa avatar image Asante Adwoa Asantewaa commented ·

Thank you very much @ Jeff Nordgren. I really appreciate your assistance.Thank you once again.

0 Likes 0 ·
Jeff Nordgren avatar image Jeff Nordgren commented ·

@Asante Adwoa Asantewaa

Attached are two sample models in FlexSim version 7.3.6. You should be able to modify this one to fit your needs.

packingsample-73-jn1.fsm

packingsample-73-jn2.fsm

0 Likes 0 ·
Sam Stubbs avatar image
1 Like"
Sam Stubbs answered Asante Adwoa Asantewaa commented

You can see and edit the code that handles the way pallets pack by editing the Pallet object in your FlowItem Bin. (Go to the toolbox tab, and expand the FlowItem Bin section. Open up the Pallet Object, and click the Edit Packing Methods button on the bottom. When the packing methods window comes up, you can either create a new packing method, or edit one of the existing ones. I suggest taking a look at the default one's code. (Click on the the script icon)

This default packing method will stack according to the size of the pallet, if you want to have the last two boxes facing perpendicular, you can write some code to handle that here.


packing-method.png (8.6 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.

Asante Adwoa Asantewaa avatar image Asante Adwoa Asantewaa commented ·

Thank you very much @ Sam Stubbs

0 Likes 0 ·
Jeff Nordgren avatar image
0 Likes"
Jeff Nordgren answered

For anyone interested in how to modify a pallet packing order, here is a sample model in FlexSim version 17.0.3.

packingsample-jn2.fsm


custompacking.png (209.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.

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.