Hi, I would appreciate some help with combiners, I do not know much about them.
I have items created with variable labels (i.e. let's say each item has a label with values from an uniform distribution from 1 to 10) that go through a processor and then a combiner (which in port 1 has a different source only to prouce pallets, nothing else and in port 2 the rest of the items). I need to make the combiner to be able to keep combining until an acumulative label reaches a limit of, let's say, 150 (or closest as possible). The thing is that I do not know the way to keep the combiner doing its work since I do not know how many items would make the acumulative label reach its limit or the way to contact them without using global lists, just code, I've tried this so far but as I mentioned before, I don't know how to change the target quantity depending on a previous item's label value. Thanks in advance