How do I change tips in the middle of a Sphere Measurement? I can add move points but not a tip angle change.
I am measuring a sphere (split bearing) and the fixture needs to hold the top & bottom, so I am limited to using tips T1A90B0 & T1A90B180. I thought I would be able to Show Hits and insert the move points and tip change. Am I doing it wrong?
Here is a snippet of the code:
HIT/BASIC,<-0.7983,-0.1336,-0.1599>,<-0.9675873,-0.1618877,-0.1938227>,<-0.7983,-0.1336,-0.1599>
HIT/BASIC,<-0.7988,-0.1221,0.1665>,<-0.9681832,-0.1479705,0.2018071>,<-0.7988,-0.1221,0.1665>
MOVE/POINT,NORMAL<-1.25,0,0>
MOVE/POINT,NORMAL<-1.25,0,8>
MOVE/POINT,NORMAL<-1.25,0,8>
MOVE/POINT,NORMAL<-1.25,0,0>
HIT/BASIC,<-0.7925,0.1331,0.1868>,<-0.9605614,0.1613483,0.2264698>,<-0.7925,0.1331,0.1868>
HIT/BASIC,<-0.8036,0.1439,-0.1192>,<-0.9740275,0.1743678,-0.1444515>,<-0.8036,0.1439,-0.1192>
I would like to put the tip change in between the 2nd & 3rd move points
I tried measuring half at a time and then 'merging' them together with a constructed sphere but I get this error:
Math failed for SPH3: Combination of input features not supported.
I believe that you can change the tip inside a measured sphere, but not in an auto sphere.
Construct the whole sphere with SPH1.HIT[1..SPH1.NUMHITS], SPH2.HIT[1..SPH2.NUMHITS].
You can also construct a feature set with hits, then construct the sphere.
Be carefull to use BF and not BFRE, because both ball radii are not exactly the same during calibration.
Using hits with BF should calculate the sphere with compensated points, and not center ball...
I believe that you can change the tip inside a measured sphere, but not in an auto sphere.
Construct the whole sphere with SPH1.HIT[1..SPH1.NUMHITS], SPH2.HIT[1..SPH2.NUMHITS].
You can also construct a feature set with hits, then construct the sphere.
Be carefull to use BF and not BFRE, because both ball radii are not exactly the same during calibration.
Using hits with BF should calculate the sphere with compensated points, and not center ball...