how to program multiple entrance combiner

how to program multiple entrance combiner

nicofdz10
Not applicable
19 Views
5 Replies
Message 1 of 6

how to program multiple entrance combiner

nicofdz10
Not applicable

[ FlexSim 23.1.2 ]

Hi!!!

Just wanted a combiner that combines two products of the first entrance port queue, each time with one product of each of the other three queues. I will atach the image to show the layout. Then, I wanted to separate each of the products that have different product(but all of them have two from the first source), in three different queues. The one that is always using is QG1B, the other three are the different pieces.flexim-doubt.jpg

0 Likes
Accepted solutions (1)
20 Views
5 Replies
Replies (5)
Message 2 of 6

carter-walch
Not applicable
Accepted solution

Hi @nicofdz10 ,

combinerexample.fsm

If I understand correctly, you are wanting a combiner to take 2 items from the QG1B queue, and 1 item from each of the other three queues. To specify the number of items from each input port to combine, edit this table in the Combiner properties:

1685635320693.png

(Input port 1 is typically reserved for the container for the combined items. In the attached model, a pallet comes in through Port 1, and the flowitems are packed together on that container pallet)

Also the method you are using on the combiner ("Pack", "Join", or "Batch") may affect how you set up the combiner. After combining, if you want to separate the different products onto three different queues, you will need to use a Separator and use "port by case" to send them to their correct queue based on their product/piece labels.

combinerexample.gif

Hope that helps!

0 Likes
Message 3 of 6

natalie_white
Not applicable

Hi @nicofdz10, was Carter Walch'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
Message 4 of 6

joerg_vogel_HsH
Mentor
Mentor

There is a standard procedure you cannot circumvent. First input port of a combiner receives ALWAYS only one item! If you want to receive a second item from the same input object you need another input port connection. Then you can receive the first item by default procedure and a second from second connection. You have to adjust the components list accordingly.

0 Likes
Message 5 of 6

nicofdz10
Not applicable

Hi Carter,

Thanks for your answer, but that was not what I was looking for.

What I need is to combine each time:

-2 items form Input Port 1 (QG1B) with 1 item of one of the other queues (QP5B first)

-2 items form Input Port 1 (QG1B) with 1 item of one of the other queues (QP6B second)

-2 items form Input Port 1 (QG1B) with 1 item of one of the other queues (QGASPARINIB third)

And to repeat this, separating the items created in a different queue for each one. I saw that it´s possible with a global table and a trigger, but it´s not working for me.

0 Likes
Message 6 of 6

jason_lightfootVL7B4
Autodesk
Autodesk
The default combiner needs an initial item to arrive on port 1 before it considers the quantites it needs from other ports. You shoudl be able to do this using a process flow to move the single objects into the combiner and then the pair from QG1B in each case. To control that you could push parts to a list and not release them from the queues.