Hi, dear robot gurus.
This is the first time I am posting here. Been a reader for quite a while though.
I have a program with fine LIN motions and I want to add approximation to it to reduce the cycle times.
However, I need to know if adding C_DIS/C_VEL will change the velocity profile of the LIN segments leading to the approximated target point.
I especially care about the distance from the target point where the robot starts decelerating. Also, wondering if the C_VEL start point depends on the angle between the inward and outward motion?
I am on a KRC4 controller (KSS-8.3 but not sure, will check) and programming with old motions.
I've been through every manual for 2 days and banging my head against a wall for another day after.
Couldn't find anything regarding the velocity profiles. I know the approximation behavior is controller-specific, but couldn't find anything in the controller's manual as well.
Thank you in advance
If you need to know what I'm trying to do:
The operation I need this for is applying paint (not spraying) on a planar surface and to achieve a constant speed, I have extended the tool-paths beyond the surface to give room for accelerations off the surface. I have optimized the tool-path by shortening the extensions to be minimally longer than the distance the robot needs for accelerating (~190mm by trial and error). Currently, the robot starts decelerating almost as soon as it goes off the surface and stops at the end of each tool-path. I'm wondering if I need to re-adjust the extensions if I add a C_VEL (e.g. 90%) or a C_DIS (e.g. 100mm) at the target points.