question

Eric C2 avatar image
0 Likes"
Eric C2 asked Jeanette F commented

How to Load and Carry Items from Two Queues One By One

Hi,

I'm trying to design a production line and I have a problem wuith queue.

I have two queue with two different products (one for each queue).

I need that my operator (who is working on both queue) load a product from one queue and then repeat the same queue. I mean that always my operator sholud go to the same queue twice, then can change the queue.

Someone can help me to solve this issue with a Process Flow?

Thank you in advance.

FlexSim 21.0.0
queueflexsim 21.0.0control
· 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 @Eric C2, was marcello.rosadini's or Cliff King's answer helpful? If so, please click the red "Accept" button on one of their answers. 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 unaccept and comment back to reopen your question.

0 Likes 0 ·
Marcello Rosadini avatar image
1 Like"
Marcello Rosadini answered Eric C2 commented

Hi Eric,

here is a simple model that can give you a good place to start. You might need to make it more robust for considering other scenarios. You can set up the number of repetitions that the operator needs to do on each queue, however there is no alternative logic in case there's not enough items to pick, or if the assigned queue is empty. Depending on your situation, you might need to work on those scenarios.

support upc.fsm




support-upc.fsm (38.0 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.

Eric C2 avatar image Eric C2 commented ·

Hi Marcello,

Thank you so much for your answer.Is not exactly what I need but it could be useful to reach the correct simulation.

Thank you again.

0 Likes 0 ·
Cliff King avatar image
0 Likes"
Cliff King answered Eric C2 commented

@Eric C2, I didn't realized this was already answered, but here is another example model for you to learn from as well. The operator retrieves two items from Queue1 (one at a time) and takes them to a processor, then two more items (one at a time) from Queue2 and takes them to a processor for a total of 4 items (2 of each item type) to be processed at the processor. This process is repeated by the operator.

Carry_Specific_Number_Items_From_Multiple_Queues.fsm



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

Eric C2 avatar image Eric C2 commented ·

thank you, this example was so useful for me.


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.