NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

load list of sequences

How would I go about creating a list of possible sequences (tests)?  I have several directories and each directory should have several sequences.  I would like to programmatically go through these directories by pushing a button and display the sequences in it as possible tests to run.  Then, I would like to have all these sequences selected and allow the users to de-select anything that they don't want tested.  It should then run all the selected sequences. I am working on LabVIEW for the UI.
 
I've tried to solve it through the Invoke Node with the OpenSequenceFile method but I always got an error 17500 telling me that the TestStand Manager doesn't run.
0 Kudos
Message 1 of 2
(3,032 Views)
 

Hi Jose,

Since, as you say in this message you are new to Labview programming my suggestion is to give at least a look to this link.
How can I learn Labview? 

Starting your Labview experience with a custom TestStand Interface is not the easiest way, really.
Besides NI organizes also TestStand courses, if you plan to use pervasively this software a course is really recomanded.
TestStand is extremely powerful but "Power is nothing without control"(Pirelli TM).

 

Try removing the .ini from the TestStand directory and see if it works.
If you have valuable data like custom data type or step type do not delete the .ini files move them in a temp directory.

Regards

 

 

 

FiloP
It doesn't matter how beautiful your theory is, it doesn't matter how smart you are. If it doesn't agree with experiment, it's wrong.
Richard P. Feynman
Message 2 of 2
(2,997 Views)