I have a program which acquires analog data, plots it on a waveform graph, and finds peak locations and amplitudes. I want to be able to monitor the graph in near real-time; then perform the calculations and write to a spreadsheet file after I have stopped the acquisition. I have only been ablo to see the graph after the specified # of acquisitions are complete. Or, as I now have it, I acquire continuously, but then the calculations are computed on only the last second of data. How do save all of the data in a buffer? Do I have to use a data socket? File is attached