NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

Differences in ResultList after Run vs. Single Pass?

Solved!
Go to solution

I noticed that if I do Run MainSequence instead of Single Pass, Limits and Comp are missing in the ResultList. What is the reasoning behind this?

 

Is there any way to log Limits and Comp even after Run MainSequence?

 

Ultimately, I'd like to right-click on an individual subsequence and run it but this doesn't seem to log Limits and Comp, which I need for a custom data logging VI.

 

Thanks for any input in advance.

 

0 Kudos
Message 1 of 2
(3,260 Views)
Solution
Accepted by topic author Chickentree

This happens because the models call Initialize Execution Entry Point in ModelSupport.seq. The Include Limits in Results and Include Comparison Type in Results steps in this sequence call Execution.AddExtraResult to ensure this data is in the result list even though it doesn't reside under the result property.

 

If you copy these steps to your main sequence, it should work.

Message 2 of 2
(3,254 Views)