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.

Exception Handler RAPID

Hi all,

I am developing a code in C# to control an IRB120. 
I would like to ask if it is possible to implement in RAPID any king of exception handler, in the sense that i can detect in C# that an error happened during the execution of the move. I can do this through a timer, but I would like to avoid this.

My best regards
Thanks in advance

Comments

  • C# supports exception handling and you can use its blocks any where in the program from where it can end the program.i think it is possible to use exception handling in RAPID.