
On the x axis of all four graphs is time, t=0 being when the desired level (this could be an altitude, heading speed etc in the case of the autopilot) is selected. On the y axis is the variable to be set, the "desired level" being what has been asked of it, e.g. 20,000ft on an autopilot. The proportional term is the basic term of the controller. If used alone it will never quite achieve the desired level, but will have a steady state error. The addition of the integral term eliminates the steady state error but may introduce an overshoot/ undershoot of the desired level. An integral term can be used alone to bring the variable to its desired level slowly but with no overshoot. The introduction of the derivative term in a PI controller can help to alleviate overshoot and undershoot and bring the variable to its desired level quicker.

If the gains are set incorrectly then an instability may occur. Possible undesirable situations include the failure of the control to acquire the desired level at all, a steady oscillation about the desired level or worst off, oscillating divergence.
To reduce the time taken for the desired level to be achieved, try increasing the Proportional gain.
To reduce the time taken for the desired level to be achieved when it is already close to it, try increasing the integral gain.
To reduce the time taken for the variable to settle out to its desired level, try increasing the derivative gain.
To alleviate a large overshoot of the desired level, try reducing the proportional and integral gains.
If an instability occurs, try reducing all gains and start over!
Obviously there are other factors that influence the whole control system and so there are no magic combinations of gains that will work for all systems!