Multifunction DAQ

cancel
Showing results for 
Search instead for 
Did you mean: 

Can I get data from a waveform chart or graph after I hit the stop button?

I would like to export the data to excel.
I have the VI wired to do this if you use the boolean stop button on the while loop, but some used the quit (stop) button near the run arrow accidentally.
0 Kudos
Message 1 of 3
(2,647 Views)
If you have hit the abort button and the VI has halted, one way to export the data to excel is to perform the following sequence:

(this presumes the data is still displayed - this process will only work if the data is still in memory)

a) Find the terminal in the block diagram
b) "pop-up" on the terminal and select >>create constant
c) open a new VI
d) copy the constant data to the new VI and wire it to the "write to Excel" VI.
Message 2 of 3
(2,647 Views)
That worked, but didn't solve my problem.
It gave me only the last value of each channel, not an array of all 14,000 samples.
0 Kudos
Message 3 of 3
(2,647 Views)