I have some datalog files created in version 3.1 that I am trying to read in version 8.6. I have a vi from version 3.1 that read the files and I have rewritten in in version 8.6 as best I can. The record type for the datalog file appears to be an array of a cluster of a string, some integers and singles, and either a ring or an enum. Im not really sure what the difference between a ring and an enum is, but when I right click the field in 3.1 there are "Add item after" and "Add item before" options in the menu which are also present in the right-click enum menu in 8.6 so Im assuming its an enum. I dont know any other way of telling the difference between the two.
But anyways, when I try to read the datalog file in version 8.6, I get an Error 71: file datalog type conflict. Has there been some change in the datalog file format between 3.1 and 8.6 that would cause this error? Or is there something else that I could be doing wrong? If it is a file format problem, is there any converter available that will convert it into a format readable by version 8.6?
Thanks.