NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

Call Another UUT Sequence

Hi

 

How can i call another Sequence after the current test has completed?

Help share your knowlegde
0 Kudos
Message 1 of 5
(3,130 Views)

The same sequence? --> automatically done when you chose the Test UUTs entry point

A different sequence? --> Make 2 sequences in your sequence file and call them after each other with the "sequence call" step

0 Kudos
Message 2 of 5
(3,122 Views)

A different sequence.

 

The problem is calling "sequence call" does not request the user to input the UUT Serial number.

And all data is then linked to the first test.

 

I need a way to call one sequence after another but must be treated as seperate tests.

Ran as one test , Treated as two tests.

Help share your knowlegde
0 Kudos
Message 3 of 5
(3,111 Views)

Sorry, I dint look at you post count; I guess you have more TS experience then me...

I guess you also want to restart the report generation when you start the 2nd sequence...

 

Maybe it is an option to modify the sequence model? Make a loop of the part that tests 1 UUT (after the UUT serial number, inclusive report generation)

And add a Sequence file array somewhere (strings with the paths to every file and a counter)

Then you can pass the serial number to the 2nd/3th,etc sequence as well....

You get multiple tests (and multiple reports), but it is ran as 1 test.

 

I have no experience in modifying models and am not a fan of it, but this would be my advice.

Maybe that someone else has a better plan 😉

0 Kudos
Message 4 of 5
(3,102 Views)

Its cool. Thanks for the reply.

 

You are correct in your suggestion and that can work.

I was hoping for an easier way and one that does not include hacking at the sequence model.

 

I have already hacked the Html Report sequence  to remove alot on the unnecessary text.

It was not pretty at all.

Help share your knowlegde
0 Kudos
Message 5 of 5
(3,096 Views)