Hello,
I have this doubt: let say the robot is moving from point p1 to point p2; during this motion an interrupt occurs. In this situation, is the robot motion stopped until the trap routine has been executed or the motion continues until point p2 during the trap execution?
I’d like to use a time interrupt to update the robot current position each 0.5 seconds, but of course I don’t want this to cause a jerky motion of the robot (I can’t use multitasking because I dont’t have this option).