question

Mia L avatar image
0 Likes"
Mia L asked Benjamin W2 commented

Joining Items Inside of a Combiner

I would like to change the properties of my combiner to join all 20 items that are batched from my queue into one item (which represents all 20) and then move them onto the processor. When I use the Join property in the combiner though, it does not allow me to enter the quantity. How can this be fixed?

Combiner Standard Logic.fsm

FlexSim 19.2.4
combinerflexsim 19.2.4join
5 |100000

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

1 Answer

·
Benjamin W2 avatar image
0 Likes"
Benjamin W2 answered Benjamin W2 commented

Hi @Mia L,

One key aspect about the combiner's join feature is that it requires 2 inputs. The first input is what the item will be once has been combined. The second input is how many items are needed per one item from the first input.

For example, I have "Source1" creating a sphere, and sending it to "Combiner1". Source 2 creates 20 boxes. The combiner settings look like so:

This results in the following:

I hope this helps!

CombinerJoin.fsm


1592403158036.png (85.0 KiB)
combiner.gif (167.4 KiB)
combinerjoin.fsm (24.7 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.

Mia L avatar image Mia L commented ·

Thank you! @Benjamin W2 , is there a way to have the one object that represents multiple be counted as such when showing names & stats of the fixed resources?

0 Likes 0 ·
Benjamin W2 avatar image Benjamin W2 Mia L commented ·

Not necessarily, it just needs at least 2 input ports. If you are just trying to batch 20 items from a Queue, I would recommend connecting the first port to a source.

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.