LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

how to read the data from TDMS file??

Solved!
Go to solution

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. 

 

 

0 Kudos
Message 1 of 4
(12,960 Views)
Solution
Accepted by NI0022818

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:

TDMS Read.png

 

And here is how to read waveform data from a group:

TDMS WF.png

 

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

Message 2 of 4
(12,931 Views)
Solution
Accepted by NI0022818

There are also free plug-ins for Micro-Soft Excel and MathWorks MATLAB:

 

Excel:         https://www.ni.com/en/support/downloads/tools-network/download.tdm-excel-add-in-for-microsoft-excel....

MATLAB:    https://www.mathworks.com/matlabcentral/fileexchange/30023-tdms-reader

LabVIEW Pro Dev & Measurement Studio Pro (VS Pro) 2019
Message 3 of 4
(12,896 Views)

thank you for your great suggestion.

0 Kudos
Message 4 of 4
(12,871 Views)