question

kyriakos avatar image
0 Likes"
kyriakos asked kyriakos commented

Picking by taking orders from global table

Hello everybody !

In the attached model I 'm trying to build the following logic :

I have two racks filled with boxes on pallets according to global table. The labels are pushed in a list.

Then I have some orders in the global table "Picking_list". I try to create a list with picks containing the Type of the box and the Quantity. After that I want to pull these items from the bay,level,rack,slot that exist. I can't find the correct way to achieve this.

Any ideas ?

14-inventories-on-more-racks-operator-task-execute.fsm

FlexSim 19.2.3
picking
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

·
tannerp avatar image
1 Like"
tannerp answered kyriakos commented

It seems to me like you're over-complicating the picking process. If you are pulling based on "Type" and "Quantity", this can be achieved in one flow. I updated your model with an example of this. Each token created represents one row of the Picking_list table and carries labels associated with each column of the table. The tokens pull from the list of items available, pick up a case, load the items into the case, then drop off the full case at Queue1.

The key to this model is just pulling by "Type", I think. That can be found in the Pull from List activity.

Let me know if you have any questions about this model or if you were looking for a different behavior.

inventory-rack-picking.fsm


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

kyriakos avatar image kyriakos commented ·

You 're right. There is no reason to complicate it with bay level and slot. Thanks a lot !

1 Like 1 ·

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.