question

Thanaporn avatar image
0 Likes"
Thanaporn asked Jason Lightfoot commented

Mixed Pallet Picking

Dear All,

I want to create mixed pallet picking model by have 2 mothers pallet come and using robot pick randomly quantity boxes place on 3 different empty pallets at the same time. And how the empty pallet come and wait at conveyor?

Mixed Pallet Picking.fsm

Please give me some advice, Thank you so much.

The example model that I tried to create attached.

FlexSim 24.0.3
order pickingmixed pallet picking
· 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.

Jeanette F avatar image Jeanette F ♦♦ commented ·

Hi @Thanaporn, was Jason Lightfoot's answer helpful? If so, please click the "Accept" button at the bottom of their answer. Or if you still have questions, add a comment and we'll continue the conversation.

If we haven't heard back from you within 3 business days we'll auto-accept an answer, but you can always comment back to reopen your question.

0 Likes 0 ·

1 Answer

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

Add a decision point for each load point and route to each from another decision point upstream on the common conveyor. Hold the pallets upstream until a load point is free.

Create an object process flow for each of the load points to hold the pallet and push to a PalletToLoadList.

Create a process flow for the robot to get references to the load point pallets from the 'pallets to load' list.

When a pallet is full, reverse the conveyor and resume the pallet. Detect when the pallet enters the main conveyor and reverse the load point conveyor it just exited.

· 2
5 |100000

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

Thanaporn avatar image Thanaporn commented ·

Thank you so much Jason. Furthermore, how can I set up the quantity of quantity boxes place on empty pallet?

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

You could place a label on the pallet to say how many to pack and then read that when creating the load tasks.

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.