LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Find 6 Data points from Signal line displayed is Graphs-Any Maths idea..Please assist

Hi,

 

I came across a project in LabVIEW to detected some 6 data points value as shown in the attached screen shot.

These 6 data points makes a cycle and this continues to get the 6 data points for all cycles till plot data ends.

 

Any mathematical idea  would be appreciated for getting this done in LabVIEW.

 

Queries.png

 

 

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

Hello dskp,

 

As your in Cartesian display, if you know the abscissa or the ordinate, you could easily found your points using a for loop with your data points indexed in input and a comparison function.

 

Please be more specific if you need an example.

 

Best regards.

Sabri JATLAOUI - Certified LabVIEW Architect - Certified LabVIEW Developer
0 Kudos
Message 2 of 3
(2,716 Views)

Hi dspk,

 

use the first derivative (aka slope) to determine your points.

 

Point5 might be tricky to detect: how do you define it?

Best regards,
GerdW


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