Homework 6
Posted: Tue Oct 18, 2005 4:00 am
- Consider the robot arm illustrated in the following figure (the same as we did in class).
- Using this program, verify the following "rules of thumb" for PID control using the definitions of ise time, peak time, overshoot, settling time and steady state error from the following figure.
- For proportional control, i.e., kp > 0, kd = 0 and kI=0, the solutions are oscillatory, and increasing kp increases the frequency of oscillation (which decreases the rise time and peak time) but decreases the mean steady state error. The settling time is infinite. Hint pick a starting value of kp=5.
- If derivative control is added to the proportional controller, i.e., kp > 0, kd > 0 and kI=0, then
- for small kd the solutions are decaying oscillations;
- increasing kd decreases the settling time;
- increasing kd sufficiently eliminates the oscillatory behavior completely, resulting in an solution which exponentially decays to the final, steady state value;
- increasing kp decreases the final steady state error;
- increasing kp decreases the rise time.
- Adding integral control (PID control)
- eliminates the steady state error, even for small values of kp,
- increasing kI generally increases the overshoot and settling time;
- increasing kp decreases rise time, but may increase overshoot;
- increasing kd increases damping and stability.