01-24-2022
02:30 AM
- last edited on
11-26-2024
03:01 PM
by
Content Cleaner
Hallo,
a customer want's to import data from .tdms files.
On the NI homepage is an article:
zone.ni.com/reference/en-XX/help/375857B-01/mstudiotdms/tdmsfeatures/
But where can i download the dll to implement it in the software?
Thank you
01-24-2022
02:46 AM
- last edited on
11-26-2024
03:02 PM
by
Content Cleaner
Halfway that document there' s a link ("For more information and to download the TDMS 2.0 installer, refer to TDMS 2.0 FAQ.") to The NI TDMS File Format - NI.
On the bottom of that page there's a download that contains a number of dlls. I'm not entirely sure if those are the dlls that they describe, but it's worth a try.
01-24-2022 03:00 AM
Hello,
thanks for your answer... I think that is only for C++
01-24-2022
03:23 AM
- last edited on
11-26-2024
03:02 PM
by
Content Cleaner
The .NET library seems to come with measurement studio.
NationalInstruments.Tdms Namespace - Measurement Studio 2019 Help - National Instruments (ni.com)
C# .NET TDMS library - NI Community
You could try GitHub - mikeobrien/TDMSReader: National Instruments TDMS File Reader for .NET and Mono.