I'm trying to calculate the (x,y) position of points on a given image. So far I've been able to find the values of a fixed amount of points, using the 'Calculator' function.
Ex. The program is configured to find and display 6 (x,y) coordinates, for 6 dots.
The problem is when there are less than 6 dots. If this occurs, then none of the values are displayed to the screen at the end of the inspection.
Ex. There are 3 dots, 6 different (x,y) values are displayed, but all read 0's