09-18-2008 05:12 PM
The Peak Detection and Display sample VI in the NI Example finder is exactly what I am looking for but I would like to use a recoded TDMS file as its input. The TDMS file is a 4 channel data file.
Does someone have an example code on how to do this?
ERB
09-19-2008 06:58 AM
Hi
I found an example in exampler finder called Read Channel Groups (TDMS).vi, which seems to plot data for four channels written in a TDMS file.
Its also attached.
Kind Regards,
09-19-2008 11:34 AM
Thanks. I have version 8.5 so I can not open up the sample while it has been created in Labview 8.6.
Does this sample allow the user to idividually find the peaks of a signal? My application involves machining a sample. For each machining pass I have a peak force. I just want to find each peak force and average them.
ERB
09-19-2008 11:40 AM
Hey ERB,
You will find the same example in 8.5 if you search for its name using the example finder.
Then you can delete the signal simulating part of the peak detection example and use the TDMS example to get your signals into the peak detection.
Christian
09-19-2008 12:03 PM
Thanks. Unfortunately the memory is full when running the read channel groups. I have 4 channels which were running at 100khz sampling rate. I was under the impression that using the labview tdms file would eliminate this problem.
Any suggestions?
09-19-2008 12:09 PM
Hey,
Whats the size of your TDMS File in MB? And how much RAM does your system have?
Christian
09-19-2008 12:16 PM
09-22-2008 03:17 AM
Hey,
When do you get this overflow? And is it a LabVIEW error, do you have the error code?
Christian