Control Systems Intro - Proportional Control


  ON-OFF control systems are used for simple control tasks.  However, one step beyond ON-OFF control systems are proportional control systems.  Let's think our way through this.  As we think about proportional control, keep this block diagram in mind.  In this block diagram the control effort, c(t), drives the system to produce the output, y(t).  (In the steady state, the output is proportional to the control effort if the system is linear.)  The output, y(t), is subtracted from the desired output - i.e. the input, u(t) - to produce the error, e(t).  The error, e(t), is multiplied by a proportional gain constant, Kp, to produce the control effort, c(t).  (In the simulator, the proportional gain is called Kp to distinguish it from the gain in the integral control mode, Ki.)


The Effect of System Dynamics

        At this stage you might not know much about system dynamics - but then again, you might.  In either case, you can see some of the things that might happen.


The Effects of Sampling

        When you use digital control, you sample the signal.  If you implement a digital version of proportional control, some interesting things can happen.  Here is a block diagram that represents a digital control system.

        In proportional control the control effort is proportional to the error.  In digital control you would compute the control effort, but then you would hold the control effort constant until the next time your control loop ran and sampled the output again.  If you hold the control effort constant as the error gets smaller - during the time the loop is waiting for the next sampling time - you might be exerting more control effort than you need, and you can get the possibility of oscillations.

      This link will take you to a simulator for a digital control system where you can examine those effects.  That link will also show a prototype digital control system.