Multifunction DAQ

cancel
Showing results for 
Search instead for 
Did you mean: 

Save data read from daqmx in a formatted text file

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

0 Kudos
Message 1 of 2
(2,899 Views)

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.


GCentral
There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
0 Kudos
Message 2 of 2
(2,890 Views)