05-22-2016 11:28 PM
Hi, I have a sequence file with several subsequences. Is there any way to run a bunch of sub sequences with the TestStand API?
I am building a TestStand User Interface in LabVIEW and this feature would be useful.
In this moment I have a listbox which is populated with the Subsequences Names of the selected Sequence File but I don't know if there is way to use any Collection and CommandKind to perform the described above. I have only seen the "RunCurrentSequence" Command Kind which let you execute the sequence selected in the Sequences Combobox but is just 1 sequence, I want to be able to use the listbox selections and running all the selected sequences.
Thanks for the help you can give me.
05-23-2016 06:12 AM
What is the use-case of this setup? Sequence development?
Please note that you can always have a master sequence sitting above those specific test sequences which calls into them in the correct order/configuration. (Read: replace the listbox LV wise with a sequence view "master"...)
Norbert
05-24-2016 01:15 PM
The intention is have the opportunity to execute just certain tests instead the full sequence.
I would appreciate if you could give me some example of the concept exposed..
05-25-2016 01:59 AM
You are aware that TestStand provides the "Run Selected Steps" feature?
You should include this in your Editor UI which is usable on existing sequences (Step View).
Norbert