LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

how can i add waveform datasaving functions to 2 channels oscilloscope demo

How can I add waveform datasaving options to my .vi for example Oscar Gomez Fuentes 2channel oscilloscope demo, So that i can later on read the data and print graph.

Mikko
0 Kudos
Message 1 of 3
(2,514 Views)
Look at the example Export Waveforms to Spreadsheet File Example.vi that ships with LabView 6 or 7. For your purposes, look at the first two file operations, Write Waveforms to File.vi and Read Waveform from File.vi. You can wire the output of Read Waveform from File.vi directly to a waveform graph. For your application, you don't actually need to call Export Waveforms to Spreadsheet File.vi (unless you're planning on using Excel to manipulate the data).
0 Kudos
Message 2 of 3
(2,514 Views)
thanks i would try that.
0 Kudos
Message 3 of 3
(2,514 Views)