NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

how to only record the latest result for the step

Hi All,

      i have a sequence,i need to get a final result about a pass/fail step.and there are a series of setting step before the pass/fail step.So when the step return "failed",The sequence will return the previous setting steps(using the go to step on the failed),such as:power on,instrument setting......Actually,i only care the final step,But i noticed the final report will display all the failed steps.i want to know if have some settings for the application(only record the latest result of the step) in teststand.

    

 

BR

Johnny

0 Kudos
Message 1 of 3
(3,098 Views)

Hi,

 

You can use the SequenceFilePostResultList callabck to discard a step results.

 

There is and example of using this callback in the TestStand Examples

 

Regards
Ray Farmer
0 Kudos
Message 2 of 3
(3,092 Views)

There is a Record Result check box in the Step Properties->Run Options. If you uncheck that, then results for those steps will not be recorded.

 

Thanks,

Sathish

0 Kudos
Message 3 of 3
(3,087 Views)