05-06-2019, 07:18 AM
Dear All,
In RoboDK API there is a fuction:
If I understood correctly, linear and joints accelerations might be only positive?
Is it possible to slowdown Robot while it approach from start to finish point?
For instance to start movement with speed 100 mm/s and close to the destination point reduce speed with this function to 5 mm/s.
In RoboDK API there is a fuction:
Code:
setSpeed (speed_linear, speed_joints=-1, accel_linear=-1, accel_joints=-1)
If I understood correctly, linear and joints accelerations might be only positive?
Is it possible to slowdown Robot while it approach from start to finish point?
For instance to start movement with speed 100 mm/s and close to the destination point reduce speed with this function to 5 mm/s.