Hello,
I am developing a URCaps to create specific paths. The URCap is generating a script with a loop, that includes movep and movel lines.
The robot should move at a constant speed during the path, but at the end of a line, it should stop in a controlled way at the last point of the line.
There must be a easy solution, but I was not able to find it.
When I put a movel at the last point (the program accesses it via an If-command in the loop), the robot already stops at the second to last point and then moves to the last point like a normal movel commend.
I want to robot to still move at the constant speed at the second to last point (movep) but break at the last point.
Stopl does not seem to stop at a specific point. It does not have an input parameter for that. The path it is continuing while breaking also does not make sense.
How can I solve this simple thing?
Thanks