05-15-2007 03:11 PM
05-16-2007 09:19 AM
05-16-2007 10:06 AM
smercurio_fc,
Thanks for replying. I am sorry I was not clear enough.
Mainly I am interested in the method(s) people have used to control menu selections (along with associated numeric values) using configuration files that can be added to or altered without having to adjust the programming in the VI. I understand INI files and how to use the configuration tool library to write/read values, but I am not sure of a good way to program the VI to list the key properties (the name that the user selects) in a menu and then output the associated numeric value for that property. I can assume that future users will be able to manually alter the config file in a text editor, so my question is focused on developing the VI code.
In other words, using the above example INI, I would want the user to be able to change the values of the keys or add new keys such as:
05-16-2007 01:41 PM
05-16-2007 03:20 PM
Thanks alot! I think I have it all worked out now.