NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

jump on breakpoint after a specific number of loop passes

Hello,
I want that the debugger in teststand 3.1 jumps on the breakpoint in a while loop after a specific number of passes.
how can I configure teststand, that this is possible?
regards samuel
0 Kudos
Message 1 of 2
(2,590 Views)
After placing a breakpoint on a specific test-step, you can make a right-click on the breakpoint (right-click directly on nthe "Stop"-Symbol). In the Dialog you can set conditions (in your case this condition could be "Step.Result.PassFail==true") and a Pass Count, that will define how often the condition has to be true before the breakpoint really breaks the sequence.
0 Kudos
Message 2 of 2
(2,576 Views)