Hi. I have the following problem that I have not yet been able to solve. The combiner receives items from the Green Processor, and Queue. The conveyor is used when the combiner is processing, so that the items leaving the green processor are sent to the conveyor as a WIP, but if the combiner ends and matches the unit on the green processor, the item can be sent directly to the combiner. . How can I make the Combiner only load two item, one from the queue and the second, either from the Processor or the Conveyor, which is ready first? The first entry to the combiner is the Queue because they are processed faster in the red processor.