question

Kevin-Hsiang avatar image
0 Likes"
Kevin-Hsiang asked Kevin-Hsiang commented

How to generate the item to the specific bay of the rack by process flow?

Hi,

About the model:

In this model, my purpose is to simulate a "picking by picker" model. There are 16 racks in the warehouse, the main purpose is to assign pickers to the different rack locations to pick items by order, and know the completion time.

My goal:

First, I want to generate items that can be full of all racks at the simulated start, and the items are set the label to put in the specific bay of rack by sequence.

For example: In Rack1/Bay1->put item1, Rack1/Bay2->put item2... In Rack2/Bay1->put item6

To clearly describe my goal, it's shown below:

picktoparts-goal.png

My problem:

I originally used Source, A connection, and Trigger to generate items to the racks, but it doesn't look like a good way. So I tried to use process flow and read more answers to try, still did not find the appropriate operation.

Is there any smart way by using process flow?

Regards,

Kevin

PickToParts_model0412.fsm

FlexSim 22.0.1
processflowracksitem
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
0 Likes"
Joerg Vogel answered Kevin-Hsiang commented

Attached model fills in each bay, level and first slot one item. findItem is responsible to manage storage places in your whole Warehouse.

picktoparts_fillracks-JV.fsm


· 6
5 |100000

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

Joerg Vogel avatar image Joerg Vogel commented ·

here is an example enhanced to store only one item per bay in first level, first slot.

picktoparts_fillracks_one_item_per_bay-JV.fsm

0 Likes 0 ·
Kevin-Hsiang avatar image Kevin-Hsiang commented ·

@Joerg Vogel Thanks for your help! and I'd like to know further that could the each bay can be fill up all items (the item in the same bay which only with the same label value), like shown below:

fill-up-items.png


0 Likes 0 ·
fill-up-items.png (554.7 KiB)
Joerg Vogel avatar image Joerg Vogel Kevin-Hsiang commented ·

@Kevin-Hsiang , there are four terms in a rack which describe a place.

  • Bay has Levels
  • Level has Cells
  • Cell has slots

Do you want a cell filled up with one type untill there is no more space available or by a number of items?

0 Likes 0 ·
Kevin-Hsiang avatar image Kevin-Hsiang Joerg Vogel commented ·

@Joerg Vogel Got it. Yes, my goal is make a cell filled up with one type until there is no more space available.

The model scene that I assume the racks are full of items and then dispatch the pickers to pick the items.

0 Likes 0 ·
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.