LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How can I display ALL tdms-channel data?

Solved!
Go to solution

Hello

I do have a tdms data file with one group and 9 different channels with the length n. Now I would like to open a specific channel and display

the stored strings. For some reasons I does not work and it shows me only one string (the last one)...

 

 

Thanks for any help

0 Kudos
Message 1 of 5
(2,635 Views)
Solution
Accepted by Norick_17

Hi Norick,

 

why don't you use simple TDMS file functions?

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 2 of 5
(2,633 Views)

Yup DataFinder works great for finding files that have specific properties, but when it comes to channel data you need to use the TDMS functions to read them for all files the DataFinder found.

0 Kudos
Message 3 of 5
(2,616 Views)

Hello GerdW

I thought it would be easier this way but I'll try it with the (simple) TDMS functions again.

 

thanks

0 Kudos
Message 4 of 5
(2,575 Views)

In case you are using DataFinder in LabVIEW try the Results to Waveforms VI

ResultsToWaveform.png

It allows to extract the channel data out of search results.

 

- Stefan

 

0 Kudos
Message 5 of 5
(2,513 Views)