hexagon logo

Find hole settings

**SOLVED**

I ended up putting a read point, origining to the read point, and measuring my diameter that way. See code below. Thanks for all of your help.

MOVE/INCREMENT,<0,0,0.25>
            MOVE/POINT,NORMAL,<-.11811,1.535434,0.25>
            MODE/MANUAL
            COMMENT/OPER,NO,FULL SCREEN=NO,AUTO-CONTINUE=NO,
            Lower probe into marker hole at the nose.
            Once in position, press okay to engage DCC Mode.
READPNTCIR8=FEAT/POINT,CARTESIAN
            THEO/<-0.11811,1.535434,-0.145004>,<0.0069459,-0.0013335,0.999975>
            ACTL/<-0.120565,1.539376,-0.258054>,<0.0069459,-0.0013335,0.999975>
            READPOINT/
            MODE/DCC
A3         =ALIGNMENT/START,RECALL:A6,LIST=YES
              ALIGNMENT/TRANS,ZAXIS,READPNTCIR8
            ALIGNMENT/END
CIR8       =FEAT/CONTACT/CIRCLE/DEFAULT,CARTESIAN,IN,LEAST_SQR
            THEO/<-0.11811,1.535434,0>,<0,0,1>,0.0305
            ACTL/<-0.116791,1.5367,0>,<0,0,1>,0.030769
            TARG/<-0.11811,1.535434,0>,<0,0,1>
            START ANG=0,END ANG=360
            ANGLE VEC=<1,0,0>
            DIRECTION=CCW
            SHOW FEATURE PARAMETERS=NO
            SHOW CONTACT PARAMETERS=YES
              NUMHITS=7,DEPTH=0,PITCH=0
              SAMPLE METHOD=SAMPLE_HITS
              SAMPLE HITS=0,SPACER=0
              AVOIDANCE MOVE=NO,DISTANCE=0.393701
              FIND HOLE=DISABLED,ONERROR=NO,READ POS=NO
            SHOW HITS=NO
            RECALL/ALIGNMENT,INTERNAL,A6



PC DMIS 2017 CAD++ 2017R2 Build 1153 SP3.

Measuring a part with holes that have a Z+ surface vector. The height of the holes fluctuate plus/minus 0.050" in the Z axis (crappy roughed out 3-D printed parts supplied from an overseas customer).

How do i set up my program todo the following: Go to nominal Z height and try to measure... if it doesn't find the hole, ask me to lower or raise the probe to the center of the hole, and press go to take its measurement?

I am working offline & playing with settings but since I don't have a physical part, I am having a hard time visualizing what is actually going to happen so i decided tor reach out for help.


Thanks in advance,
-Dan
Parents
  • You could turn on "Read Position" and just position the probe manually every time.

    or

    You could take a vector point, somewhere, and use the value from that point as the hit target for your hole.

    or

    You could take three points around the hole, create a plane, and use that plane as the "Sample Feature".

    or

    You could use 1 sample hit just to set height (this doesn't affect the hole vector, I think).
Reply
  • You could turn on "Read Position" and just position the probe manually every time.

    or

    You could take a vector point, somewhere, and use the value from that point as the hit target for your hole.

    or

    You could take three points around the hole, create a plane, and use that plane as the "Sample Feature".

    or

    You could use 1 sample hit just to set height (this doesn't affect the hole vector, I think).
Children