Hi In my model, a combiner is used as station and and from Input port 1 an item enters and then the Queue infront of buffer(input port 2) will have a quantity of 7. Right now the Crane is placing the items from the Queue to combiner.
Now, it is starting the processing only once when the Crane puts all the items to combiner. Total quantity now on combiner is 8 and joins as one product.
How to make combiner start the process when one part enters into the combiner and this continous until it reaches the target quantity and then the processing should stop.
Is this possible? How to do this? Please help