02-26-2017 09:46 AM
Hello everyone,
I have a request to create configuration file using XML format. I am familiar with *.ini files for now, and didn't use XML yet.
The primary objective of that file is to initialize program parameters/variables on startup.
I am following this XML topic regarding XML advantages and fp file location.
I would kindly appreciate any simple example that provides a functionality that I described above.
Thanks in advance for any tip or example.
02-26-2017 05:25 PM
CVI already comes with an example on how to read/write XML files. The best way to locate the example if by means of the Example Finder: execute Help >> Find examples... menu function and NI Example Finder window will open. Select Search in the tab on the left and input "XML", then double click on it in the list of keywords: a list of xml-related examples will show on the right: the basic example is XMLsample.cws: double click on it and it will automatically open in CVI.
02-27-2017 03:05 AM
Thank you Roberto, I'll take a look at it.