question

Patrick Cloutier avatar image
0 Likes"
Patrick Cloutier asked Phil BoBo edited

Can't adjust quantity per slot in floor storage

This should be very simple but I can't find the answer in the manual or in Answers. How can I specify the max number of items per slot in a floor storage?

No matter what I specify as quantities or dimensions in Edit Dimensions, the model aslways places 3 boxes per slot when I want just one.

This works in a rack but I can't make it work with floor storage.

See attached sample model.

Thanks,

LimitQtyPerSlot.fsm

FlexSim 22.1.1
floor storage
limitqtyperslot.fsm (46.5 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

·
Phil BoBo avatar image
1 Like"
Phil BoBo answered Phil BoBo edited

Your Slot Assignment Strategy is "First Slot with Space" which has the "Slot Must Have Space" checkbox checked.

So the Floor Storage is limiting how many items can fit in each slot based on how much space is in the slot.

Since your floor storage Z size is 1.0, it can fit 3 of your 0.3 Z-sized items into each slot.

Change your floor storage Z size to a value between 0.3 and 0.6 if you want to only allow one of these items into each slot:

1650994782144.png

Alternatively, uncheck "Slot Must Have Space" and change the condition to check whether the slot is empty or not:

1650994961455.png

slot.slotItems.length == 0

1650994782144.png (450.0 KiB)
1650994961455.png (371.5 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.