06-29-2019 12:01 PM
Hello,
I have made an labview app to save some data in a TDMS file and call those data when it need, it was working in windows7 but when I installed this app in another PC with windows 10 it creat a TDMS file and save the data but it can't read the data.
I'm using labview 2012.
please help me to solve this probleme I need it for my study project.
Thank you.
Solved! Go to Solution.
06-29-2019 12:16 PM
How can we help?
You haven't attached a TDMS file.
You haven't attached the program that created the TDMS file.
You haven't attached the program where you are trying to read the TDMS file.
06-30-2019 08:26 AM
Hello my dear
for the size of my app I didn't succeed to download it but i will discribe the problem to you,
i have devlop an app with my labview 2012 that save some dynamic data in a TDMS file and call those data by time criterion, the app was working in my laptop with windows7 but when i have installed this app on a PC with windows 10 with installer, it doesn't work, it create the TDMS file withe data that I can open and See the data correctly written by the app doesn't read it.
please help me.
06-30-2019 03:11 PM
Hi ravensFan
I have made an example, see the attached file please.
thank you.
06-30-2019 04:03 PM
Your VI runs just fine for me and gives me 1, 1, 2, 6, in the 4 numerics.
A problem I do see with that VI is that you are opening the TDMS in a loop, and it is running as fast as it can. Do you really need to keep rereading the file that fast?
Generally, the reading should be in a case structure or event structure so that it only happens when a user requires the data to be read.
06-30-2019 04:31 PM
me too i can read with my laptop with windows 7 but when I made a installer and I instal in another PC with windows 10 the problem accurre
06-30-2019 05:35 PM
I read it with LabVIEW 2018 on a Win10 laptop.
07-01-2019 05:30 AM
I have update my labview to V2018 and it work with windows 10without any probleme.
thank you my frein for your kind support.
07-01-2019
06:58 AM
- last edited on
12-02-2024
11:02 AM
by
Content Cleaner
I'm glad to hear that.
I must've missed this point in your original post that you were using LabVIEW 12. That version is old. It pre-dates Windows 10. I would've thought you had already installed a newer version of LabVIEW. The first version of LabVIEW to officially support Windows 10 is 2015 SP1.
LabVIEW and Microsoft Windows Compatibility
Though some people have been able to use older versions of LabVIEW on Windows 10 successfully.