Previous | Next | DMIS Question and Answer
Topic: OBTAIN INTOL value
Conf: DMIS Question and Answer, Msg: 5224
From: Bill Ferri (shop_62635@hotmail.com)
Date: 2/27/2004 07:01 PM



Hi Ross,

I agree with Dale, but with some variations,

T(1)=TOL/DIAM,-.03,.03
T(2)=TOL/CIRLTY,0.06
T(3)=TOL/CORTOL,XAXIS,-0.1,0.1
T(4)=TOL/CORTOL,YAXIS,-0.1,0.1

F(112T)=FEAT/CIRCLE,INNER,CART,-186,-146,-3.25,0,0,1,5
MEAS/CIRCLE,F(112T),4
ENDMES
DISPLY/OFF...<< or DISPLY/TERM,V(0) writes to the screen
..........................not the .res file . I use this to report
..........................to the operator, things like roundness
..........................and X-Y-Z, positions, it could indicate
..........................things like dirt on the probe, burrs,
..........................flaws etc.

OUTPUT/FA(112T),T(1),T(2),T(3),T(4)
OKNG=OBTAIN/TA(1),3
DISPLY/TERM,V(0),STOR,DMIS,V(0)
IF/(OKNG.EQ.'OUTOL')
TEXT/OUTFIL,' '..........<< This will print a blank line that
................................will help the "out of tolerance"
................................to show up better

TEXT/OUTFIL,'PART IS OUT OF TOLERANCE!'
ENDIF
OUTPUT/FA(112T),T(1)

You can also do away with that annoying,
"Temperature Compensation: OFF" line at
the beginning of your report.

DISPLAY/OFF
TECOMP/OFF
V(0)=VFORM/ALL
DISPLY/TERM,V(0),STOR,DMIS,V(0)

Hope this enables you, to get what you want...

Good luck,


Bill Ferri
Power Plants Division
Naval Air Depot
Jacksonville, FL