LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

I want to write chart data to file. LabView 7.1

I am monitoring the output voltage from a electronic circuit using LabView 7.1 and a DAQ card.
I have been able to view the output voltage using a Waveform Chart but i have been unsuccessful sending the data to a file. Only one data point gets saved each time.
I am using the "Write to Spreadsheet File .vi "

Could someone tell me what i am doing wrong?

Please see the program attached below.
0 Kudos
Message 1 of 4
(2,540 Views)
i created a small example how it work.

Basicly you have to create a shift register and a insert into array and thats it 🙂

Message Edited by Tristan on 04-26-2005 03:22 PM

0 Kudos
Message 2 of 4
(2,538 Views)
please be aware that running a loop like in this picture generates lots of data to write into a txt file. That's why i put a pause after each run.
0 Kudos
Message 3 of 4
(2,527 Views)
Thanks Tristan
0 Kudos
Message 4 of 4
(2,522 Views)