question

SudheerReddy avatar image
1 Like"
SudheerReddy asked Jason Lightfoot commented

How to control floor storage stacking?

I am using Floor Storage as Fixed Resource. By default stacking of items is 3, I would like to change to other than 3. Is there any option to change?

Attaching the model for reference.

floorstorage.fsm

FlexSim 20.0.0
floor storage
floor.jpg (72.8 KiB)
floorstorage.fsm (200.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.

1 Answer

·
Joerg Vogel avatar image
1 Like"
Joerg Vogel answered Jason Lightfoot commented

You set a different size in z direction!


· 5
5 |100000

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

SudheerReddy avatar image SudheerReddy commented ·

Thanks for your answer it helped me.

Is this the only way to do it? or Is there other ways of doing this ?

0 Likes 0 ·
Joerg Vogel avatar image Joerg Vogel SudheerReddy commented ·

It is the result of the default Slot Assignment Strategy "First Slot with Space".

You can assign any slot, you have found:

storageItem.assignedSlot = 
	Storage.system.findSlot("WHERE slot.slotItems.length < 8 ");

floor-storage-find-slot-lesser-than-8.fsm

1 Like 1 ·
swa12 avatar image swa12 Joerg Vogel commented ·

@Joerg Vogel Greetings, I tried to use this code that you shared and it gave me an error.

1699761525417.png


0 Likes 0 ·
1699761525417.png (96.3 KiB)
Show more comments

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.