 Suk1
		
			Suk1
		
		
		
		
		
		
		
		
	
			07-12-2010 08:56 AM
Hello,
I am new to LabView. I am simultaneously acquiring 4 channels of acceleration time histories using DAQ assistant. I want to rescale each channel with a different factor (associated with different sensitivity of my accelerometers), before presenting all the channels on the same graph. All I managed so far is to rescale all channels with the same factor. Can anybody help? Many thanks.
 aeastet
		
			aeastet
		
		
		
		
		
		
		
		
	
			07-12-2010 02:56 PM
do you have code for us to see. It would make it much easier to help.
 
					
				
		
 tbob
		
			tbob
		
		
		
		
		
		
		
		
	
			07-12-2010 03:08 PM
Separate the channels using unbundle or index array, scale each one, then combine again using bundle or build array. Then send to the graph.
 GovBob
		
			GovBob
		
		
		
		
		
		
		
		
	
			07-12-2010 04:38 PM
Without at least a .png of your block diagram I'll take a guess. You need to use the split signals function.
 altenbach
		
			altenbach
		
		
		 
		
		
		
		
		
	
			07-12-2010 04:52 PM
Please attach an example so we can see your datatypes.
If it's just a 2D array, you can use a FOR loop and multiply with a 1D array of four different values.
 Dennis_Knutson
		
			Dennis_Knutson
		
		
		
		
		
		
		
		
	
			07-12-2010 04:56 PM
Or in the DAQ Assistant, apply a different scale to each signal.