Control Actions in Control Systems

 

Control Actions in Control Systems

Control actions define how a controller responds to the error signal (difference between setpoint and actual value). They are broadly classified into Discontinuous Mode and Continuous Mode.

i. Discontinuous Mode: ON–OFF Controllers

Concept

  • Controller output switches fully ON or fully OFF depending on the error.

  • Common in simple systems like thermostats, refrigerators, and water level controllers.

Equation

u(t)={Umax,e(t)>Neutral Zone0,e(t)<Neutral Zone

Neutral Zone (Dead Band)

  • A small range around the setpoint where the controller does not act.

  • Prevents frequent switching (chattering).

  • Example: Thermostat set at 25°C with ±1°C neutral zone → heater ON below 24°C, OFF above 26°C.

ii. Continuous Mode Controllers

1. Proportional (P) Controller

  • Output proportional to error.

  • Equation:

u(t)=Kpe(t)
  • Response: Reduces steady-state error but cannot eliminate it completely.

  • Characteristic: Faster response, but large Kp may cause oscillations.

2. Integral (I) Controller

  • Output proportional to the integral of error.

  • Equation:

u(t)=Kie(t)dt
  • Response: Eliminates steady-state error.

  • Characteristic: Slower response, may cause overshoot.

3. Derivative (D) Controller

  • Output proportional to the rate of change of error.

  • Equation:

u(t)=Kdde(t)dt
  • Response: Predicts future error, improves stability.

  • Characteristic: Reduces overshoot, but sensitive to noise.

Combined Controllers (PID)

  • Proportional–Integral–Derivative (PID) combines all three actions:

u(t)=Kpe(t)+Kie(t)dt+Kdde(t)dt
  • Most widely used in industry for precise and stable control.


Comments