chetanchimate
Mechanical
- Aug 22, 2015
- 1
I want to find the flatness error manually without using computer. The least square method is what most CMM software use (and also ISO 1101 standard) to calculate flatness error.
I have 'n' number of points. Pi = (Xi, Yi, Zi) where i = 1, 2, 3 ... n
I fit a least square plane ax + by + cz = d and calculated distance of all points from the LS plane. eventually found the farthest point on each side of LS plane.
Flatness = [mod(max +ve) + mod(max -ve)]
However, this method is tedious to perform all calculations manually (using calculator).
Is there any easier method to find the flatness using the co-ordinate information of a set of points?
As an example, I used below five points:
P1= (11.5, 7, 1.1)
P2= (18.5, 6.9, 1.03)
P3= (4.5, 13, 1.02)
P4= (25.5, 30, 1.03)
P5= (11.5, 37.5, 1.02)
I know there is another way using minimum zone evaluation. I dont know how to use it with manual calculations.
Any thoughts?
PS: I am looking for an easier way. And by the way, flatness has no datum references, so we can not just calculate using only z co-ordinates.
I have 'n' number of points. Pi = (Xi, Yi, Zi) where i = 1, 2, 3 ... n
I fit a least square plane ax + by + cz = d and calculated distance of all points from the LS plane. eventually found the farthest point on each side of LS plane.
Flatness = [mod(max +ve) + mod(max -ve)]
However, this method is tedious to perform all calculations manually (using calculator).
Is there any easier method to find the flatness using the co-ordinate information of a set of points?
As an example, I used below five points:
P1= (11.5, 7, 1.1)
P2= (18.5, 6.9, 1.03)
P3= (4.5, 13, 1.02)
P4= (25.5, 30, 1.03)
P5= (11.5, 37.5, 1.02)
I know there is another way using minimum zone evaluation. I dont know how to use it with manual calculations.
Any thoughts?
PS: I am looking for an easier way. And by the way, flatness has no datum references, so we can not just calculate using only z co-ordinates.