LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

testing and then saving

I am developing a VI in Labview6 based off of the Cont Acq&Graph(Buffered) example to record a specified length voice sample. I want the VI to save the data to a spreadsheet file when the user presses a record button, based on what he sees on the graph, or save automatically when a "good" sample of the specified length has been read. So basically, if I could figure out a way to have two graphs, one that shows what AI Read currently read and one that is offset by the specified time, I could make it work. Is there a way to do this or is there another alternative?
0 Kudos
Message 1 of 2
(2,550 Views)
Yes! What you need to do is save the waveform to a file (use the WAVEFORM export to spreadsheet). Now wire one graph to the input the Write file node, and another graph to the Read file node. You can put the read file into a case structure which activates when you push the test button.

Perhaps an oversimplification, but should get you started!

Nice idea, by the way!

eric
Eric P. Nichols
P.O. Box 56235
North Pole, AK 99705
0 Kudos
Message 2 of 2
(2,550 Views)