From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

angle between two lines in arc minutes in labview

Solved!
Go to solution

Is there any method or VI in LabVIEW using which I could calculate angle between two lines in arc minutes?

0 Kudos
Message 1 of 6
(1,186 Views)

Hi priya,

 


@priya9129 wrote:

Is there any method or VI in LabVIEW using which I could calculate angle between two lines in arc minutes?


Do you ask for the basic (trigonometry) math to calculate an angle between two lines/vectors?

Or do you ask how to convert from rad to degrees/minutes/seconds?

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 2 of 6
(1,185 Views)

Calculate the angle in rad and multiply by 3437.747

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

Qestit Systems
Certified-LabVIEW-Developer
0 Kudos
Message 3 of 6
(1,143 Views)

If you want the angle between lines, how are the lines defined?

 

It doesn't really matter from the math point of view, but the solution in code will be different.

 

Consider posting a VI with the controls and indicators you'd like...

0 Kudos
Message 4 of 6
(1,138 Views)

@Yamaeda wrote:

Calculate the angle in rad and multiply by 3437.747


Calculate the angle in arcseconds and divide by 60 😁.

 

If conversion is the problem: Minute and second of arc - Wikipedia

0 Kudos
Message 5 of 6
(1,135 Views)
Solution
Accepted by topic author priya9129

@priya9129 wrote:

Is there any method or VI in LabVIEW using which I could calculate angle between two lines in arc minutes?


there's this thread to which I'd like to point you:

https://forums.ni.com/t5/LabVIEW/angles-between-lines/td-p/1047570/page/2

Message 6 of 6
(1,134 Views)