LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to playback a digital waveform

Hi I would like to do some post processing work on a digital graph data. I would like to use 2 seperate VIs for data acquisation and post processing. So first I acquire the data  then pass the whole waveform data as an input to the other subVI but I olways get the last waveform  . Could you please let me know how I can pass the whole information about a continous digital waveform without saving it on disk

thanks

0 Kudos
Message 1 of 2
(2,149 Views)

You can do a variety of things, such as building an array of waveforms by auto-indexing them where you wire out of the aquisition loop.  Alternatively, if you want just a single long waveform, the Append Waveforms.vi (Functions -> Programming -> Waveform -> Analog Waveform) should do nicely.  You can also manipulate the waveform components directly and append the data arrays if you want some more control over it, but that's pretty much what the built in vi does.

The Colex Group
Lead Software Engineer
Certified LabVIEW Developer
0 Kudos
Message 2 of 2
(2,124 Views)