Doubts about rack properties

Doubts about rack properties

jose_antonio_ie
Not applicable
14 Views
5 Replies
Message 1 of 6

Doubts about rack properties

jose_antonio_ie
Not applicable

[ FlexSim 22.1.2 ]

Hello eveyone,

I have a rack with the following properties:2022-06-20-12h21-38.png

My doubt is, non-storables slots are considered 700mm high or should be 1400mm?

If they're only 700mm, is there any way to build a rack with both 700mm and 1400mm level high?

Thanks in advance for your support.

0 Likes
Accepted solutions (1)
15 Views
5 Replies
Replies (5)
Message 2 of 6

jason_lightfootVL7B4
Autodesk
Autodesk
Accepted solution

Just just drag and select the cells you want to change and then type the level value for that subset.

Message 3 of 6

jose_antonio_ie
Not applicable

1655723007483.png

This picture matches with the rack properties in the previous post.

Since level 2 is non-storable in this picture level 1 should be 1400mm high, right?


0 Likes
Message 4 of 6

jason_lightfootVL7B4
Autodesk
Autodesk

I don't fully understand what you're now asking.


Marking a location as non-storable prevents it from being considered when you're finding slots by checking the value of the slot attribute 'isStorable' or the hasSpace() method. hasSpace() will return 0 for a non-storable slot.

So an item that is 1.4m tall should not fit in a 0.7m tall level. The problem in making this work with packed items is that only the container is considered by default. Attached is an example which uses the content of the pallet to determine if it has space (in the rack slot assignment code).

StorageOfPalletsWithContents.fsm

Message 5 of 6

jose_antonio_ie
Not applicable

Understood,

Thanks.

0 Likes
Message 6 of 6

jason_lightfootVL7B4
Autodesk
Autodesk
I updated my post with an example.
0 Likes