NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

Automating Repetitive Development Tasks in TestStand

Does your TestStand sequence have three hundred SubSequences that all need the same step added to them?  Do you need to change all of the CVI step adapters to C/C++ DLL step adapter or add the same Local variable to each SubSequence?  I developed automated TestStand sequences using the ActiveX TestStand Engine interface and properties to simplify code generation.

 

NI Week 2019 Presentation

 

Two versions of code attached, TestStand 2017SP1 and TestStand 4.2.1.  If you have anything older than TestStand 2017SP1, open the 4.2.1 sequence files and save in your version.

 

There are two different methods for running these automated code tools; by copying the SubSequence tool into your sequence file noted with a "---- Tools and Utilities Section -----" label, or using the ForEach.seq method.

 

Tools and Utilities Section pic.JPG

 

 

Message 1 of 2
(2,315 Views)

Thanks for sharing and great presentation!

 

I also wanted to cross-post the other example you mentioned:

https://forums.ni.com/t5/Example-Programs/Creating-a-Sequence-File-Iteration-Tool-Replacing-Absolute...

 

-Trent

https://www.linkedin.com/in/trentweaver
0 Kudos
Message 2 of 2
(2,264 Views)