I am trying to send different amounts of parts to a conveyor but keep the same order. For example, I have 5 queues (19,17,18,16,57) sending parts to a conveyor by Round Robin but I would like the last conveyor (57) to send 7 parts in a row to the conveyor.
Another question I have is how to cause a wait time when a specific item enters the combiner. For example, when 1 piston is placed in the combiner the robot waits 30 seconds before loading another part into the combiner.
Thanks for any help!