You basically need to control all the interlocking inter-IBox. You cannot rely on the built-in token passing that "just works" with an ST1 driving a bunch of your ECRX/ECWX instructions.
Once you have that working (completion of first drives the enabling of the 2nd, completion of the 2nd drives the completion of the third, ... completion of the last drives the completion if the first), add a PAUSE C-bit that interlocks EVERY IBox enable leg. Whenever the PAUSE bit comes on, the current one finishes, and the "next" one has all logic in its enable leg ON, EXCEPT for the PAUSE bit (basically an ANDN PAUSE nc contact).
Once the PAUSE bit turns OFF, that point in the round-robin will start up and go.