LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Passing processed live DAQ data from one VI to another

It's been a few years since I last used LabVIEW, so I am a little rusty. I am attempting to fix and update some old code for DAQ of up to 15 different sensors. I need to get a graph of some of those sensors' post processed data to show up both in a simplified live data VI that shows only enough for us to know we are taking good data and in the main VI which is where we input the settings for the DAQ. What is the most reasonable method for transferring live graph data from one VI to another?

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

Queue - if you need a lossless data stream

Notifier - if data can be lossy

 

There are also different flavors of Channel Wires you could use -- the visual syntax looks different but the behavior can be the same.  

 

 

-Kevin P

ALERT! LabVIEW's subscription-only policy came to an end (finally!). Unfortunately, pricing favors the captured and committed over new adopters -- so tread carefully.
Message 2 of 2
(1,812 Views)