12-22-2005 11:50 AM
12-29-2005 06:09 PM
Hi Bob,
I wrote a simple program to save (as datalog file) ten I32 numbers in both LabVIEW 7.1 and 8.0 and saw that they do differ in size slightly which leads me think that the format has been modified from before. I am not sure how the internal binary storage structure has been modified. However, until you completely migrate over to LabVIEW 8.0, I suggest you make a back up copy of the 7.1 datalog file so that after the file format conversion to 8.0, you can still access the data, if you ever have to, in 7.1 datalog format.
Also, you can use the line below in your LabVIEW.ini file to get rid of the pop up window every time you open a LabVIEW 7.1 datalog file in LabVIEW 8.0
‘SilentDatalogConvert=True’
Once all portions of your code is converted to LabVIEW 8.0, you wouldn’t have to worry about juggling the datalog file between different versions of LabVIEW.
Have a great day!
Regards,
Prashanth