Proportional Controller in Control System

Last Updated : 26 Mar, 2026

A controller is a combination of a hardware device and a software program in a control system that manages the flow of data from one entity to another and generates the required output. There are several techniques or algorithms that are used in an automation system to control a system. One of the types that is used in a PID controller is the Proportional controller or P-only controller. This is the simplest closed-loop feedback control.

Proportional Controller

In engineering and process control systems, a proportional controller produces an output that is proportional to the error signal. Error is defined as the difference between the desired value (Set Point, SP) and the measured value (Process Variable, PV).

Error=SP−PV

A proportional controller continuously compares SP and PV and adjusts the system output to minimize the error. Faster response is achieved compared to other controllers. The exact setpoint is not always reached due to steady-state error.

Proportional Controller Feedback Diagram

feedback diagram of proportional controller
feedback diagram of proportional controller

Working

The proportional controller initially compares the Set Point (SP) value with the actual Process Variable (PV) value. Following this, the system's feedback loop becomes operational, continuously monitoring the system's output and comparing it to the desired output. As necessary, the inputs are modified to minimize the disparity between the output and the desired value.

Subsequently, the controller generates an error signal, which is then multiplied by a proportional gain factor. This multiplication yields an output that is proportionate to the error signal and endeavors to bring the system closer to the desired value. The feedback loop plays a pivotal role in ensuring the system's ability to adapt to changing conditions and maintain a stable output, even in the face of internal or external disturbances. This text is free from plagiarism.

Gain factor

This is a constant tuning parameter of P controller which is need to adjust to control the system response. In a proportional controller it is used as proportional gain or K_p. This Kp value is directly proportional to the changes in error signal. High K_p value means the the controller will react more strongly and faster in changes of error signal. And low K_p value means the controller will react slowly in changes of error signal.

Controller output

Controller output means the signal generated by the controller. It is denoted by 'U' . According to this output the system will take required action to get more closer answer of the set point.

Mathematical Representation

Proportional controller produces output which is proportional to the error signal(E). So at a time 't' the equation can be written as ,

U(t) \propto E(t)

U(t) = K_p \cdot E(t) -----------(i)

Taking Laplace in both side of equation no (i),

U(s) = K_p \cdot E(s)

Further this equation can be written as,

K_p = \frac{U(s)}{E(s)}

Therefore U(s) is the Laplace transform of controller output U(t), E(s) is the Laplace transform of error signal E(t) and K_p is the gain factor or proportional gain.

Tuning of Proportional Controller

Tunning refers the adjustment of K_p value to get most efficient output of process variable. The choice of K_p value effects the controller in terms of stability, speed overshot etc. Let's consider a simple example of tuning process.

Suppose,

X-axis represents the time, and Y-axis represents the difference between setpoint and process variable.

When the K_p value is 0.5,

Kp=05-graph
Kp=0.5

Lets again increase K_p value to 1.2,

Kp=1.2
Kp=1.2

Again increase the K_p value to 1.3,

Kp=1.3
Kp=1.3

This process will be continued until to get the most perfect value of K_p and continue monitoring the system for any deviations and adjust K_p accordingly.

Examples

P only controller or proportional controller is a closed loop feedback control system, where the controller adjust its output based on the difference between setpoint and process variable. So here are some examples of P only controller along with explanation and diagram.

  • Fly-ball governor : The fly-ball governor is an example of proportional controller. There are some balls which rises with the speed of flow, and blocks the flow, and this is how it controls the flow rate.


fly-ball-governor
fly-ball governor
  • Adaptive cruise control : Adaptive cruise control is a widely recognized application of proportional control. In adaptive cruise control systems, the throttle input is continuously adjusted to respond to changes in road conditions, including both declining gradients and increasing momentum. Moreover, the vehicle's throttle is dynamically regulated based on the distance to the vehicles ahead. In situations requiring emergency collision avoidance, a distinct proportional control system is engaged to gently apply the brakes when the proximity to a lead vehicle becomes too close, or more forcefully when necessary.

Adaptive cruise control is like a smart driving helper in your car. It uses proportional control to adjust how much gas the car gets. This helps the car handle different situations, like going up or down hills and staying a safe distance from the cars in front. If you get too close to any car, you can apply break to avoid any accidents and continue a smooth drive.

Application of Proportional Controller

Proportional control often used in industrial automation such as speed control, pressure control, flow control, PH control, level control, position control. But their are some major use of P controller, which described below.

  • Temperature control : Proportional controller can be used to maintain a specific temperature and get the desired output. In this system, the controller adjusts the heating element temperature or power at a specific point to control the overall temperature and keep the temperature at setpoint. The controller calculates the setpoint and the current temperature difference, and then applies it to the gain factor(Kp).

Setpoint \longrightarrow [P controller/temperature control] \longrightarrow heating element

  • Level control : P-only controller often used in many industries to control a specific water level in a tank . the controller monitor the water level through sensor, and adjusts it with the setpoint.

Setpoint= [P controller] = value of water flow

  • Pressure control : Proportional controller also used in pneumatic system to control a specific pressure in the system.

Setpoint = [P controller] = Control valve

Advantages

  • Simple and easy to implement due to straightforward design and minimal components.
  • Responds quickly to errors by producing an output proportional to the input error.
  • Provides stable control process for many basic control applications when properly tuned.
  • Reduces steady-state error for known operating conditions, improving system accuracy.

Disadvantages

  • Cannot eliminate steady-state error completely, especially in systems with constant disturbances.
  • Requires manual tuning of proportional gain for desired performance.
  • May lead to oscillations or instability if gain is set too high.
  • Sensitive to parameter variations which can affect performance and stability.
Comment