question

akhil M2 avatar image
0 Likes"
akhil M2 asked Joerg Vogel edited

How to generate sequence of orders and pick orders one after another

Hi Folks,

I'm new to FlexSim community and need help to solve a small simulation problem, please provide assistance.

Problem: Suppose, we have 10 orders to pick and only 2 pick stations (from one pick station only one order can be picked at a time, after completion of running order next can be started). Each order contains 3 to 5 line items and each line item contains 5 to 10 quantities.After picking it will be staged in a queue and then segregated to distinct queues and wait unless all line items of that order are segregated and then complete one order will move to sink.

FlexSim 18.2.0
order generation and
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

Sebastian Hemmann avatar image
1 Like"
Sebastian Hemmann answered Joerg Vogel edited

Hi,

I would use a list (e.g. in ProcessFlow) for all your orders.

With starting your simulation run you can push all orders to the list (if in PF, then send 10 tokens to an "Push to List" Activity, the token can have information about items and quantities...) and set all information there. Now the machines can pull the order that is best at this moment, work on it and afterwards take the next one.

Hope you are familiar with Process Flow and find the List activitys in the library!?

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

akhil M2 avatar image akhil M2 commented ·

Hi Sebastian,

Thanks for reply. I understood your logic and trying to implement. Meanwhile, can you please favor us to share one small model based on requirements so that it can help me if we stuck somewhere.

0 Likes 0 ·
Joerg Vogel avatar image Joerg Vogel commented ·

here it is a similar approach:

maker-orders.fsm

0 Likes 0 ·
maker-orders.fsm (20.7 KiB)