2019 R2 SP2...
I have two ID cones I need to measure. They are being picked up with the Y+ facing tip of a starprobe.
Three sections of the ID are being probed. CON_118 worked, the other one (CON_113) keeps coming up with whacky numbers and I can't figure out why.
The model is correct. If I just click an autocone CON_113's surface, it returns the correct nominal values.
The autofeature at the end of my code example was put there to show you all where the construction numbers SHOULD have ended up..but as you can see.. the Z value on the construction wants to be at -55.1668.
Does anybody have any idea why? (yes, base alignment used constrains all 6DOF ...level, rotate, XYZ in that order).
image_18369.png
I have two ID cones I need to measure. They are being picked up with the Y+ facing tip of a starprobe.
Three sections of the ID are being probed. CON_118 worked, the other one (CON_113) keeps coming up with whacky numbers and I can't figure out why.
The model is correct. If I just click an autocone CON_113's surface, it returns the correct nominal values.
The autofeature at the end of my code example was put there to show you all where the construction numbers SHOULD have ended up..but as you can see.. the Z value on the construction wants to be at -55.1668.
Does anybody have any idea why? (yes, base alignment used constrains all 6DOF ...level, rotate, XYZ in that order).
Code:
LOADPROBE/7107_B_FRONTTIP_4 TIP/T1A0B0, SHANKIJK=0, -1, 0, ANGLE=0 RECALL/ALIGNMENT,INTERNAL,A11_AB_TANGS MOVE/POINT,NORMAL,<-1.3,0.75,6> TIP/T1A-20B60, SHANKIJK=0.8138, -0.4699, -0.342, ANGLE=101.1707 MOVE/POINT,NORMAL,<-1.3,0.75,2> MOVE/POINT,NORMAL,<-1.3,0.75,0> CON_118_1 =FEAT/CONTACT/CONE/DEFAULT,CARTESIAN,IN THEO/<0,0,0.2908>,<0,0,-1>,40,0.2404,5.456 ACTL/<0,0,0.2908>,<0,0,-1>,40,0.2404,5.456 TARG/<0,0,0.2908>,<0,0,-1> START ANG=17,END ANG=43 ANGLE VEC=<-1,0,0> SHOW FEATURE PARAMETERS=NO SHOW CONTACT PARAMETERS=NO CON_113_1 =FEAT/CONTACT/CONE/DEFAULT,CARTESIAN,IN THEO/<0,0,-0.3377>,<0,0,1>,6,-1.2546,5.747 ACTL/<0,0,-0.3377>,<0,0,1>,6,-1.2546,5.747 TARG/<0,0,-0.3377>,<0,0,1> START ANG=120,END ANG=180 ANGLE VEC=<1,0,0> SHOW FEATURE PARAMETERS=NO SHOW CONTACT PARAMETERS=NO MOVE/POINT,NORMAL,<-1.3,0.75,0> MOVE/POINT,NORMAL,<-1.3,0.75,2> TIP/T1A-20B-180, SHANKIJK=0, 0.9397, -0.342, ANGLE=0.0032 MOVE/POINT,NORMAL,<0,-1.5,2> MOVE/POINT,NORMAL,<0,-1.5,0> CON_118_2 =FEAT/CONTACT/CONE/DEFAULT,CARTESIAN,IN THEO/<0,0,0.2908>,<0,0,-1>,40,0.2404,5.456 ACTL/<0,0,0.2908>,<0,0,-1>,40,0.2404,5.456 TARG/<0,0,0.2908>,<0,0,-1> START ANG=17,END ANG=43 ANGLE VEC=<0.5,-0.8660254,0> SHOW FEATURE PARAMETERS=NO SHOW CONTACT PARAMETERS=NO CON_113_2 =FEAT/CONTACT/CONE/DEFAULT,CARTESIAN,IN THEO/<0,0,-0.3377>,<0,0,1>,6,-1.2546,5.747 ACTL/<0,0,-0.3377>,<0,0,1>,6,-1.2546,5.747 TARG/<0,0,-0.3377>,<0,0,1> START ANG=240,END ANG=300 ANGLE VEC=<1,0,0> SHOW FEATURE PARAMETERS=NO SHOW CONTACT PARAMETERS=NO MOVE/POINT,NORMAL,<0,-1.5,0> MOVE/POINT,NORMAL,<0,-1.5,2> TIP/T1A-20B-60, SHANKIJK=-0.8138, -0.4698, -0.342, ANGLE=-101.1697 MOVE/POINT,NORMAL,<1.3,0.75,2> MOVE/POINT,NORMAL,<1.3,0.75,0> CON_118_3 =FEAT/CONTACT/CONE/DEFAULT,CARTESIAN,IN THEO/<0,0,0.2908>,<0,0,-1>,40,0.2404,5.456 ACTL/<0,0,0.2908>,<0,0,-1>,40,0.2404,5.456 TARG/<0,0,0.2908>,<0,0,-1> START ANG=17,END ANG=43 ANGLE VEC=<0.5,0.8660254,0> SHOW FEATURE PARAMETERS=NO SHOW CONTACT PARAMETERS=NO CON_113_3 =FEAT/CONTACT/CONE/DEFAULT,CARTESIAN,IN THEO/<0,0,-0.3377>,<0,0,1>,6,-1.2546,5.747 ACTL/<0,0,-0.3377>,<0,0,1>,6,-1.2546,5.747 TARG/<0,0,-0.3377>,<0,0,1> START ANG=0,END ANG=60 ANGLE VEC=<1,0,0> SHOW FEATURE PARAMETERS=NO SHOW CONTACT PARAMETERS=NO MOVE/POINT,NORMAL,<1.3,0.75,0> MOVE/POINT,NORMAL,<1.3,0.75,2> RECALL/ALIGNMENT,INTERNAL,A9_ABC SCN3 =FEAT/SET,CARTESIAN THEO/<0,0,0.1706>,<0,0,1> ACTL/<0,0,0.1706>,<0,0,1> CONSTR/SET,BASIC,CON_118_1.HIT[1..CON_118_1.NUMHITS],CON_118_2.HIT[1..CON_118_2.NUMHITS],CON_118_3.HIT[1..CON_118_3.NUMHITS],, CON_118 =FEAT/CONE,CARTESIAN,IN,LENG,NO THEO/<0,0,7.7858>,<0,0,-1>,0.1504,5.4887,5.5981 ACTL/<0,0,7.7858>,<0,0,-1>,0.1504,5.4887,5.5981 CONSTR/CONE,BF,SCN3,, CIR_120 =FEAT/CIRCLE,CARTESIAN,IN,NO THEO/<0,0,0.2141>,<0,0,-1>,5.5118 ACTL/<0,0,0.2141>,<0,0,-1>,5.5118 CONSTR/CIRCLE,CONE,CON_118,HEIGHT,0.2141,REF_POINT = ORIGIN,REF_VECTOR = ZPLUS RAD_120 =GENERIC/CIRCLE,DEPENDENT,CARTESIAN,OUT,$ NOM/XYZ,<ZERO,ZERO,0.21408+ZERO>,$ MEAS/XYZ,<ZERO,ZERO,0.21408+ZERO>,$ NOM/IJK,<ZERO,ZERO,ONE>,$ MEAS/IJK,<ZERO,ZERO,ONE>,$ DIAMETER/5.5118/2,CIR_120.D/2 SCN7 =FEAT/SET,CARTESIAN THEO/<0,0,-0.965>,<0,0,1> ACTL/<0,0,-0.965>,<0,0,1> CONSTR/SET,BASIC,CON_113_1.HIT[1..CON_113_1.NUMHITS],CON_113_2.HIT[1..CON_113_2.NUMHITS],CON_113_3.HIT[1..CON_113_3.NUMHITS],, CON_113_CONSTRUCTED_WRONG=FEAT/CONE,CARTESIAN,IN,LENG,NO THEO/<0,0,-55.1668>,<0,0,1>,0.9546,5.6312,5.7312 ACTL/<0,0,-55.1668>,<0,0,1>,0.9546,5.6312,5.7312 CONSTR/CONE,BF,SCN7,, MOVE/CLEARPLANE CON_113_CORRECT_NOMS_ON_MODEL=FEAT/CONTACT/CONE/DEFAULT,CARTESIAN,IN THEO/<0,0,-0.3377>,<0,0,1>,6,-1.2546,5.747 ACTL/<0,0,-0.3377>,<0,0,1>,6,-1.2546,5.747 TARG/<0,0,-0.3377>,<0,0,1> START ANG=0,END ANG=360 ANGLE VEC=<1,0,0> SHOW FEATURE PARAMETERS=NO SHOW CONTACT PARAMETERS=NO
Comment