LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Export TestStand Sequence File Documentation Using LabVIEW

I am looking to create a LabVIEW application that will export the sequence file documentation of any given TestStand sequence. So far, from what I can tell, this may not be possible?

0 Kudos
Message 1 of 2
(816 Views)

I have done something like this in the past, so yes, anything is possible using the TestStand API through LabVIEW.  Basically in a nutshell you want to get a reference to the sequence file and then each sequence and then each step. Extract the information and present it a nice pretty format.

 

There used to be a sequence documenting utility directly from TestStand that would do something like this.  

 

Before going any further, what documentation are you looking for?  Step names, Limits, VI Names?

 

PH

0 Kudos
Message 2 of 2
(784 Views)