01-22-2008 05:40 AM
01-22-2008 09:59 AM
01-22-2008 10:38 AM
01-23-2008 04:35 AM
01-23-2008 07:13 AM
The values set by using the INI file functions only exist in memory and are NOT written to disk until the "Close" VI with the constant set TRUE.
If your code executes in multiple threads where one thread sets the values but another thread closes the file without the constant set true, the values will be removed from memory and will not be written to disk.
So make sure you only execute the "Close" after all values have been set and make sure the constant is set true when the files are closed.
Ben
01-23-2008 07:27 AM
01-23-2008 07:30 AM
I think it is time for us to stop guessing and take a look at your code.
I have used INI files for years and they work fine so there must be something in the way you are using them that we just can't see without your code.
Still trying to help,
Ben
02-04-2008 04:28 AM
07-10-2017 06:29 AM
Hi,
I have the same issue with my project (LabVIEW and Teststand) the content of my ini file is lost "sometimes"
Have you found a solution for your project?