Difference between revisions of "Acceleration and Motion Smoothing"

From Wiki
Line 1: Line 1:
 +
The "smooth" parameter in the CPRog Program editor allows the smoothing of motion commands as depicted below:
 +
[[file:MotionSmoothingGraphic.png]]
  
 
+
High accelerations
Motion commands are adapt to follow the joint accelerations. This can be done for a single motion command, but also for a combination of up to 10 commands.
+
Motion commands are smoothed by CPRog to account for the joint accelerations. This can be done for a single motion command, but also for a combination of up to 10 commands.
 
Then it is also possible to smooth the corners. This allows the robot to go through the corner with a remaining velocity. If there is not corner smoothing active the robot stops at every corner for a short moment. This leads to a more abrupt motion.
 
Then it is also possible to smooth the corners. This allows the robot to go through the corner with a remaining velocity. If there is not corner smoothing active the robot stops at every corner for a short moment. This leads to a more abrupt motion.
 
   
 
   
Line 9: Line 11:
  
 
Non-motion commands like “Wait” or “DOut” interrupts the smooting 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” interrupts the smooting 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.
 
[[file:MotionSmoothing.png]]
 

Revision as of 13:25, 9 July 2018

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

High accelerations Motion commands are smoothed by CPRog to account for the joint accelerations. This can be done for a single motion command, but also for a combination of up to 10 commands. Then it is also possible to smooth the corners. This allows the robot to go through the corner with a remaining velocity. If there is not corner smoothing active the robot stops at every corner for a short moment. This leads to a more abrupt motion.

Parameter: • Acc: Percentage of the possible acceleration, 0 .. 100 • Smooth: Scop of smoothing in percent, 0..100

Non-motion commands like “Wait” or “DOut” interrupts the smooting 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.