question

Jim avatar image
0 Likes"
Jim asked Jeanette F commented

Problem with picking and restocking process

Hello dear community,


In this warehouse simulation, pallets with boxes are stored in racks, some in specific slots painted with an sku value and the rest in the stock slots. Also some picking orders which consists from different types and quantities skus are created randomly. If a pallet containing an sku, that is included in a picking order, is placed in higher levels than the picking level then it is brought down to the picking level and after that, the picking process for that order begins. The problem is that sometimes the picking slots are already full of pallets with the same sku and with enough quantity of it, but the pickers cant pick from them, beacause a pallet from a higher level has been attached to that order and the restocking process gets stuck in the "find slot" activity. Is there a way to have them pick from any pallet that matches the sku and has enough quantity of it for each order, while being at the picking level? To check basically, if there are still boxes in pallets available for that sku at the picking level. I would really appreciate any of your help. Thank you in advance.

Best regards,

Jim

descrete-picking-restocking.fsm

FlexSim 21.1.5
pickingproblemreplenishment
· 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.

Hi @Jim,

Thank you for contributing to our community! We couldn't identify a maintained license or subscription linked to your account.

You may need to update your profile information to identify yourself as a license owner or their associate. Check out our article for how to ensure you receive timely support. If you update your profile comment back to let us know - we'll adjust the priority of your post accordingly.

0 Likes 0 ·

1 Answer

·
Joerg Vogel avatar image
0 Likes"
Joerg Vogel answered Jim commented

You can edit a query to find your slot items by an ORDER BY clause of slot.levelID ASCending or DESCending.

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

Jim avatar image Jim commented ·
Thank you so much for your answer @Joerg Vogel! That query is already applied when searching if the sku exists in enough quantities as each order dictates. How can a decision be implemented so, when a pallet is to be brought down, the amount of available boxes on pallets at picking level is then checked. If enough to complete the order are there then the pallets that are stored in, are selected for that order instead. Then the pallet at the higher level is released from that order, the amount of boxes left is increased accordingly and the pallet is brought down to the picking leve if the other pallets were emptied. If not it is skipped. Is that possible with the current process flow or maybe a different approach should be considered? Thank you in advance.
0 Likes 0 ·

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.