Hello all,
I am using LabVIEW 5.1 and PCI-6023E to acquire a voltage signal continuously, display the acquired data on a chart(display one minute of data at a time)then save all the acquired data to a spreadsheet file.
When I used the random number as a signal to develop my program; everything has worked as expected. However,it is not working now as I replace the random number with a real voltage signal using the AI Acquire Waveform.vi. I have encounterd several problems:
1/ Only display one second of data at a time.
2/ The elapse time that I have calculated does not match with the time display on the chart.
3/ The program runs very very slow when I increase the number of scans
to acquire to 1000, but my program need to acquire the signal for 15 minutes at a rate of 50Hz(50sample/second); it is about 50,000.00 samples.
Do you have any idea how should I do to make it works? I am a novice in LabVIEW; any help would be greatly appriciate.
Hao
P.S: I've attached my program if you want to take a look at them.