 Balaji_dm
		
			Balaji_dm
		
		
		
		
		
		
		
		
	
			11-08-2019 07:28 AM
hello,
Is it possible to calculate this formula in labview.
formula:
A= Vs∠B Divide by Vr∠C
Vs=5
B=90
Vr=6
C=30
A= 5∠90/6∠30
 GerdW
		
			GerdW
		
		
		 
		
		
		
		
		
	
			11-08-2019 07:30 AM - edited 11-08-2019 07:39 AM
Hi Balaji,
this looks like you would need to use some complex math (as your numbers seem to provide amplitude and theta values).
LabVIEW has complex datatypes and most (basic) math functions support them!
So I guess the answer to your question is YES!
 Yamaeda
		
			Yamaeda
		
		
		
		
		
		
		
		
	
			11-08-2019 07:46 AM
If you want to do it manually, it's
(Vs/Vr)∠(B-C)