NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

Combine "Pass/Fail" and "Multiple numeric limet" tests

Hi,
 
how is it possible to combine a pass/fail and a multiple numeric limit test?
I know that you can create your own step types and so I already combined these two steps. But now i can only observe the numeric limits. Regardless of the pass/fail source ("Edit Pass/Fail Source") TestStand only looks at the numeric limits. If they are ok the test is passed. If not, it is failed. It does not matter if "Step.Result.PassFail" is True or False.
What is the problem, or do i make any mistakes?
 
Thanks for your help
Daniel
0 Kudos
Message 1 of 2
(2,742 Views)

Hi,

You will need to include the Step.Result.PassFail in the Status Expression. Probably at the moment you only have the NumericLimitTest Status expression in your combined step type. You will need to changed the Status Expression to match your requirement which will give you an overall Pass Fail for your step type.

 

Regards

Ray Farmer

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