NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

PreUUTLoop equivalent for parallel model

Solved!
Go to solution

I am building a test sequence to test two UUTs in parallel, on a station where some of the equipment will be shared.  I want to initialize all the equipment BEFORE the exectuion of the tests begin, and even more specifically before the PreUUT step of each individual socket execution.

 

It made sense to put my "Initialize Equipment" step into the "PreUUTLoop" sequence callback in an original design that used the sequential model. It only needs to be done once.

 

Is there a similiar sequence callback in the parallel model into which I can move the "Initialize Equipment" step?

0 Kudos
Message 1 of 3
(3,135 Views)
Solution
Accepted by mike_22
I put in the SequenceFileLoad callback.
Message 2 of 3
(3,134 Views)

The SequenceFileLoad callback has the advantage of only being called once.

 

However, for reference, I want to note that there are also ProcessSetup and ProcessCleanup cleanup callbacks that are respectively called before and after TestUUTs and Single Pass for all NI models.

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