Solved-->
See comment #4 below. Thanks for all for your input!
__________________________________________________ __________________________________________________ __________________________________
Hi all
Using PC DMIS 2019 R2.....
Will this true position come out correctly when my operator runs the part in real life??
When I CONSTRUCT CYL_64 out of SCN3 (AFTER I ADD THE ".HIT STUFF"), it puts the X nominal at ZERO when it should be at X-0.0276. As you can see below, I forced my nominal in there and locked it with a "+0"...I just hoping to get some input to make sure PC DMIS won't do something goofy when my junior level operator goes to run this while I'm gone.
Some assurance and/or advise (if someone thinks I need it) would be appreciated.
Thanks in advance!
See comment #4 below. Thanks for all for your input!
__________________________________________________ __________________________________________________ __________________________________
Hi all
Using PC DMIS 2019 R2.....
Will this true position come out correctly when my operator runs the part in real life??
When I CONSTRUCT CYL_64 out of SCN3 (AFTER I ADD THE ".HIT STUFF"), it puts the X nominal at ZERO when it should be at X-0.0276. As you can see below, I forced my nominal in there and locked it with a "+0"...I just hoping to get some input to make sure PC DMIS won't do something goofy when my junior level operator goes to run this while I'm gone.
Some assurance and/or advise (if someone thinks I need it) would be appreciated.
Thanks in advance!
Code:
SCN3 =FEAT/SET,CARTESIAN THEO/<-0.0276+0,0,-2.4513>,<0,0,1> ACTL/<0,0,-2.4513>,<0,0,1> CONSTR/SET,BASIC,CYL_64_1.HIT[1..15],CYL_64_2.HIT[1..15],CYL_64_3.HIT[1..15],CYL_64_4.HIT[1..15],, CYL_64 =FEAT/CYLINDER,CARTESIAN,IN,LEAST_SQR,YES THEO/<-0.0276+0,0+0,-2.4513+0>,<0,0,-1>,2.935,0.3432 ACTL/<0,0,-2.4513>,<0,0,-1>,2.935,0.3432 CONSTR/CYLINDER,BF,SCN3,, DIM LOC1= LOCATION OF CYLINDER CYL_64 UNITS=IN ,$ GRAPH=OFF TEXT=OFF MULT=10.00 OUTPUT=BOTH HALF ANGLE=NO AX MEAS NOMINAL +TOL -TOL DEV OUTTOL X 0.0000 -0.0276+0 0.0020 0.0020 0.0276 0.0256 --------> Y 0.0000 0.0000 0.0020 0.0020 0.0000 0.0000 ----#---- D 2.9350 2.9350 0.0020 0.0020 0.0000 0.0000 ----#---- END OF DIMENSION LOC1
Comment