08-03-2022 12:02 PM
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?
08-03-2022 03:51 PM
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