floorTruss1-0.fsmOk, so I have two process flows running. Process Flow "Building Side" takes in inputs from 3 queues and runs them through the two combiners. Now, I want the outputs of these two combiners to go to the third and fourth combiners (Combiner 4 to 2 and Combiner 3 to 1). Process Flow "Nailing Side" I want to add components from a queue to both Combiners 2 and 1 and combine these components with the outputs of Combiner 4 and 3. My problem is that I am having a hard time figuring out how to use the delay process function to make the combiners wait for all inputs. It is important to note that I don't want Operator 3 to go get the outputs of Combiners 3 and 4, I want them to move automatically and then have Operator 3 add the components from the queue. Then have the outputs of Combiner 1 and 2 be moved by operator 3 to the conveyor. Let me know what you think, I'll attach the file.