question

Sebastián Cañas avatar image
1 Like"
Sebastián Cañas asked Jason Lightfoot edited

Problem stacking pallets in Rack

Hi all,

If I store boxes in a rack, it will fit properly considering x-y-z dimensions:

1666133433332.png

When I use Totes, it will do as well as with boxes:

1666133513062.png

This is not the case if I use pallets, it seems that the Rack is only considering the z height of the pallet and not the whole z height considering the products packed within it:

1666133598411.png

Is this a bug?

Stacking_Pallets.fsm

FlexSim 22.0.8
rackspalletbounding boxstack palletspallet contents
1666133433332.png (199.8 KiB)
1666133513062.png (502.6 KiB)
1666133598411.png (538.9 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

·
Jason Lightfoot avatar image
1 Like"
Jason Lightfoot answered Jason Lightfoot edited

The stacking doesn't consider the content of the item being stored - so totes only appear to stack correctly - if the contents exceed the tote dimensions that is not considered - it just uses the tote bounding box. It not a bug, it's more of an over-simplification which needs rectifying.

Attached is a model with a new pallet in the flow item bin that uses the simple packing method to stack inside, like the tote, and additionally changes the pallet bounding box size when you pack/unpack items (using the pallet's OnReceive and OnSend behaviors), while preserving the pallet visual.

stacking-pallets_jl.fsm

1666178956931.png1666178984469.png

1666179042779.png

1666179069636.png

Here's a library containing the pallet for easy loading into your model.

AutoSizingPallet.fsl

Here's an example of pallets being packed,stored, unpacked and re-stored in a rack based on the available space:

PalletSpaceExample.fsm


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

@Sebastián Cañas , please highlight a container item. You will notice, that a pallet is framed in its outer limits just like a tote. But a tote stores items inside and a pallet outside of this frame. If you stack such objects then stacking Methode evaluates just the dimension of those yellow frames.

0 Likes 0 ·
Sebastián Cañas avatar image Sebastián Cañas commented ·
Thanks @Jason Lightfoot for the explanation!
0 Likes 0 ·
Joerg Vogel avatar image Joerg Vogel commented ·
I discussed a dynamic pallet before, unfortunately such pallets behave a bit strange, if they are inside of a queue and their content changes or their height differ.
0 Likes 0 ·
Jason Lightfoot avatar image Jason Lightfoot ♦ Joerg Vogel commented ·

I think that issue is one of restacking without removing pallets - I don't think there are many examples where people take from a bottom pallet without removing the upper pallets.

Note this method doesn't use drawsurrogates or dummy objects - the pallet and item tree is exactly as you'd expect and can be virtualised and restored as any normal pallet.


1 Like 1 ·

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.