hexagon logo

Read point

Hi everyone Sunglasses!

1.What am i doing wrong? the readpoint wont move or even touch the part when i put the probe where i like to start.
the cad model was provided with the trihedron located where is shown in the picture. i also try putting a point where i like it the ZERO origin the read point and didn't work. Disappointed
2. how can i put the CODE on here instead of copy and past?
3. i cant adjust my edit window. it is to high to click on the bar on top to move it. how can i fix this?

sorry, wont let me upload the picture.

STARTUP =ALIGNMENT/START,RECALL:USE_PART_SETUP,LIST=YES
ALIGNMENT/END
MODE/MANUAL
FORMAT/TEXT,OPTIONS, ,HEADINGS,SYMBOLS, ;NOM,TOL,MEAS,DEV,OUTTOL, ,
LOADPROBE/L5X100_M1
TIP/T1A0B0, SHANKIJK=0, 0, 1, ANGLE=0
MODE/DCC
PNT1 =FEAT/POINT,CARTESIAN
THEO/<0,0,0>,<0,0,1>
ACTL/<8.5828,0.4578,-13.8875>,<0,0,1>
READPOINT/
A1 =ALIGNMENT/START,RECALL:STARTUP,LIST=YES
ALIGNMENT/TRANS,XAXIS,PNT1
ALIGNMENT/TRANS,YAXIS,PNT1
ALIGNMENT/TRANS,ZAXIS,PNT1
ALIGNMENT/END





Parents
  • If you have a CAD model, I will pick a point on the model and align to it as a readpoint. Or use a feature, hole, etc, then align to it.
    COMMENT/OPER,NO,FULL SCREEN=NO,AUTO-CONTINUE=NO,
    Place the probe in the hole closest to the operator
    PNT_HOLE =FEAT/POINT,CARTESIAN
    THEO/<-295.7118,422.6386,190.7837>,<0.0873031,-0.8658866,0.4925632>
    ACTL/<-296.4042,411.3998,174.2595>,<0.0873031,-0.8658866,0.4925632>
    READPOINT/
    MODE/DCC
    A1 =ALIGNMENT/START,RECALL:STARTUP,LIST=YES
    ALIGNMENT/TRANS,YAXIS,PNT_HOLE
    ALIGNMENT/TRANS,XAXIS,PNT_HOLE
    ALIGNMENT/TRANS,ZAXIS,PNT_HOLE
    ALIGNMENT/END
    CIR1 =FEAT/CONTACT/CIRCLE/DEFAULT,CARTESIAN,IN,LEAST_SQR
    THEO/<0,0,0>,<0.0873023,-0.865886,0.4925644>,0.098
    ACTL/<0.0074,-0.0013,-0.0027>,<0.1224335,-0.86508,0.4864633>,0.0998
    TARG/<0,0,0>,<0.0873023,-0.865886,0.4925644>
    START ANG=0,END ANG=-360
    ANGLE VEC=<-0.9846536,0,0.1745204>
    DIRECTION=CW
    SHOW FEATURE PARAMETERS=NO
    SHOW CONTACT PARAMETERS=NO
    A4 =ALIGNMENT/START,RECALL:A1,LIST=YES
    ALIGNMENT/TRANS,XAXIS,CIR1
    ALIGNMENT/TRANS,YAXIS,CIR1
    ALIGNMENT/TRANS,ZAXIS,CIR1
    ALIGNMENT/END
Reply
  • If you have a CAD model, I will pick a point on the model and align to it as a readpoint. Or use a feature, hole, etc, then align to it.
    COMMENT/OPER,NO,FULL SCREEN=NO,AUTO-CONTINUE=NO,
    Place the probe in the hole closest to the operator
    PNT_HOLE =FEAT/POINT,CARTESIAN
    THEO/<-295.7118,422.6386,190.7837>,<0.0873031,-0.8658866,0.4925632>
    ACTL/<-296.4042,411.3998,174.2595>,<0.0873031,-0.8658866,0.4925632>
    READPOINT/
    MODE/DCC
    A1 =ALIGNMENT/START,RECALL:STARTUP,LIST=YES
    ALIGNMENT/TRANS,YAXIS,PNT_HOLE
    ALIGNMENT/TRANS,XAXIS,PNT_HOLE
    ALIGNMENT/TRANS,ZAXIS,PNT_HOLE
    ALIGNMENT/END
    CIR1 =FEAT/CONTACT/CIRCLE/DEFAULT,CARTESIAN,IN,LEAST_SQR
    THEO/<0,0,0>,<0.0873023,-0.865886,0.4925644>,0.098
    ACTL/<0.0074,-0.0013,-0.0027>,<0.1224335,-0.86508,0.4864633>,0.0998
    TARG/<0,0,0>,<0.0873023,-0.865886,0.4925644>
    START ANG=0,END ANG=-360
    ANGLE VEC=<-0.9846536,0,0.1745204>
    DIRECTION=CW
    SHOW FEATURE PARAMETERS=NO
    SHOW CONTACT PARAMETERS=NO
    A4 =ALIGNMENT/START,RECALL:A1,LIST=YES
    ALIGNMENT/TRANS,XAXIS,CIR1
    ALIGNMENT/TRANS,YAXIS,CIR1
    ALIGNMENT/TRANS,ZAXIS,CIR1
    ALIGNMENT/END
Children