NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

In depth question... Result Collection --> adding Limits Container

Solved!
Go to solution

Hi,

 

I am working on custom step types, that's where my latests strange questions come from....

 

Regarding result collection:

when executing a NLT without process model, the result container contains only RawLimits

 

Oli_Wachno_0-1662471451675.png

 

 

When using the process model, the Result container also contains a Limits container

 

Oli_Wachno_1-1662471543309.png

 

so obviously, the process model adds the limits container to the result container.

 

Where does this magic happen? At least in the Sequential Model, it is no ProcessModel Engine Callback, where I would've suspected this to happen

 

Cheers

Oli

0 Kudos
Message 1 of 2
(750 Views)
Solution
Accepted by topic author Oli_Wachno

HI, 

The limits are added in "Initialize Execution Entry Point" sequence in ModelSupport.seq that is called by all entry points sequences (Test UUTs and Single Pass) via a step called "Initialize Entry Point"

 

Regards, 

Anand Jain

NI

Message 2 of 2
(739 Views)