02-05-2008 01:01 AM
02-05-2008 03:08 AM
What function do you use to read the data in LabVIEW?
@icuone wrote:
When i read the TDMS file in labview
02-05-2008 03:42 PM
02-06-2008 02:05 PM
Hi icuone,
First thing to check is to make sure you are exporting the files from Signal Express correctly. The LabVIEW SignalExpress Help provides some great information on how to export (save) data to files.
You can save or export a signal or value to a file in LabVIEW SignalExpress in the following ways:
When you use the Save to ASCII/LVM step, LabVIEW SignalExpress saves signals and values in the LabVIEW measurement data file format, which is a tab-delimited text file you can open with a spreadsheet application or a text-editing application. All of the data is stored in the SignalExpress TDMS file, it is just not stored in the format that the Read From Measurement File.vi is expecting. The attached VI will allow you to read any number of channels that are in the SignalExpress TDMS file. Please take a look at it and compare it to what you have. Also, there are great examples in the NI Example finder that deal with importing and exporting data files. I hope this helps!