12-21-2015 09:44 AM
Great example of using control references, I actually started doing the same thing a few weeks ago, but then I learned that I could flatten my cluster to XML with a single VI.
12-21-2015 11:10 AM - edited 12-21-2015 11:29 AM
Sounds good. Is there any way to see this with the funtion titles turned on?
12-21-2015 11:42 AM
There might be better ways to do this, but this is what I did and thought it was extremely easy. I've also included how I did the read from Config.
12-21-2015 11:55 AM
Thanks, it's those little extra clues, like identifying the hieroglyphys out of the thousands of LabVIEW functions, that makes your great idea more useable to others. The Config read algorithm is especially helpful.
12-21-2015 11:59 AM
I'm kind of new to these forums and never even thought about checking to see if my function titles were visible. To be honest I didn't expect anyone would actually see my post. Thanks for catching my oversight.
12-21-2015 12:23 PM
It's generally useful to use snippets instead of simple images, because people can drag those into LV to convert them back to actual code. I would suggest using the Code Capture Tool for creating snippets over the built-in snippet feature, as it has a number of advantages.
As for your actual reply, a couple of comments:
12-21-2015 12:26 PM
@Fewoiz wrote:
Great example of using control references, I actually started doing the same thing a few weeks ago, but then I learned that I could flatten my cluster to XML with a single VI.
You should check out OpenG and MGI's toolkits. Both of them have good libraries for writing clusters to ini files. Might work a little better than XML.