07-31-2019 06:35 AM
Hello everyone ,this is bharat . I am fresher to labview and learning basic labview.
Anyone can suggest how to read the data from TDMS file, in that lack of data is there . I want to read the data and should show the graph of those data.
Solved! Go to Solution.
07-31-2019 07:13 AM
Hi bharat,
The general method of getting information from a TDMS file is 1) Open file using the file path, 2) Perform read operations as required, 3) Close file. The tools for this can be found on the File I/O - TDM Streaming palette.
For example, here is how to read the contents of a TDMS file:
And here is how to read waveform data from a group:
You can also use the TDMS File Viewer from the TDM Streaming palette to look at the contents of a TDMS file. If you look at the LabVIEW help for these tools you will find more useful information about how to use them.
Andy
07-31-2019
09:13 AM
- last edited on
06-09-2025
10:59 AM
by
Content Cleaner
There are also free plug-ins for Micro-Soft Excel and MathWorks MATLAB:
MATLAB: https://www.mathworks.com/matlabcentral/fileexchange/30023-tdms-reader
07-31-2019 09:17 PM
thank you for your great suggestion.