question

nicofdz10 avatar image
0 Likes"
nicofdz10 asked Jason Lightfoot commented

how to program multiple entrance combiner

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

FlexSim 23.1.2
combiner multiple
flexim-doubt.jpg (46.9 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.

Carter Walch avatar image
0 Likes"
Carter Walch answered Jason Lightfoot commented

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!


1685635320693.png (10.4 KiB)
combinerexample.gif (119.6 KiB)
combinerexample.fsm (34.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.

Joerg Vogel avatar image
0 Likes"
Joerg Vogel answered

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.

5 |100000

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.