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
  • Do you have groups in the routine at all?
    If so, try shelling the routine and eliminate the groups. I've experienced this a lot while PGM has groups. It typically occurs when the end/group line vanishes on its own.

    Have you tried adding a movepoint or comment after L136F to "slow" the execution down? Sometimes i've seen the demon skip a single line of code, and my fix has always been to just add a $$/comment or move/increment/0,0,0, and it rectifies it.
Reply
  • Do you have groups in the routine at all?
    If so, try shelling the routine and eliminate the groups. I've experienced this a lot while PGM has groups. It typically occurs when the end/group line vanishes on its own.

    Have you tried adding a movepoint or comment after L136F to "slow" the execution down? Sometimes i've seen the demon skip a single line of code, and my fix has always been to just add a $$/comment or move/increment/0,0,0, and it rectifies it.
Children
No Data