06-26-2015 12:25 PM
I'm trying out TDMS files as a means of saving disk space for long tests.
I struggling to find a clear tutorial on how to write multiple channels (but I think I got this one figured out), but more specifically, how to read multiple channels on a some kind of waveform graph. My searches have not yielded much.
Is there a better data format to use?
Rick
Solved! Go to Solution.
06-26-2015 12:30 PM
Look in the Exampler Finder in LabVIEW (Help->Find Examples). The two you will want to look for are "TDMS Write Events Data" and "TDMS Read Events Data".
06-26-2015 12:38 PM
So if I understand this correctly there needs to be a TDMS read function for each channel recorded?
06-26-2015
12:40 PM
- last edited on
11-14-2024
05:51 PM
by
Content Cleaner
Hi Rick,
You might try the following webcast
at the following link
http://www.ni.com/webcast/3675/en/
--Russ
06-26-2015 01:09 PM
Speaks wrote:
So if I understand this correctly there needs to be a TDMS read function for each channel recorded?
No. The first one is reading many channels. In this case it is getting the waveform data from all the channels in the Measured Data group. You could also supply an array of channel names if you wanted to be more specific. But all of the channels from a single read must be of the same data type. That is why the other two reads are seperate.
06-29-2015 07:50 AM
Thank you everyone, everything worked out, and I know how to do it now. The webcast was more of a showcase for DIAdem, I think, but that looks like a great tool for data analysis. I don't know if it would be better and cheaper to use items in the Data Finder toolkit.