The purpose of a servo control loop is to minimize error, and this is often done through the use of PID (proportional-integral-derivative) gains, which correct errors between the target value and the actual value. But the PID algorithm is reactive, and takes time to respond. Case in point: the proportional term requires an error in order […]
servo tuning
FAQ: What are servo feedback gains, overshoot limits, and position error limits?
Servo tuning can be accomplished by several methods, but the most common way is to use a PID algorithm. The PID algorithm uses three feedback gains—proportional gain, integral gain, and derivative gain—to compare the commanded position (or velocity) with the actual value and issue commands to correct errors between the two. Feedback gains determine how […]