Has anyone ever seen this before. If so, what does it mean and how do I get rid of it? This is supposed to record the MIN POINT from a group of points. It works fine on other groups of points, but for some reason on this group and the two groups beneath it in the code this happens to the output. Any insight would be appreciated. Thanks.
DIM CH_315_MIN= LOCATION OF POINT SCN315_MIN_POINT UNITS=IN ,$
GRAPH=OFF TEXT=OFF MULT=0.00 OUTPUT=BOTH HALF ANGLE=NO
AX MEAS NOMINAL +TOL -TOL DEV
T -nan(ind) 0.0000 0.0150 -0.0400 -nan(ind) <--------
END OF DIMENSION CH_315_MIN
DIM CH_315_MIN= LOCATION OF POINT SCN315_MIN_POINT UNITS=IN ,$
GRAPH=OFF TEXT=OFF MULT=0.00 OUTPUT=BOTH HALF ANGLE=NO
AX MEAS NOMINAL +TOL -TOL DEV
T -nan(ind) 0.0000 0.0150 -0.0400 -nan(ind) <--------
END OF DIMENSION CH_315_MIN
Comment