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 line

Hello,

 

how do I use the line tool with two lines and get the angle formed between them with this. VI that is attached.

Could you help me since I got the distance already and now I need the angle formed by two lines.

thank you

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

Hello,

As you did for the point distance, use the coordinates returned by the Image Get Last Event node, and build an array of point clusters that matches the input of the IMAQ Get Angle function. You will find this function in the same palette as for IMAQ point distance.

To measure angles, you need 4 points, but the order is important. Check the detailed help of the function for further help.

 

Hope this helps

NTA_LabView_certified_Developper.jpg
0 Kudos
Message 2 of 3
(2,159 Views)

Thanks for the solution,

 

But i want get angle with "Intersection Point" and not with "Get Angle".

 

..but thaks very much!!

 

So if you know how can i get angle in this case with the tool "Intersection Point"...reply please...

 

thanks,....very much....

0 Kudos
Message 3 of 3
(2,146 Views)