 Amr95
		
			Amr95
		
		
		
		
		
		
		
		
	
			09-17-2019 07:53 AM
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
 crossrulz
		
			crossrulz
		
		
		 
		
		
		
		
		
	
			
			
    
	
		
		
		09-17-2019
	
		
		09:03 AM
	
	
	
	
	
	
	
	
	
	
	
	
	
	
 - last edited on 
    
	
		
		
		05-11-2025
	
		
		09:33 PM
	
	
	
	
	
	
	
	
	
	
	
	
	
	
 by 
				
		 Content Cleaner
		
			Content Cleaner
		
		
		
		
		
		
		
		
	
			
		
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.