Simple situation: There is a box on the conveyor and there is a 'station' on the end of the conveyor. I want to implement a bottleneck. The box before the 'station' gets stuck, and the box at the rear end moves forward.
Question: I want to implement a bottleneck on top of the conveyor by selecting the "station" you want and entering the desired bottleneck time while the simulation is running. I think I can do that if I make a PF button or some other way, what would be the way? It doesn't have to be a station. It's okay to implement a bottleneck with a conveyor.