01-30-2010 10:21 PM
Solved! Go to Solution.
01-31-2010 11:17 AM
01-31-2010 12:36 PM
For clarity, my situation is this. I need to change some info in the datalog file that was saved using the 7.1 program. When I open that file in 8.2, it asks me to convert it to the new format. I then make my changes to it and save it. Now, if I try to read the datalog file using the 7.1 program, it won't work.
I can't just save a copy of the old datalog file because I need my changes to it to be read by the old labview program.
01-31-2010 01:18 PM
Hi RCKTMN & smercurio,
you discovered the BIG disadvantage of datalog files: they are LV-version dependent.
The internal format is not public, NI can and does change it from LV version to version. That's why you get that "convert?" dialog... So you better try to get a LV7.1 installation to do your changes. And for the future you should try to use binary file operations instead! (I think there's a reason that NI has moved the datalog functions palette into a somewhat hidden subpalette of the file functions )
01-31-2010 01:29 PM
01-31-2010 02:27 PM
Final Update: I solved my problem by doing the above. I write a text data file to the temp directory and then call the program written in LV 7.1 to write the datalog file from the data in the temp directory.
BTW, I have learned my lesson; no more datalog files! 😄