NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

Runstate.Report.All in batch mode different if breakpoint put in

I have a simple batch sequence with a numeric limit test (the data source is just the test socket number).

 

I have a dialog displaying the Runstate.Report.All text. The odd thing is that this text is different when I put a breakpoint on the dialog.

 

If I don't put the breakpoint, the result of the numerical test is omitted in the dialog but present in the ASCII report. Any idea why the full text of the report is missing when the breakpoint is not inserted?

 

0 Kudos
Message 1 of 2
(2,470 Views)

Hi,

 

Instead of using RunState.Report.All, try using RunState.PreviousStep.Result.Status. I think this will work better in your application.

Alex C.
Applications Engineering
National Instruments
0 Kudos
Message 2 of 2
(2,430 Views)