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).
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

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
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 ,
Taking Laplace in both side of equation no (i),
Further this equation can be written as,
Therefore U(s) is the Laplace transform of controller output U(t), E(s) is the Laplace transform of error signal E(t) and
Tuning of Proportional Controller
Tunning refers the adjustment of
Suppose,
X-axis represents the time, and Y-axis represents the difference between setpoint and process variable.
When the

Lets again increase

Again increase the

This process will be continued until to get the most perfect value of
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.

- 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
- 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.