It may be that your solution works but I am unable to determine it. It appears to me when I run it that the order of the pop ups are:
cycle1 UUT3, cycle1 UUT2, cycle1 UUT1, cycle1 UUT0,
cycle2 UUT3, cycle2 UUT2, cycle2 UUT1, cycle2 UUT0,
...etc. If this is not the case then I appologize.
My intent is for the pops ups to go in this order:
cycle 1 UUT0,
cycle 2 UUT0, cycle 1 UUT1,
cycle 3 UUT0, cycle 2 UUT1, cycle 1 UUT2
cycle 4 UUT0, cycle 3 UUT1, cycle 2 UUT2, cycle 1 UUT3
cycle 5 UUT0, cycle 4 UUT1, cycle 3 UUT2, cycle 2 UUT3
cycle 6 UUT0, cycle 5 UUT1, cycle 4 UUT2, cycle 3 UUT3
cycle 7 UUT0, cycle 6 UUT1, cycle 5 UUT2, cycle 4 UUT3
cycle 8 UUT0, cycle 7 UUT1, cycle 6 UUT2, cycle 5 UUT3
cycle 8
UUT1, cycle 7 UUT2, cycle 6 UUT3
cycle 8 UUT2, cycle 7 UUT3
cycle 8 UUT3
END OF TEST:
Maybe there is a way that you can display the batch sequence using a wait step instead of a popup so that I can see what cycle each UUT is in. Your help is extemely appreciated, once again thank you for responding.