LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Display 3 signals from 3 detectors in one waveform graph

Hi, I'm just getting started with Lab view and I have this project where I need to get the signals from 3 laser detectors to be shown in one waveform graph. I got a template that can display the  signal for one detector not three at one time( you will find it attached). I was thinking about playing around with it and copy the channel, timing, logging and triggering settings two more times and then connect the output of them to the waveform graph of the first part so that I could have them all showing in one graph. I thought about using an array before the waveform graph and connect the outputs of all three detectors to the waveform graph but it didn't work. Would be really thankful if you give me any other ideas or suggestions. For the analog inputs two BNC-2110 devices are used

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

My recommendation is to just use the DAQmx Logging to stream the data to a TDMS file.  If you have the TDMS Excel plugin installed (should come with LabVIEW), then you can still open the file in Excel.

 

Otherwise, you can have fun with a Producer/Consumer and send your data to another loop that can format the data and log as it is captured.  Ironically, I am working a on library to do this right now.  Making it user friendly is becoming a pain.


GCentral
There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
0 Kudos
Message 2 of 2
(2,107 Views)