Sequence Start
Init Test
Init Database
Init Instruments
For i = 1 to 10
For i2 = a to e
Do x
Next
Next
if an error occurs at Do x where i = 5 and i2 = c then I want to go back to Sequence Start, Execute all steps but on the loops I want i to start at 5 and i2 to start at c. Furthermore if the condition passes normal looping must resume, if the condition fails three times then the program must terminate. Is this possible to do? Any help is appreciated as I'm new to TestStand.
Thanks,
Charles Chickering











