03-08-2013 05:43 AM
Hello everybody,
I want to write many data channels to tdms file.
My data format is the following ;
- StartTime
- Frequency
- values as double[]
I see that it's quite easy in LabVIEW to do this by using configuring the Waveform and sending it to the TDMS write function.
You can look to the attached picture to see le LabVIEW way to do this.
What it the same function to do this using .NET ?
Thanks for the response
CFOE
Solved! Go to Solution.
03-09-2013 10:35 AM
Hi,
Maybe this will help
http://zone.ni.com/reference/en-XX/help/372636F-01/mstudiowebhelp/html/readingwritingwaveformdata/
Curt
03-11-2013 03:23 AM - edited 03-11-2013 03:42 AM
thanks for this link.
CFOE