03-06-2008 12:58 PM
03-06-2008 01:25 PM
03-06-2008 01:27 PM
03-07-2008 09:04 AM
03-07-2008 10:06 AM
Hi Bob,
For me, I had spent some time a while back figuring out how the config file VIs worked. They are not locked by NI as many of them are so you can dig down into them and see what is going on. That's how I knew about this VI.
When you use the Open Config Data.vi it calls Config Data Registry.vi which is essentially a functional global that stores all of the information about your ini file. The other config file VIs can then call it again to retrieve the data.
Unfortunately I don't know of any guide or help file that explains everything in VI.lib.
-Toby
03-07-2008 11:24 AM
04-08-2015 12:35 PM
I was looking for the same thing as the OP, but the Config Data Registry.vi seems to be gone in LV 2013.
Has anyone figured out how to do this in LV2013... I just haven't been able to do anything with the currect Config.llb
Thanks.
04-08-2015 01:37 PM
In later version of LV the config VIs have been converted to a class, where all the data is private. You could modify the class, but I would not recommend that. You could create a copy of the class and modify that, but I would not suggest that either.
I would suggest that if actually need the path (do you actually need it? What would you do with it?), then you should pass it along separately or in a cluster or class which holds both the path and the refnum.
04-08-2015 02:12 PM
Thanks tst...
I acutally just found what I was looking for but somehow completely overlooked.
I actually need the File DIalog Express vi located under Advanced File Functions.
I need the user to be able to navigate to a folder and then generate the path to be used later in the program to dump test data records.
04-08-2015 03:13 PM
Try these.