I recently study FANUC KAREL programming with roboguide.
Here is my situation. I write a socket messaging server in roboguide. I can send instructions to the server.
After the server gets instruction and parses it, it will execute TP program, named "MOVE_PR". Just like below:
which PR[2] is defined by the instruction.
If the position is not valid, MOVE_PR will be paused by system. And the teach pendant shows "MOVE_PR LINE 0 T2 ABORTED". As a result, my server is paused.
My problem is if the program is paused, how can I handle this pause event with only single task?
Please give me a hand, thank!!!