I am trying to build a conveyor line with 10 stations (varying process times). I want to stop objects from moving to the next station until the next station is empty.
I tried using logic from https://answers.flexsim.com/questions/53474/stopping-and-resuming-objects-using-conditions-in.html?childToView=133861#answer-133861. When I add a third station the objects move from station 1 to station 2 when 2 is complete with processing.