08-30-2011 02:58 PM - edited 08-30-2011 03:01 PM
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
08-30-2011 03:38 PM
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.
08-31-2011 02:03 PM
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