question

Gensho H avatar image
0 Likes"
Gensho H asked Joseph Gillespie commented

The simplest way to create order picking simulation.

I'm thinking how I can create order picking simulation without using the process flow.

For example, I have a list of order like below:

Order1:Red2, Green1,Blue1,

Order2:Red1,Green0,Blue1,

Order3:Red0, Green1,Blue2,

Red, Blue, Green are the item types, I'd like to pick these items by orders above, and in case Order1, I pick Red2, Green1, Blue1, and put them on the queue "Shipping".

Please see the attached .fsm file.

singlepick.fsm

FlexSim 18.0.10
order picking
singlepick.fsm (24.1 KiB)
· 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.

Joseph Gillespie avatar image Joseph Gillespie commented ·

@Gensho H

Was Zac's answer helpful for you? If so, make sure to hit "Accept" under his answer so that we know! If not, how else can we help you with your question?

0 Likes 0 ·

1 Answer

·
zacharyh avatar image
0 Likes"
zacharyh answered zacharyh commented

@Gensho H

singlepick-rev2.fsm

Here is a revision of the Picker going to the closest queue. Also the picker is gathering all items in the order before going to the combiner, rather than going to the combiner between each item pick. I switched the order that the ports were connected between the combiners and queues.

If there are more changes/detail that you are needing, please let me know and I can begin working on it.


singlepick-rev2.fsm (38.5 KiB)
· 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.

Junyuan S avatar image Junyuan S commented ·

Hey Zac

How you let the picker gather all items in the order instead of going back and forward? Could you help me on my model. The picker need to pick up 20 items on his way to the combiner. picking-v2.fsm

0 Likes 0 ·
picking-v2.fsm (438.3 KiB)
zacharyh avatar image zacharyh ♦ Junyuan S commented ·

If you could post this as a new question, I'll post an answer to it. Thanks

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.