LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Which method for storing data, config or xml?

Hi,
I have a set of 10 variables whose formula for calculating their value changes based on another parameter. For example, if the parameter value is 1, then variable a=a*0.3, and if the parameter value is 2, then variable a=a+4, etc, etc.
Currently, this information is stored in a plain text file. As I am rewriting the application, I would like to store the information ia a more universal format. I was thinking of either xml or ini (using the configuration file vi's) format. What are your suggestions?

Thanks!
0 Kudos
Message 1 of 2
(2,524 Views)
Of the two, an *.ini would be preferable and easier to generate. Unless you have a need for communicating this setup information over the web, XML would be needless complication.

Mike...

Certified Professional Instructor
Certified LabVIEW Architect
LabVIEW Champion

"... after all, He's not a tame lion..."

For help with grief and grieving.
0 Kudos
Message 2 of 2
(2,524 Views)