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.
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.