I want to use a combiner to model the joining of parts into an assembly. My issue is that the number of parts in the assembly is dynamic (i.e., changes from one assembly to the next).
I was planning on modeling this by sending an "assembly" part to the combiner through input port 1 and then changing the Target Quantity for input port 2 based on a label on the part coming from input port 1. However, the Target Quantity seems to be a static value in the combiner properties. Any ideas how I can make that Target Quantity more dynamic?