LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

angle calculation

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

0 Kudos
Message 1 of 3
(2,099 Views)

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!

 

Spoiler

check.png

 

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
Message 2 of 3
(2,097 Views)

If you want to do it manually, it's

(Vs/Vr)∠(B-C)

 

G# - Award winning reference based OOP for LV, for free! - Qestit VIPM GitHub

Qestit Systems
Certified-LabVIEW-Developer
0 Kudos
Message 3 of 3
(2,088 Views)