Hi all
I am new to the KUKA robot programming, and would like to understand how velocity and acceleration parameters work in the robot. The best way I can describe my problem is by giving an example:
So I have a PTP movement for one axis to move from lets say 0 degrees to 110 degrees. Assume that this axis is A1 (Axis 1), according to the data sheet (see attached file for KR150-2) this axis has a maximum speed of 110 degrees/sec. So if I apply the velocity command $VEL_AXIS[1] = 50, the axis should move at a speed of 55 degrees/sec, and should complete within 2 seconds, given the acceleration is set 0 (no acceleration).
However this does not happen and finishes faster than expected. Is there something I misunderstand from how the robot works?
PS. I am using KRC 2 software with a KR150-2 robot.