question

Filip avatar image
0 Likes"
Filip asked Felix Möhlmann answered

Floor storage

Hello

I would like to ask a question about warehousing. I have three types of products with each with different height 1500mm, 850mm and 500mm, i want them to stack on top of eachother in the floor storage. I only can store 1500mm on top of 1500mm and 850 on top of 850 the same for 500, in the stack there is 2x1500mm 3x850mm 6x500mm. How can i do that in processflow / storage system. additionaly in one row of floor storage i have 9bays and i can have different products in bays per one floor storage. Is it possible to create logic like this?
Regards.

1743599158977.png

FlexSim 25.0.1
agvwarehousefloor storage
1743599158977.png (26.6 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
1 Like"
Felix Möhlmann answered

To do something like this I generally use two staggered queries when searching for a slot. The first query tries to find a slot that already has been assigned to the correct 'class'.

If such a slot is not found, the second query is used and searches for an empty slot (without an assigned class). If this is successful, the item's class is assigned to the respective slot label so it can in future be found only by the first query. As a result, each slot will only hold a single type of item.

same-type-slots.fsm

You could also further adapt this logic. For example by assigning the class to all slots in the bay to achieve single-type bays.

1743666376904.png


1743666376904.png (106.7 KiB)
same-type-slots.fsm (41.3 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.