LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Obtaining two point from graph

Solved!
Go to solution
Hi there, 

I would like to find a slope of a graph (please refer to figure below) by pointing two points using cursor. Graph.jpg

However, the method shows in the LabVIEW group doesnt help much as it is too complicated for me. Please refer to this link .
 
Hope somebody could help me on this.
0 Kudos
Message 1 of 5
(2,938 Views)

Hi Fird,

 

use a property node to read the cursor positions and calc the slope by (y2-y1)/(x2-x1) Smiley Wink

Best regards,
GerdW


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

Hi GerdW,

 

Thanks for your response. Do you and example of using the property node. Or is it possible if you could show any figure of the example.

 

I tried already but seems not correct. Hope you could assist.  

 

Firdaus 

Message Edited by Fird on 05-27-2009 04:31 AM
0 Kudos
Message 3 of 5
(2,918 Views)
Solution
Accepted by Fird

Hi Firdaus,

 

here's an example.

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
Message 4 of 5
(2,894 Views)

Hi GerdW, 

 

Thank you very much. It works!

 

Firdaus 

 

 

0 Kudos
Message 5 of 5
(2,890 Views)