Forum Migration Notice
Update (2026-01-21): The user forums are now in read-only mode pending the data migration.

Update (2026-01-12): The user forums will be put into read-only mode on the 21st of January, 00:00 CET, to prepare for the data migration.

We're transitioning to a more modern community platform by beginning of next year. Learn about the upcoming changes and what to expect.

Run service routine without losing program pointer

From time to time my welding robot have a collision which requiere a TCP update. But every time I need to run a TCP update during a program execution I reset program pointer and jump to the "TCP-update-routine". And after the update completes I need to make som jump into my code to start from the place where the robot had a collision.

But would it somehow be possible to "save" the program pointer, run a service-routine(for instance a TCP-update-routine) and return to the saved program pointer?
 

Comments

  • Select Call routine instead of PP to routine in the debug menu.
    Lee Justice