question

Fwteini K avatar image
0 Likes"
Fwteini K asked Fwteini K commented

How can collect orders at once?

Hi there,

I have this model 11.fsm ,

the operator is responsible for the picking process according to "picking list". Also, the operator follow the prefferend path (s-path) and collect the 6 orders.

I want to operator collect all the orders together at once and after to travel on the "Order_Queue" in order to sepperate the orders according to "picking list". Does anyone know something to do this?

Thank you in advance!

FlexSim 19.2.4
flexsim 19.2.4orderscollectingat onces path
11.fsm (4.2 MiB)
11.fsm (4.2 MiB)
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
1 Like"
Jason Lightfoot answered Fwteini K commented

I seem to have gotten confused since this now looks like a homework assignment that more than one person is doing. Your related posts are I think these:

Correct Picking Times

District Picking

While @Ioanna Cs posts are these:

How to calculate a different time per order - which has an S-Plan example

How to calculate different times for different orders

Are you working together on this as a project or is it coursework?

I've explained an approximate S-Plan logic where you will need to first associate your pick with the Aisle Bay and Slot, and I explained the fact that you need an address scheme in order to make use of the Aisle column in the Storage SystemGUI.

Here's what your aisles should look like:

On the rack guis setting an address scheme looks like this:

.. and you can see from that the Aisle ID is shown and now available in code as attributes of the slot.

In the previous posts we've said how to do it and given example - you just need to read and understand what has been said and try to implement it. If you try and fail - then come back and show us how far you got and we will help you take it further.

I strongly recommend you read about the Storage System properties in the manual.

I'm attaching the SPlan picking for items - not picks - here in case it's not clear which is model to which I would refer.sPlanPickSequence_loadTime.fsm


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

Fwteini K avatar image Fwteini K commented ·

Hi @jason.lightfoot, thak you for your advices!

I try again the model following you instructions 11.fsm , but i think it doesn't work correctly. Because the operator collect one order per time (and not all together), after travell to "order_queue",unload the 1st order and after doing the saime for the next orders. Do you have any ideas for collecting 6 orders together at once?

Thank you.

0 Likes 0 ·
11.fsm (4.2 MiB)
Jason Lightfoot avatar image Jason Lightfoot ♦ Fwteini K commented ·

Here is the model where I had SPath picking that now picks 6 orders at a time in one "Pick Run".

I've moved the pick process to an instanced process Flow "Picker" which no longer needs to acquire the resource. Read about process flow instances in the manual to learn more. You add more pick operators using the Attache Objects (instances) tool in quick properties. The process now looks like this:

Model attached.

sPlanPickSequence_PickRun6orders.fsm

2 Likes 2 ·
Fwteini K avatar image Fwteini K Jason Lightfoot ♦ commented ·

Thank you once again.

Also, i want the operator to unload the 6 orders in "order_queue" after collecting and then should seperate the orders in 6 totes according to picking list, like the attached model 11.fsm (you can see in the picture too). How can i do this?

0 Likes 0 ·
seperated-orders.png (982.1 KiB)
11.fsm (4.2 MiB)
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.