Difference between revisions of "Acceleration and Motion Smoothing"

From Wiki
Line 13: Line 13:
  
 
[[file:MotionSmoothing.png|610px|thumb|left|Smoothing enabled to various degrees]][[file:NoMotionSmoothing.png|thumb|center|600px|No motion smoothing]]
 
[[file:MotionSmoothing.png|610px|thumb|left|Smoothing enabled to various degrees]][[file:NoMotionSmoothing.png|thumb|center|600px|No motion smoothing]]
 +
  
 
Non-motion commands like "Wait" or "DOut" interrupt the smoothing of a motion set. So if a very short wait (e.g. 0.1s) is inserted between two motion commands, there will be no smoothing.
 
Non-motion commands like "Wait" or "DOut" interrupt the smoothing of a motion set. So if a very short wait (e.g. 0.1s) is inserted between two motion commands, there will be no smoothing.

Revision as of 14:49, 9 July 2018

The "smooth" parameter in the CPRog Program editor allows the smoothing of motion commands as depicted below:

No smoothing
Smoothing


High accelerations

Motion commands are smoothed by CPRog, while taking into account the joint accelerations defined by the "acc" parameter in the program editor.

When a value other than 0 % is entered as "smooth" paramter of the motion command corners will be smoothed. This allows the robot to go through the corner at a constant velocity. If corner smoothing is inactive (0 %), the robot stops at every corner. This leads to a more abrupt motion.

Parameters:

  • Acc: Percentage of allowed maximum acceleration, 0...100%
  • Smooth: Amount of smoothing in percent, 0...100%
File:MotionSmoothing.png
Smoothing enabled to various degrees
File:NoMotionSmoothing.png
No motion smoothing


Non-motion commands like "Wait" or "DOut" interrupt the smoothing of a motion set. So if a very short wait (e.g. 0.1s) is inserted between two motion commands, there will be no smoothing.