I have a VI that is deployed onto a cRIO 9118 that is logging data from a few sensors and controlling some outputs. I am running it in scan interface and have it structured properly, with the read in a synchronized loop, and the tdms write in a separate loop. I had this VI running on a computer in labview 2015. We were having troubles with that computer so we moved to another and did a fresh install of 2017. Now on the 2015 computer I was able to log data, and then ftp it to the computer. But now with labview 2017 I get this error when I try to open the file that is created:
USI encountered an exception: TDS Exception in Initialize: Tds Error: TdsErrNotTdsFile(-2503):
Everything else works fine, and there are no errors coming from the tdms open, write, or close. Just when I try to open them in excel with the tdms importer. I also tried opening them on another machine to see if the tdms importer was corrupted and it gave me the same error. What am I missing? Could something have been corrupted during the install? or am I missing some software on the cRIO?
I actually just ran two tests. I created a VI on the computer and on the cRIO and wrote an empty tdms file. the one on the computer worked, and the one on the cRIO gave me that error. My best guess is that I'm missing some software on the cRIO? Any help would be great, thank you!