08-13-2015 02:40 AM
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.
08-13-2015 02:59 AM
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.
08-13-2015 03:01 AM