11-07-2006 08:21 AM
11-07-2006 09:11 AM
11-08-2006 09:42 AM
09-09-2009 09:50 AM
Hi, I'm using the treecontrol. I have a subVi (LV 8.6.1) with an "Input Item Array" (an array that I use to populate the treecontrol by the 'Edit Tree items:Add Item' method) and an "Output Item Array". I don't found a method like the 'Edit Tree items:Add Item' to obtain that "Output Item Array". If it's of clear (I hope) can you help me?
thanks, fabio
09-10-2009 02:00 PM
09-11-2009 02:04 AM
Hi Make,
Is there a easy way to obtain the "Output Tree Array"?
Look at the VI.
thanks!!!
Regards, fabio
09-11-2009 12:19 PM
09-12-2009 05:28 AM
I don't know xml, FV objects... but I'm going to study them.
Thanks a lot for your suggestion,
fabio
09-12-2009 02:45 PM
When I typed FV I meant functional variable, another term that is used is action engine. The LabVIEW Intermediate I class provides a very good introduction as to how to use these, so I can recommend it. In earlier projects I used front panel controls to save data and states in my program, but after taking the Intermediate I class I found that using FV makes your code much more readable and modular. Using this approach you primarily write data from the FV to the front panel and avoid reading data.
XML provides a data structure that is more flexible than a cluster. Once you have defined a cluster, all you can do to extend it is create an array of the cluster. For an XML object, you can add child nodes to any node in the tree, and add child nodes to those and so on. I have noticed that XML is not as heavily used in the LabVIEW world as it is in the text software world. In particular I have found that there are very few examples using the XML parser, although some people seem to be using the JKI EasyXML. I am not knowledgable enough to know why it is not commonly used, maybe someone else can comment.
12-01-2020 09:43 AM
This didn't work for me, I got empty strings though columns 0 and 1 have strings.