question

Jimmy jang avatar image
0 Likes"
Jimmy jang asked Jimmy jang commented

pick 2 order at same time with order picking

Hello everyone.


I am trying to pick several different item using order picking.

Now it is set to pick 1 item only.

It would be very helpful to show how to pick several item at once.


And also would it be possible to pick one item from a rack then pick another one from another rack then go to the destination?


order picking 연습.fsm

FlexSim 20.0.8
flexsim 20.0.8orderpicking
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

·
Jana LP avatar image
0 Likes"
Jana LP answered Jimmy jang commented

Hello!

First of all you have to modify the number of arrivals at the Process Flow Source. The number of arrivals must be 5 as the number of rows of your Order Table.

Then, if you want that your Task Executer pick one box of each rack you have to do two Pull from List (before the pull you have to do two partitions, one for each rack) and then two loads and two unloads.


I hope that my proposed solution was helpfull.


The solution model is attached at the response.

order_picking.fsm


order-picking.fsm (47.7 KiB)
· 9
5 |100000

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

Jimmy jang avatar image Jimmy jang commented ·

Thank you so much! !

it was really helpful.


May i ask one more question how to pull out several item from one rack?


Best regards

0 Likes 0 ·
Jason Lightfoot avatar image Jason Lightfoot ♦ Jimmy jang commented ·

In the "Load" activities that have been called "Load Rack1", Load Rack2", station field instead of specifying the rack with a find command it should be

token.pulled.up

Then you can pick as many item from any rack.

I would probably also rename the pulled label to something more meaningful too.

2 Likes 2 ·
Jimmy jang avatar image Jimmy jang Jason Lightfoot ♦ commented ·
Thank you so much.

I was making 2 item list before but this way i can save more time!

Thank you !

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.