LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Write an array of signals with respective timestamps, to be opened with MS Excel.

I have a while loop to collect voltage readings. I would like to write a file to have each voltage signal and each respective time stamp, to be graphed in MS Excel.

 

Thank you for your time,
Mike

0 Kudos
Message 1 of 3
(2,203 Views)

Your VI makes no sense. You have an analog input task but you are doing a write. You are not reading any voltage at all.

 

If you change it to a read, read back as a waveform to make it simpler.

0 Kudos
Message 2 of 3
(2,197 Views)

Markhipov,

 

Dennis is correct your VI is configured for a Analog Input Task, but then you are using DAQmx Write instead of a Read. Here's a link to an example from our community that is doing something very similar.

https://decibel.ni.com/content/docs/DOC-8669

 

Regards,

Danny F

Danny Funk -- Senior Group Manager -- Software R&D -- NI
0 Kudos
Message 3 of 3
(2,173 Views)