I want a queue to send an item to a group of conveyors only if the content of the total conveyors is less than 8. To elaborate, I have four conveyors in a loop in which eight queues release items into (trying to simulate indexing conveyors). I don't want the queues to release the items until there is one of eight spots available in the conveyor system. I basically am asking for a way to control the max content of a conveyor system without changing the conveyor length.