LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How do you retrieve child tags from a parent tag in a tree structure and build an array from it?

Is there a property node somewhere that can retrieve the tags of all the children of an "active" parent tag in a tree structure? If I click on the parent tag, I want to be able to show what child tags are under that parent tag.
0 Kudos
Message 1 of 3
(2,765 Views)
There is not a property or method that I have been able to find, however I wrote this VI that given a parent tag returns all the children.

Evan Collier
Message 2 of 3
(2,765 Views)
Evan, thanks for the help. It suites the purpose if I use a scalar (0 or 1 item). However, I don't know what to do if I want to feed an array (0 or more items) to your subVI. I guess I'd have to dereference the array and feed the subVI one reference at a time.
0 Kudos
Message 3 of 3
(2,765 Views)