question

José Juan Ramírez Gutiérrez avatar image
0 Likes"
José Juan Ramírez Gutiérrez asked Jeanette F commented

Pull Flow Process

I have a combiner that requires different raw material from different Queues to process a reference. I've been having issues doing it with the Process flow option.

Here is an example of what I'm asking:

A combiner requieres 2 items from Source1 and 1 item from Source3. Until the objects requiered don't arrive to the combiner, it is not going to be possible for the combiner to join the components.

Here is our model: FLEXIMPROCESSFLOW.fsm

FlexSim 23.2.0
combinerpullflowprocess
· 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 @José Juan Ramírez Gutiérrez, was Kavika F's answer helpful? If so, please click the "Accept" button at the bottom of their answer. 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 comment back to reopen your question.

0 Likes 0 ·

1 Answer

·
Kavika F avatar image
0 Likes"
Kavika F answered Kavika F commented

@José Juan Ramírez Gutiérrez, the "Combiner" in your model is simply a Queue that looks like a combiner. I see you're trying to combine items onto pallets with Process Flow. You're pushing items onto a list by partition based on the Queue they're in. Then you're pulling from that queue alone because you're pulling based on partition ID.

You could take a look at this post I made with a sample model explaining how you can use an actual Combiner to change combiner quantities and types.

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

Hey Kavika, I get what you are saying but in the simulation you where showing to only pack items of just one type but using different types of pallets. For our project, we need to pack items from different types at once. Would you be able to explain or show us how to do that using the a list and process flow, as we showed previously in the modelo.

Thank tou

0 Likes 0 ·
Kavika F avatar image Kavika F ♦ José Juan Ramírez Gutiérrez commented ·

@José Juan Ramírez Gutiérrez, then maybe you want something like this:

combiner-queue.fsm

queue-combiner.gif

It spawns all boxes from 1 Source and all Pallets from a different Source. It constantly listens for all 3 recipes. When one is available, then it will acquire the "Assembly" queue to put all the boxes on a pallet and wait for a few seconds to "assemble" the pallet. Then, it will delete that pallet and create one of the finished product objects.

0 Likes 0 ·
queue-combiner.gif (189.9 KiB)
combiner-queue.fsm (39.7 KiB)

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.