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
  • LOADPROBE/PROBE_1
                TIP/T1A0B0, SHANKIJK=0, 0, 1, ANGLE=0
                COMMENT/OPER,NO,FULL SCREEN=YES,AUTO-CONTINUE=NO,
                PLACE THE PROBE INSIDE
                THE CENTER OF STARTING POSITION
                PREHIT/5
                RETRACT/5
                CHECK/10,1
    PNT_READ   =FEAT/POINT,CARTESIAN
                THEO/<0,0,0>,<0,0,1>
                ACTL/<445.0986,261.7209,-435.0063>,<0,0,1>
                READPOINT/
    ALN_READ   =ALIGNMENT/START,RECALL:STARTUP,LIST=YES
                ALIGNMENT/TRANS,XAXIS,PNT_READ
                ALIGNMENT/TRANS,YAXIS,PNT_READ
                ALIGNMENT/TRANS,ZAXIS,PNT_READ
                ALIGNMENT/END


    PNT_READ (CTRL+ALT+G, I think Slight smile ) have to have THEO values same as nominals of your CAD/drawing, so If You have model, You need to have origin 0,0,0 of CAD model in same place as your start position.
  • If you offset the alignment values by the readpoint you can select any feature on a CAD model and use that and keep all the co-ordinates the same.

    READPOINT  =FEAT/POINT,CARTESIAN
                THEO/<3611.001,565.7,2567.672>,<0,0,1>
                ACTL/<-1087.967,-220.647,790.569>,<0,0,1>
                READPOINT/
    A3         =ALIGNMENT/START,RECALL:STARTUP,LIST=YES
                ALIGNMENT/TRANS,XAXIS,READPOINT
                ALIGNMENT/TRANS_OFFSET,XAXIS,-3611.001
                ALIGNMENT/TRANS,YAXIS,READPOINT
                ALIGNMENT/TRANS_OFFSET,YAXIS,-565.7
                ALIGNMENT/TRANS,ZAXIS,READPOINT
                ALIGNMENT/TRANS_OFFSET,ZAXIS,-2567.672
                ALIGNMENT/END
  • LOADPROBE/PROBE_1
    TIP/T1A0B0, SHANKIJK=0, 0, 1, ANGLE=0
    COMMENT/OPER,NO,FULL SCREEN=YES,AUTO-CONTINUE=NO,
    PLACE THE PROBE INSIDE
    THE CENTER OF STARTING POSITION
    PREHIT/5
    RETRACT/5
    CHECK/10,1
    PNT_READ =FEAT/POINT,CARTESIAN
    THEO/<0,0,0>,<0,0,1>
    ACTL/<445.0986,261.7209,-435.0063>,<0,0,1>
    READPOINT/
    ALN_READ =ALIGNMENT/START,RECALL:STARTUP,LIST=YES
    ALIGNMENT/TRANS,XAXIS,PNT_READ
    ALIGNMENT/TRANS,YAXIS,PNT_READ
    ALIGNMENT/TRANS,ZAXIS,PNT_READ
    ALIGNMENT/END


    PNT_READ (CTRL+ALT+G, I think Slight smile ) have to have THEO values same as nominals of your CAD/drawing, so If You have model, You need to have origin 0,0,0 of CAD model in same place as your start position.


    +1 correct!

    We have to have the Theos set to the CAD coords where the probe should be parked when the Operator clicks OK on the comment we put before the Readpoint.
  • 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


    What is giving you issues regarding the use of read point alignments?
  • When I try place the probe inside the hole I am trying to start at, The machine either says out of tolerance or it will try to move way up.
  • Put a comment telling you/your operator where to put the probe. Ensure the comment says somethign along the lines of "Pressing Okay to this will engage DCC Mode".

    Turn on DCC Mode.

    Put your read point. Then align to said read point.

    Note that you still have not physically touched your part. In order to use clearance plane or cube to move around your part, you have to be PHYSICALLY aligned because a read point alignment is treated as REFERENCE ONLY by the software.

    So, do what I've laid out and then use move/point or move/increment to get around your part until you've physically established an alignment. Once a legit alignment has been made THEN turn on clearance plane or the cube, then start rockin and rollin with your program.
  • Thanks for the help Dan!
    I am going to give it another try in a bit.

    only problem I see is that when using clearance cube, it is always on.

    Maybe I can just disable the first few features to get around the part.

  • Exactly. Disable those first few features. Use the moves I told you to get around your part until you've established a physical origin and then turn on the cube and you'll be on your way. No problem glad to help.
  • Do you know about move/point or move/increment and how to properly use them?
  • Yup. I can move around.
    I use a lot of move/relearn when offline programming.