Need to calculate these from a set of 8 results
[Spacing error not to exceed 0.005, spacing between adjacent slot 0.003, 1 place may be 0.005 max] I am using following code to calculate spacing error within 0.005, but I'm not sure how to find "
1 place may be 0.005 max"
I would highly appreciate any guidance as I need to create similar program for 60 set of slots as well.
LOC_ADJ1, 2, 3... is the spacing between adjacent slots
F1 =GENERIC/POINT,DEPENDENT,CARTESIAN,$
NOM/XYZ,<ZERO,ZERO,ZERO>,$
MEAS/XYZ,<AVG,AVG,AVG>,$
NOM/IJK,<0,0,1>,$
MEAS/IJK,<0,0,1>
DIM LOC_ADJ9= LOCATION OF POINT F1 UNITS=IN ,$
GRAPH=OFF TEXT=OFF MULT=10.00 OUTPUT=BOTH HALF ANGLE=NO
AX NOMINAL +TOL -TOL MEAS DEV OUTTOL
X 0.00000 0.00500 0.00500 0.00001 0.00001 0.00000 --#--
END OF DIMENSION LOC_ADJ9