question

Vincent Leong avatar image
0 Likes"
Vincent Leong asked Vincent Leong commented

Order picking using process flow not working

warehouse-demo-model_layout_yangbum (3).fsmHi all, my simulation is a warehouse of my company, I'm currently facing 2 issues

1. My operators stop at 3pm when i run my simulation

2. Outbound order picking order using process flow not working. I want the orders to be picked have a same number of quantity and same type from racks. ( I want the order picker to load items from racks to the QC label area)

1733301867458.png

current process flow



I'm doing a current state of the warehouse to do improvements. the Future state will be using robot hands and movable racks. If you guys have any models for reference please send thanks.



FlexSim 24.2.1
process flowwarehouseorderpickingsimulations
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

jc avatar image
0 Likes"
jc answered Vincent Leong commented

Hello, Vincent:
The issue with the outbound is that the tags are inverted:
1733308743794.png
the tokens that go through find object don't have any label named "Type", they have a label product, so that is what you have to put in the $1. And the boxes in the storage dont have a label product, they have the label Type, so that is what you need to write in the query, as you can see in the image.

Besides, I have seen that here are several products that cannot be found because they are being created in the pallets.

1733308966146.pngThese objects will never be found by the "find objects" in the storage system. You need to find a slot for objects 1-8 like you do it for objects 8-19:
1733309102435.pngOtherwise,tokens will be stuck in find object activity in the outbound and eventually tokens will be also stuck in find slot n the inbound because there wont be free room for new objects.

I hope this helps you.


1733308743794.png (17.1 KiB)
1733308966146.png (303.5 KiB)
1733309102435.png (20.9 KiB)
· 8
5 |100000

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

Vincent Leong avatar image Vincent Leong commented ·
Hi jc, about the process flow for outbound,it appear that the token is still stuck at find slot after I change the taggings. And about the "find item" can you help suggest where in the process flow should it put it in, thanks
0 Likes 0 ·
jc avatar image jc Vincent Leong commented ·

I didn't fully understand your answer. In the outbound there is no "find slot", but find item, right?
If what you mean is that the token are stuck in the "find item" in the outbound it is probably due to the fact that the items type 1 to 8 are created in pallets. Therefore they cannot be found by that "find item" activity.
I also don't understand what you mean by putting the "find item" in the process flow? If you refer to the last part of my answer, what I suggest you to do is to change the Initial source process flow for the objects of type 1-8 and not create them on pallets but create them like you create objects 8-19, by creating them frist and then finding a slot for them and then move them to the racks like you do with the objects 8-19.
I don't know if the pallets need to be there and if the objects need to be on the pallets, but the easiest solution would be that.
If this is not what you meant, maybe you can send me the updated model.
Let me know if I can help you in anything else.

0 Likes 0 ·
Vincent Leong avatar image Vincent Leong jc commented ·

Oh I kinda understand what you meant about the token being stuck at find item because they cannot find the boxes on pallet. However to illustrate the warehouse in my project the boxes are create in pallets like in real life .

1. Is it possible to use possible to create boxes on pallet and the operator can pick from them.

2. Is it possible for the operator to pick the whole pallet using find item as I want it to go through an unpacking and packing process by using separator and combiner ?

3. How do I make find item to find just objects 8-19?

Thanks for answering my doubts.

0 Likes 0 ·
Show more comments