How to pass flow items to a certain number of slots in a floor storage?

How to pass flow items to a certain number of slots in a floor storage?

vuong_v2
Not applicable
7 Views
1 Reply
Message 1 of 2

How to pass flow items to a certain number of slots in a floor storage?

vuong_v2
Not applicable

[ FlexSim 20.0.5 ]

Hi,

I would like to simulate the process of passing flow items to multiple location using floor storage. Each item needs to pass to its reserved 14 slots (as marked in the figure). The operator will move an item to a slot, unload the item and can be release to transport other item. After an amount of time, the operator will come back and move the item to the next slot. After passing to 14 slots, the item will be move to Queue 3.

30784-1594370346685.png

Do you have any idea to help me to solve this?

I uploaded my model here: OperatorWithRacks.fsm

I appreciate any help 😄 Thank you so much!

Best regards,

0 Likes
Accepted solutions (1)
8 Views
1 Reply
Reply (1)
Message 2 of 2

joerg_vogel_HsH
Mentor
Mentor
Accepted solution

You should paint the slots by a label value to identify an area for one item. In this area you set other labels that set an order number for each slot and a value which set this area to be populated.

Then you can assign a slot for a new item to match with an unpopulated area. After that you set this area to be populated by Storage.system.querySlot to get all slots of this area as a variant. The result variant is in fact an array. If you want to assign the next slot of an area you read the current order number of your populated slot to find the next slot with a larger order number by an Storage.system.findSlot. If you know that the current order number is the last one, you can extract the item from the rack.

In the attached model I have queried 7 slots descending, another 7 slots descending in an available bay below and set a label values at each slot to identify the state reserved, area, and slot order in area.

30789-slot-labels-reserved.png

Reserved areas

30790-slot-labels-area.png

label area

30796-slot-labels-order-in-area.png

order in each area

reserve_slots_in _rack_1.fsm