03-25-2019 06:36 AM
I want a UI with many tests. I want to select which tests needs to be performed and click start button. Please see the attached UI wire frame. How to do this in LabVIEW? I have seen the example VI"Basic UI with Native Controls.vi", but this can handle only 1 test.
03-28-2019 08:08 AM
@prak_85 wrote:
[...] How to do this in LabVIEW? [...]
It can be done, however, you have to have a good understanding of creating custom UIs for TestStand. You should get familiar with that by starting with the NI provided examples and trying to add/remove things to your requirements.
Hints:
1. You can simplify your task by defining a stand-alone sequence per test in your list
2. Use the TS API to create a new MainSequence consisting of SequenceCall steps calling all selected tests
Consider additional requirements/constraints before actually working on that project.