hexagon logo

Read point alignment.

Good day all,
I am attempting to start programming using a read point alignment. I am either not doing it right at all or I think the issue might be that I am using clearance cube.

any help is much appreciated.

tia
Parents
  • Don't know if this wil solve the Out of tolerance problem............
    Move your Mode/DCC to after the readpoint alignment.
    Hopefully your move point is not driving into the table...

    Usually, I like to pick a feature on the part, knowing what the coordinates are, aligning with offsets.
    COMMENT/OPER,NO,FULL SCREEN=NO,AUTO-CONTINUE=NO,
                  "Touch the top of the " + NOMEN + " at the surface indicated by the trihedron in the graphic view.."
    PNT_M1       =FEAT/CONTACT/VECTOR POINT/DEFAULT,CARTESIAN
                  THEO/<440.2664,-12.2592,76.7424>,<0.0834491,0.3828645,0.9200277>
                  ACTL/<453.1882,-21.3873,70.6994>,<0.1001339,0.4364149,0.8941562>
                  TARG/<440.2664,-12.2592,76.7424>,<0.0834491,0.3828645,0.9200277>
                  SHOW FEATURE PARAMETERS=NO
                  SHOW CONTACT PARAMETERS=NO
    CST_Z        =ALIGNMENT/START,RECALL:STARTUP,LIST=YES
                    ALIGNMENT/TRANS,XAXIS,PNT_M1
                    ALIGNMENT/TRANS_OFFSET,XAXIS,-440.2664
                    ALIGNMENT/TRANS,YAXIS,PNT_M1
                    ALIGNMENT/TRANS_OFFSET,YAXIS,12.2592
                    ALIGNMENT/TRANS,ZAXIS,PNT_M1
                    ALIGNMENT/TRANS_OFFSET,ZAXIS,-76.7424
                  ALIGNMENT/END
                  MODE/DCC
Reply
  • Don't know if this wil solve the Out of tolerance problem............
    Move your Mode/DCC to after the readpoint alignment.
    Hopefully your move point is not driving into the table...

    Usually, I like to pick a feature on the part, knowing what the coordinates are, aligning with offsets.
    COMMENT/OPER,NO,FULL SCREEN=NO,AUTO-CONTINUE=NO,
                  "Touch the top of the " + NOMEN + " at the surface indicated by the trihedron in the graphic view.."
    PNT_M1       =FEAT/CONTACT/VECTOR POINT/DEFAULT,CARTESIAN
                  THEO/<440.2664,-12.2592,76.7424>,<0.0834491,0.3828645,0.9200277>
                  ACTL/<453.1882,-21.3873,70.6994>,<0.1001339,0.4364149,0.8941562>
                  TARG/<440.2664,-12.2592,76.7424>,<0.0834491,0.3828645,0.9200277>
                  SHOW FEATURE PARAMETERS=NO
                  SHOW CONTACT PARAMETERS=NO
    CST_Z        =ALIGNMENT/START,RECALL:STARTUP,LIST=YES
                    ALIGNMENT/TRANS,XAXIS,PNT_M1
                    ALIGNMENT/TRANS_OFFSET,XAXIS,-440.2664
                    ALIGNMENT/TRANS,YAXIS,PNT_M1
                    ALIGNMENT/TRANS_OFFSET,YAXIS,12.2592
                    ALIGNMENT/TRANS,ZAXIS,PNT_M1
                    ALIGNMENT/TRANS_OFFSET,ZAXIS,-76.7424
                  ALIGNMENT/END
                  MODE/DCC
Children
No Data