NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

Running Multiple Tests from UI

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. 

0 Kudos
Message 1 of 2
(1,938 Views)

@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.

Norbert
----------------------------------------------------------------------------------------------------
CEO: What exactly is stopping us from doing this?
Expert: Geometry
Marketing Manager: Just ignore it.
0 Kudos
Message 2 of 2
(1,901 Views)