NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

Is there a way to down convert multiple sequence files at once?

Solved!
Go to solution

I am searching for a way to down convert sequence files from 2012 to 2010. Looking  to do more then one at a time and would like to be able to down convert an entire folder.

 

 

Brian
0 Kudos
Message 1 of 3
(3,104 Views)
Solution
Accepted by topic author BrianInTheForest

This can be accomplished using the TestStand API using the following method to perform the save for previous function:

 

RunState.SequenceFile.AsPropertyObjectFile.WriteFile(WriteFileFormat_TestStand45)

 

You would just need to obtain an array of sequence file references, which is probably most easily done through a code module (such as the Recursive File List VI in LabVIEW).  Be sure to call Engine.ReleaseSequenceFileEx on the references after performing the backsave.

Al B.
Staff Software Engineer - TestStand
CTA/CLD
Message 2 of 3
(3,094 Views)

Thanks Al B.

 

Brian
0 Kudos
Message 3 of 3
(3,070 Views)