question

dougdurbin avatar image
0 Likes"
dougdurbin asked dougdurbin commented

Prevent Stacking/ Maximum Stack

In the attached model, trucks will end up stacking on top of each other and I'm trying to prevent this. I'm not sure if it's because of the dimension of the rack or not. Is there a way where only 1 truck can occupy 1 available space at a time?

Docks 7.19.22.fsm

FlexSim 22.1.3
rackstacking item
docks-71922.fsm (300.7 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

·
Felix Möhlmann avatar image
0 Likes"
Felix Möhlmann answered dougdurbin commented

You can change the Slot Assignment Strategy so that the slot has to have enough space to fit the truck in. However, due to how the required space is calculated, you would have to change the storage to have 8 bays with 1 level each and have each slot large enough to fit the entire truck.

You can also slightly modify the current assignment strategy by adding the condition that the slot must be empty.

1658297466774.png

docks-71922-fm.fsm


1658297466774.png (59.8 KiB)
docks-71922-fm.fsm (300.8 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.

dougdurbin avatar image dougdurbin commented ·
I was trying the empty slot strategy but had a few errors in my code. This works nicely, thank you Felix!
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.