question

Enara avatar image
0 Likes"
Enara asked Enara commented

Different products created from different references in a combiner

Hello, I want a combiner to create several products with different references, how can I do it?

This is my situation:

The references are: A , B , C, D, E, and this references arrive in different times, which means that there are not always available.

When it comes to the products I want to produce them depending on the references available. For doing them I will need the following combinations:

TR11: A (3) + B(5)

TR21 : C (4)

TR31: A (7) + D (3)

TR41: E (3) + B (2)


I tried to applied a Pull strategy in the combiner but there is not option to stablish the requirements. How can I create the code for applying this requirements?

Thank You.


FlexSim 23.1.3
combiner pulllabels and combinerspull requirements
· 5
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

Felix Möhlmann avatar image
0 Likes"
Felix Möhlmann answered Enara commented

Taking Jason's opportunistic combiner, you'd just have to add a stop condition when the demand is fulfilled.

opportunisticcombiner-demandlimit.fsm

If the combiner does not need to be "opprotunistic", you can also just use the "Update Components List" option in the combiner's On Entry trigger. It looks at a label on the container object that represents a column in a global table and sets the component list to be equal to the values in that column. The process time can be set with a "Values by Case" option using the same label.

pbl-puebas_1.fsm


· 12
5 |100000

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