In my model I have a queue connected to two processors. I would like to compare in every run period the amount of items sent to each processor. For example if the amount sent to processor 1 was greater than the amount sent to processor 2, for the next period the queue will sent a quantity to processor 2 that will be greater than the quantity it will sent to processor 1.
Thanks in advance.