KRC4
KSS 8.5.8
I have a fairly simple question that I seem to cant find clarification in the manual. When the Interrupt condition is completed and it resumes, does it go to the program the interrupt was declared on or the program that was interrupted?
For my situation the Kuka has one Main program and a multitude of subroutines, so what I want to do I would declare the Interrupt in the main and then signal an interrupt the in a subprogram the interrupt calls the Homing and goes back to the main routine after the interrupt is complete. Is this correct to assume this is how Interrupt and Resume work or would I need different style of logic?