NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

How do I search all LabVIEW VIs in a TestStand sequence?

I have a TestStand sequence that calls a hierarch of other TestStand sequences, and many of these call LabVIEW VIs. I want to perform a LabVIEW search on all VIs in this hierarchy.

 

If I could programmatically list all these VIs, I could take it from there by opening all the VIs then performing the search. Is there a way to do this?

0 Kudos
Message 1 of 4
(4,508 Views)

This may help.

 

Lemme know if you have questions.

 

Cheers,

jigg
CTA, CLA
testeract.com
~Will work for kudos and/or BBQ~
Message 2 of 4
(4,499 Views)

That works well on the top level sequence, but it does not recurse into subsequences. I will hunt around to see if this is possible and post back if I find anything.

0 Kudos
Message 3 of 4
(4,409 Views)

You should be able to turn the loop into a re-enterant share clones sub vi and use a recurseive call to itself in case "Sequence"

 

Thanks for the gem Jigg

That will help me out of a nasty jam


"Should be" isn't "Is" -Jay
0 Kudos
Message 4 of 4
(4,382 Views)