12-13-2016 07:37 AM
Hi
I am using daqmx to read data from 20 thermocouples in a task and saving the data with Write to Measurement File in 20 columns along with time stamp.But the data is not formatted properly and the X value of time is not right. I don't want to save it in TDMS format. I have attached the the text file and screenshot of the program. I am actually converting the data type from 2D Double to dynamic to write it to the file. Is there any other way of saving in a format like in the WriteToMeasurementFile without conversion
12-13-2016 08:10 AM
You should look at the Write Waveforms To File.vi. So I would have the DAQmx Read output an array of waveforms and then you can just use this VI to write the data to a text file.