NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

Calling a stepgroup of a sequence from another sequence (both are of same sequence file)

Hi

 

I want to execute 'setup' group of a sequence in the middle of executing another sequence (both are of same sequence file). Is it possible? if yes, could you please tell me how?

0 Kudos
Message 1 of 4
(3,292 Views)
Why not just make your setup group a subsequence and call it from both sequences?
0 Kudos
Message 2 of 4
(3,282 Views)

Thanks for your quick reply. 

The problem is that the setup sequence does not belong 1 test scenario. i have n scenarios with different setup groups.For the n+1th scenario, i have to find a max temperature occured among the n scenarios and take its setup sequence.

could you please tell me how?

 

 

0 Kudos
Message 3 of 4
(3,262 Views)
Why not have each setup in a subsequence.  In your n+1 state, call the subsequence corresponding to the max temp.  Depending on how you name your sequences, you can dynamically call the sequence (I think this would be your preferred method), or you can use precodonditions and have sequence calls for each one.  The preconditions will allow only one of the sequences to run.
0 Kudos
Message 4 of 4
(3,252 Views)