question

Jim avatar image
0 Likes"
Jim asked Jim commented

Task error when picker tries to travel at the correct item to pick

Hello dear community,

I am having trouble creating a picking process for my warehouse model. In this model boxes are created on pallets and then the pallets are stored at slots in racks that matches their sku. I am trying ro create random picking orders, based on the 2019 warehouse model that is uploaded, but when my picker is to travel at the correct item to pick, a task error appears. I think i am making a mistake when i search for the item that matches the sku or when i record the item onto the parent. I would really appreciate any of your help on the matter. Also, is there a way to determine the percentage of ABC types that each order is going to have? Thank you in advance.

Best regards,

Jim


Pick_Process.fsm

FlexSim 21.0.10
pickingorder pickingwarehousingerrormessage
pick-process.fsm (893.2 KiB)
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

·
Jason Lightfoot avatar image
0 Likes"
Jason Lightfoot answered Jim commented

Your items all point to the model:

1708959474112.pngThe item you find will be the pallet.

You should not mark it as outbound since you're picking items from it, not removing the pallet.

You will need to ensure yourself that you do not add picks that have already been earmarked for picking. This is a limitation of the storage system at the moment - it only tracks containers (pallets) not their content.


1708959474112.png (7.0 KiB)
· 7
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 very much @Jason Lightfoot for your answer! I tried to adjust to that further by assigning a label as box that looks for the items inside the pallet. What changes do you suggest to be made in order for this logic to work or is it not possible the way it is set up? If it does work, the limitation of the storage system wont allow for a query in which when a pallet empties the reach trucks throw it away and replace it with a new one? Thank you again in advance.

0 Likes 0 ·
Jason Lightfoot avatar image Jason Lightfoot ♦ Jim commented ·
Yes when the pallet is empty (or about to be emptied) mark it as outbound and remove it.

You could track a label 'availableToPickQty' on the pallet - and decrement it whenever you choose to take a number of items from it. Then I would only decide exactly which items at the point of picking.

0 Likes 0 ·
Jim avatar image Jim Jason Lightfoot ♦ commented ·

Thank you again @Jason Lightfoot for the advice. But i still havent figured out, is there a way to make the picker travel at the pallets, with this logic, without the task error or something different, like a list, should be used? I unmarked it as outbound and tried to reference to the subnodes of the pallet but i kept getting errors.Thank you so much for your time.

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.