NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

Something like subVI but for teststand

Greetings friday people.

I am quiet noob playing with TestStand, so please be patient with me. I would like to ask if there is some clever way to connect and hide a bunch of statements in TestStand. Like we do in Labview creating subvi to maintain high transparency of code and to be able to reuse it.

Thanks a lot for any suggestion.

Have a mice day.

jan

0 Kudos
Message 1 of 3
(2,082 Views)

There are two options I can think of depending on your intent. First, statement steps can include multiple lines already so you can have long complicated code show up as a single step that is copied and displayed as a single line item in the sequence.

 

Second, and more analogous to a subVI, is a Sequence Call step. This step executes a TestStand sequence as a step. You can make a library of simple sequences, and then reuse them multiple times in the MainSequence. Go to the TestStand Examples folder and check out the 'Parallel Testing Strategies' for this feature.

- Regards,

Beutlich
Message 2 of 3
(2,065 Views)

Sounds great.

Thanx for your explanation.

j.

0 Kudos
Message 3 of 3
(2,026 Views)