A Control System is a system that manages, commands, directs, or regulates the
behavior of other devices or processes to achieve a desired output.
Definition
A control system compares the actual output with the desired output (reference input)
and takes corrective action if there is any difference (error).
Basic Elements of a Control System
1. Input (Reference Signal) – Desired value.
2. Controller – Processes the error signal and generates a control action.
3. Plant/Process – The system being controlled.
4. Output – Actual response of the system.
5. Feedback Element – Measures the output and feeds it back for comparison.
Types of Control Systems
1. Open-Loop Control System
• No feedback is used.
• Control action is independent of the output.
Examples:
• Electric toaster
• Washing machine with a timer
• Traffic signal timer
Advantages:
• Simple and inexpensive
• Easy to design
Disadvantages:
• Less accurate
• Cannot correct disturbances automatically
2. Closed-Loop Control System
• Uses feedback.
• Control action depends on the output.
Examples:
• Air conditioner with thermostat
• Automatic voltage regulator
• Cruise control in a car
Advantages:
• Higher accuracy
• Disturbance rejection
• Automatic error correction
Disadvantages:
• More complex
• Higher cost
Block Diagram of a Closed-Loop System
Reference Input → Comparator → Controller → Plant → Output
↑ |
| |
└──── Feedback ───────────┘
Important Terms
Transfer Function
The ratio of output to input in the Laplace domain:
G(s)=\frac{C(s)}{R(s)}
where:
• (C(s)) = Output
• (R(s)) = Input
Error Signal
Difference between reference input and feedback signal:
e(t)=r(t)-b(t)
Stability
A control system is stable if its output remains bounded for a bounded input.
Applications
• Industrial process control
• Robotics
• Aircraft autopilots
• Power systems
• Automotive cruise control
• Temperature and pressure control
Common Controllers
P Controller
Proportional control action:
u(t)=K_p e(t)
PI Controller
Proportional + Integral control:
u(t)=K_p e(t)+K_i\int e(t)dt
PID Controller
Most widely used industrial controller:
u(t)=K_p e(t)+K_i\int e(t)dt+K_d\frac{de(t)}{dt}
The main topics in control systems are modeling, transfer functions, block diagrams,
signal flow graphs, time response, stability analysis, root locus, frequency
response, and PID controllers.