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.

program execution freezes on move instruction after exitcycle

Hi,

I use exitcycle as a reset for robots programs, works fine when run mode is on continuous.

However, program execution freezes at the first move command of the new cycle. Program pointer goes to the move instruction, but after that, nothing happens.

Any suggestions how to fix this issue?

Thanks for help!
-Jeppe 
Tagged:

Comments

  • Never mind, I found the issue!

    There wasn't startmove instruction after stopmove. :#

    -Jeppe