I have an interrupt program with a storepath command. The interrupt program shall modify the target position which is stored by storepath depending on the target values (pose and extax). How can the interrupt program get that knowledge? I can apply restopath, but still I do not know where the robot is going to (the interrupt can be activated at any state of the main program).
I know that Kuka control enables access to target information from an interrupt program. What about ABB?
thatA’s not exactly what I need. I want to modify StorePath. I mean apply a mathematical algorithm on the StorePath-robtarget and then restart the robot with RestoPath. But I am afraid that I cannot extract a robtarget-variable from StorePath. ABB did not implement such a possibility.