Good afternoon,
I have attached a screenshot of said cone that is giving me issues. The issue is that, when measured, it angles this cone as shown in the screen shot. When it is measuring it however the machine is not measuring it even close to what this is showing. It is measuring normal to the part. I have an overall height that proves that the part is not weird as well. I have tried everything I can think of to get this cone to work, but no matter what I do, it gives me the same. I created this program offline and the cone lined up like it should then. I have checked for shanking or anything else that might cause errors. Below I have posted the code for the actual cone itself in case I am missing something simple.
SOLVED: Added more points per level (30 points per level) and the cone calculated correctly.
I have attached a screenshot of said cone that is giving me issues. The issue is that, when measured, it angles this cone as shown in the screen shot. When it is measuring it however the machine is not measuring it even close to what this is showing. It is measuring normal to the part. I have an overall height that proves that the part is not weird as well. I have tried everything I can think of to get this cone to work, but no matter what I do, it gives me the same. I created this program offline and the cone lined up like it should then. I have checked for shanking or anything else that might cause errors. Below I have posted the code for the actual cone itself in case I am missing something simple.
SOLVED: Added more points per level (30 points per level) and the cone calculated correctly.
Code:
CONE_ID =FEAT/CONTACT/CONE/DEFAULT,CARTESIAN,IN THEO/<0,0,0>,<0,-1,0>,1.5,-21.5,469.574 ACTL/<-0.213,0.004,-0.168>,<0.005916,-0.9995804,-0.0283565>,2.299,-33.214,469.769 TARG/<0,0,0>,<0,-1,0> START ANG=-40,END ANG=220 ANGLE VEC=<1,0,0> SHOW FEATURE PARAMETERS=NO SHOW CONTACT PARAMETERS=YES NUMHITS=7,NUMLEVELS=3,DEPTH=3,END OFFSET=9 SAMPLE METHOD=SAMPLE_HITS SAMPLE HITS=0,SPACER=0 AVOIDANCE MOVE=NO,DISTANCE=10 ONERROR=NO,READ POS=NO SHOW HITS=YES HIT/BASIC,<184.984,3,-144.525>,<-0.7879432,-0.0130896,0.6156087>,<184.942,2.999,-144.494> HIT/BASIC,<233.97,3,19.099>,<-0.9965995,-0.0130896,-0.0813517>,<233.611,2.994,19.068> HIT/BASIC,<159.096,3,172.612>,<-0.6776739,-0.0130896,-0.735246>,<158.91,2.995,172.41> HIT/BASIC,<0,3,234.748>,<0,-0.0130896,-0.9999143>,<0.001,2.999,234.758> HIT/BASIC,<-159.096,3,172.612>,<0.6776739,-0.0130896,-0.735246>,<-159.243,3.002,172.775> HIT/BASIC,<-233.97,3,19.099>,<0.9965995,-0.0130896,-0.0813517>,<-233.965,2.999,19.1> HIT/BASIC,<-184.984,3,-144.525>,<0.7879432,-0.0130896,0.6156087>,<-185.194,3.003,-144.688> HIT/BASIC,<-184.935,7.75,-144.487>,<0.7879432,-0.0130896,0.6156087>,<-185.132,7.754,-144.639> HIT/BASIC,<-233.908,7.75,19.094>,<0.9965995,-0.0130896,-0.0813517>,<-233.909,7.75,19.095> HIT/BASIC,<-159.054,7.75,172.566>,<0.6776739,-0.0130896,-0.735246>,<-159.199,7.752,172.726> HIT/BASIC,<0,7.75,234.686>,<0,-0.0130896,-0.9999143>,<0.001,7.749,234.687> HIT/BASIC,<159.054,7.75,172.566>,<-0.6776739,-0.0130896,-0.735246>,<158.854,7.745,172.349> HIT/BASIC,<233.908,7.75,19.094>,<-0.9965995,-0.0130896,-0.0813517>,<233.536,7.744,19.062> HIT/BASIC,<184.935,7.75,-144.487>,<-0.7879432,-0.0130896,0.6156087>,<184.891,7.749,-144.454> HIT/BASIC,<184.886,12.5,-144.449>,<-0.7879432,-0.0130896,0.6156087>,<184.829,12.499,-144.407> HIT/BASIC,<233.846,12.5,19.089>,<-0.9965995,-0.0130896,-0.0813517>,<233.449,12.495,19.053> HIT/BASIC,<159.012,12.5,172.521>,<-0.6776739,-0.0130896,-0.735246>,<158.819,12.495,172.31> HIT/BASIC,<0,12.5,234.623>,<0,-0.0130896,-0.9999143>,<0.001,12.498,234.637> HIT/BASIC,<-159.012,12.5,172.521>,<0.6776739,-0.0130896,-0.735246>,<-159.162,12.501,172.687> HIT/BASIC,<-233.846,12.5,19.089>,<0.9965995,-0.0130896,-0.0813517>,<-233.836,12.499,19.089> HIT/BASIC,<-184.886,12.5,-144.449>,<0.7879432,-0.0130896,0.6156087>,<-185.078,12.503,-144.598> ENDMEAS/
Comment