question

Chen avatar image
0 Likes"
Chen asked Carter Walch commented

How to have multiple join combinations on a combiner

I have 73 products which have to be joined with a specific base model and each product requires a specific quantity of raw materials for each product how would we input this into a combiner?

FlexSim 21.2.4
assign labelscombiner input
· 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 Carter Walch commented ·

Hi @Chen, was Julie Weller'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

·
Julie Weller avatar image
1 Like"
Julie Weller answered Jason Lightfoot commented

Hi @Chen! You can do that using a trigger on your combiner and a global table. First set up your On Entry trigger of your combiner, choose the "Update Combiner Component List" option, it should look like this:

1686751628594.png

The trigger explains how it's set up. So you'll need 73 different columns on your global table and then a label to know which column to choose (which should be the first input into your combiner). You will also need as many input ports to your combiner as you have items to possibly combine with.

Try implementing this and if you have more questions post your model and we can help you resolve any issues.

Additionally in this post they implement a similar process which may help you debug:

https://answers.flexsim.com/questions/43615/how-to-use-a-single-combiner-for-multiple-differen.html


1686751628594.png (32.9 KiB)
· 7
5 |100000

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

Chen avatar image Chen commented ·
so do I need to separate the item has to be kept in 73 different queues and then connect those queues to the combiner?


0 Likes 0 ·
Jason Lightfoot avatar image Jason Lightfoot ♦ Chen commented ·
That's one way or take a look at the opportunistic combiner example where the products and components are defined in a table.


0 Likes 0 ·
Chen avatar image Chen Jason Lightfoot ♦ commented ·
I will try this out but also is there an article or tutorial that showcases the use of tables in flexsim?


0 Likes 0 ·
Show more comments

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.