A while back I posted some weird issues with 3.73. I thought I had it solved by figuring out that 3.73 doesn't really like 3.72. Now it appears the issues ARE associated with 3.73 after all. Please review the attached code. When the code starts I am in an alignment that is 'Nominal' for the feature. Tube end is a PLANE at the end of the tube. CIR2 is the Tube OD projected to the Tube End. Tube_End Alignment is self explanatory.
The Problem is E. I did an Auto Cylinder for E. PLease look at the Theo and the Actual. This is ridiculously impossible.
In all fairness, if I run the program from the start it will straighten out. However, I cannot restart the program after EACH Measured Feature. I want to continue programming the Part. I now have to Align to E. WTF?
Thanks, I eagerly await some insight.
Bill
The Problem is E. I did an Auto Cylinder for E. PLease look at the Theo and the Actual. This is ridiculously impossible.
In all fairness, if I run the program from the start it will straighten out. However, I cannot restart the program after EACH Measured Feature. I want to continue programming the Part. I now have to Align to E. WTF?
Code:
TUBE_END =AUTO/PLANE,SHOWALLPARAMS = YES,SHOWHITS = YES THEO/0,-3,0,0,-1,0 ACTL/-0.082,-0.899,0.065,-0.0020684,-0.999712,-0.023909 TARG/0,-3,0,0,-1,0 THEO_THICKNESS = 0,RECT,OUTLINE,$ AUTO MOVE = BOTH,DISTANCE = 10,RMEAS = None,None,None,$ NUMHITS = 8,NUMROWS = 1,SPACER = 42.5,RADIAL,$ ANGLE VEC = 1,0,0 MEAS/PLANE HIT/BASIC,42.5,-3,0,0,-1,0,42.399,-0.953,0.017 HIT/BASIC,30.052,-3,30.052,0,-1,0,29.961,-1.693,30.06 HIT/BASIC,0,-3,42.5,0,-1,0,-0.093,-1.913,42.518 HIT/BASIC,-30.052,-3,30.052,0,-1,0,-30.119,-1.551,30.06 HIT/BASIC,-42.5,-3,0,0,-1,0,-42.579,-0.84,0.028 HIT/BASIC,-30.052,-3,-30.052,0,-1,0,-30.13,-0.06,-30.031 HIT/BASIC,0,-3,-42.5,0,-1,0,-0.103,0.082,-42.479 HIT/BASIC,30.052,-3,-30.052,0,-1,0,29.974,-0.256,-30.032 ENDMEAS/ CIR2 =FEAT/CIRCLE,RECT,OUT THEO/0,-3,0,0,-1,0,87 ACTL/-0.006,-0.896,-0.07,-0.0020684,-0.999712,-0.023909,87.031 CONSTR/CIRCLE,PROJ,TUBE_OD,TUBE_END TUBE_END =ALIGNMENT/START,RECALL:A0, LIST= YES ALIGNMENT/LEVEL,YMINUS,TUBE_END ALIGNMENT/TRANS,XAXIS,CIR2 ALIGNMENT/TRANS,YAXIS,CIR2 ALIGNMENT/TRANS,ZAXIS,CIR2 ALIGNMENT/END E =AUTO/CYLINDER,SHOWALLPARAMS = NO,SHOWHITS = YES THEO/0,25,0,0,-1,0,74.85 ACTL/73.502,25,-60.005,-0.5842091,-0.7771418,0.2339879,75.069 TARG/0,25,0,0,-1,0 MEAS/CYLINDER HIT/BASIC,0,30,37.425,0,0,-1,-87.464,-189.404,43.073 HIT/BASIC,-26.463,30,26.463,0.707,0,-0.707,-110.511,-176.121,32.509 HIT/BASIC,-37.425,30,0,1,0,0,-122.986,-174.568,6.469 HIT/BASIC,-26.463,30,-26.463,0.707,0,0.707,-117.424,-185.673,-19.448 HIT/BASIC,0,30,-37.425,0,0,1,-97.259,-202.728,-30.013 HIT/BASIC,26.463,30,-26.463,-0.707,0,0.707,-74.387,-215.828,-19.279 HIT/BASIC,37.425,30,0,-1,0,0,-62.169,-217.265,6.533 HIT/BASIC,26.463,30,26.463,-0.707,0,-0.707,-67.576,-206.355,32.212 HIT/BASIC,26.463,27.5,26.463,-0.707,0,-0.707,-69.022,-208.327,32.809 HIT/BASIC,37.425,27.5,0,-1,0,0,-63.625,-219.217,7.117 HIT/BASIC,26.463,27.5,-26.463,-0.707,0,0.707,-75.867,-217.779,-18.689 HIT/BASIC,0,27.5,-37.425,0,0,1,-98.735,-204.667,-29.414 HIT/BASIC,-26.463,27.5,-26.463,0.707,0,0.707,-118.879,-187.61,-18.875 HIT/BASIC,-37.425,27.5,0,1,0,0,-124.457,-176.513,7.053 HIT/BASIC,-26.463,27.5,26.463,0.707,0,-0.707,-111.954,-178.067,33.092 HIT/BASIC,0,27.5,37.425,0,0,-1,-88.925,-191.359,43.647 HIT/BASIC,0,25,37.425,0,0,-1,-90.384,-193.308,44.224 HIT/BASIC,-26.463,25,26.463,0.707,0,-0.707,-113.421,-180.012,33.671 HIT/BASIC,-37.425,25,0,1,0,0,-125.92,-178.438,7.633 HIT/BASIC,-26.463,25,-26.463,0.707,0,0.707,-120.332,-189.558,-18.32 HIT/BASIC,0,25,-37.425,0,0,1,-100.182,-206.616,-28.834 HIT/BASIC,26.463,25,-26.463,-0.707,0,0.707,-77.31,-219.714,-18.095 HIT/BASIC,37.425,25,0,-1,0,0,-65.081,-221.153,7.699 HIT/BASIC,26.463,25,26.463,-0.707,0,-0.707,-70.465,-210.272,33.402 ENDMEAS/
Bill
Comment