11-28-2012 08:02 AM
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?
11-28-2012 03:37 PM
This may help.
Lemme know if you have questions.
Cheers,
12-18-2012 08:18 AM
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.
12-19-2012 04:17 PM
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