hexagon logo

DCC skipping tip rotation

Hello, While running a routine for a Weld Car Body, My Program is calling many sub routines. The master Program runs great, but when I run one of the sub routines on its own, a tip rotation is skipped causing a "crash".
If I execute from cursor it rotates. If I execute a small chunk it rotates. When I execute the whole program it goes from Point A to B without rotating?

any ideas

PC Dmis 2018 , Dual Arm CMM
Parents
  •             LOADPROBE/PNAM_01
                TIP/T1A0B0, SHANKIJK=-0.1951, 0, 0.9808, ANGLE=0
    JUMP_HERE_UNIQUE=LABEL/
                LOADPROBE/PNAM_01
                TIP/T1A0B0, SHANKIJK=-0.1951, 0, 0.9808, ANGLE=0​
    


    There is more than one way to handle this error. One is an 'F5' option ("Branching") and the other is what I shared as a code structure.
    Wrapping my label with the proper tip configuration prevents me from having rotation issues as I put my probe somewhere safe prior to the option of any rotation. Then it can establish the angle properly and drive to complete your evaluations.
Reply
  •             LOADPROBE/PNAM_01
                TIP/T1A0B0, SHANKIJK=-0.1951, 0, 0.9808, ANGLE=0
    JUMP_HERE_UNIQUE=LABEL/
                LOADPROBE/PNAM_01
                TIP/T1A0B0, SHANKIJK=-0.1951, 0, 0.9808, ANGLE=0​
    


    There is more than one way to handle this error. One is an 'F5' option ("Branching") and the other is what I shared as a code structure.
    Wrapping my label with the proper tip configuration prevents me from having rotation issues as I put my probe somewhere safe prior to the option of any rotation. Then it can establish the angle properly and drive to complete your evaluations.
Children
No Data