FlexsimConveyorDistributionHelp.fsmI have a conveyor system that has one main line and three outputs. I want objects to be distributed evenly to the three conveyors. I set it up to use control points with bernoulli distributions, but the random nature causes congestion if the distribution favors one vs the others. Is there a function that sequentially indexes objects to one of three conveyors (3, 2, 1) in that pattern repeatedly rather than relying on distributions? It is not clear to me how to set that up. I made a simple model that shows that certain processors are being starved of work while the conveyor gets backed up because the distribution is based on random probability and not uniform kickout.