station-pass.fsmI am trying to design a conveyor system that has 3 stations. the model runs clock wise but needs to prioritize the stations ordered against flow starting with station 1 first and fill that area to its capacity then station 2 and finally station 3. When the flow item moves to enter station 1, if it is blocked then i would like it to continue on the main run without stopping and loop back around. Currently I am having issues with getting the decision points to do what I am looking for so I have DP1 set to round robin.