LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

read write Tree to CSV file

Building a tree by hand sucks. I want to use excel to generate a CSV file to read it in and have LabVIEW build the Tree. I want to 1st build a small tree by hand and then write it out to a CSV file to use as a template.

 

CSV Columns

Element String, Element Tag, Parent Tag, Image file

 

Threre are plenty examples of progamatically building a tree but what about reading a tree? Specifically how do you get the parent tag of the current element? I can't find it in the property nodes or node invocation.

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

Check out Norm's Tree Control API.

 

It has a 'Get Items Parent' vi.

 

Felix

 

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