Open-loop and Closed-loop Systems in Feedback Fundamentals
students, imagine trying to keep a room at $22^\circ\text{C}$ on a chilly day 🌡️. You can either set the heater and hope for the best, or you can check the room temperature and keep adjusting the heater until the room reaches the target. Those two approaches are the heart of this lesson: open-loop and closed-loop systems.
In Control and Mechatronics, feedback is a major idea because it helps machines behave in a predictable and useful way. In this lesson, you will learn how open-loop and closed-loop systems work, how they use signals such as the reference, output, and error, and why feedback makes a big difference in real systems like ovens, cruise control, robots, and automated production lines 🤖.
What Is an Open-loop System?
An open-loop system is a control system that does not use feedback from the output to adjust its action. In simple words, it performs an input command and does not check whether the result is actually correct.
A basic way to think about it is this: you press a button, and the system runs according to a fixed plan. It does not measure the output and compare it with what was intended. The system “opens” the loop because the output is not sent back to influence the input.
A common example is a toaster with a timer. If you set it to $2$ minutes, it heats for $2$ minutes no matter whether the bread is light, thick, frozen, or already warm. The toaster does not sense the toast color and adjust itself. That makes it open-loop.
Another example is a traffic light timer at a simple intersection. It changes lights according to a fixed schedule. If traffic becomes heavy in one direction, the timer still follows the same pattern unless a separate feedback system is added.
Open-loop systems are often simple, inexpensive, and easy to design. They can work well when the environment is predictable and the output does not need to be extremely accurate. However, they are less able to deal with disturbances, such as changes in load, temperature, or supply voltage.
What Is a Closed-loop System?
A closed-loop system uses feedback to compare the actual output with the desired output, then changes the control action to reduce the difference. This is why it is also called a feedback control system.
The key idea is that the system measures what it actually produced, compares it with what was requested, and uses the result to adjust its behavior. This makes the loop “closed” because the output is fed back into the control process.
A good example is a home thermostat controlling room temperature. You set the reference temperature to $22^\circ\text{C}$. The thermostat measures the actual room temperature, compares it to the reference, and switches the heater on or off to reduce the difference. If the room gets too warm, the heater is reduced or stopped. If the room is too cold, heating increases.
Closed-loop systems are useful when accuracy matters or when conditions change often. They are common in mechatronics because real machines must respond to changing loads, friction, weather, wear, and human interaction. Examples include automatic cruise control in cars, drone stabilization, robotic arm position control, and speed control in motors 🚗.
Feedback Architecture and Key Signals
To understand closed-loop systems, students, you need a few important terms from feedback architecture.
The reference signal is the desired value or target. It is often written as $r(t)$ or simply $r$. For example, if a robot should move to position $10\,\text{cm}$, then $10\,\text{cm}$ is the reference.
The output signal is the actual result of the system. It is often written as $y(t)$ or $y$. In the robot example, the output is the real position reached by the robot arm.
The error signal is the difference between the reference and the output. It is usually written as $e(t)$ and defined as
$$e(t)=r(t)-y(t)$$
This equation is central to feedback fundamentals. If the output is too low, the error is positive and the controller may increase the input. If the output is too high, the error is negative and the controller may reduce the input.
The controller is the part that decides what action to take based on the error. The plant or process is the system being controlled, such as a motor, heater, or robot joint. A sensor measures the output and sends information back to the controller.
A closed-loop feedback architecture often looks like this:
$$r(t) \rightarrow \text{controller} \rightarrow \text{plant} \rightarrow y(t)$$
with the output measured and fed back to compare with the reference. This comparison is what creates the error signal and allows adjustment.
Open-loop vs Closed-loop: Main Differences
The biggest difference between open-loop and closed-loop systems is whether feedback is used.
In an open-loop system, the input is based only on the command or setting. The system does not check the output. Because of this, it is usually simpler and faster to build, but less accurate when conditions change.
In a closed-loop system, the input is adjusted using feedback from the output. The system is more accurate and better at rejecting disturbances, but it is more complex and may cost more because it needs sensors and extra control hardware.
Here is a practical comparison:
- A microwave set to $2$ minutes is open-loop if it does not measure food temperature.
- A thermostat-controlled heater is closed-loop because it measures room temperature and adjusts heating.
- A conveyor belt moving packages at a fixed speed may be open-loop if it only uses a timer.
- A motor speed controller that measures rotation speed and corrects it is closed-loop.
In real engineering, the choice depends on the task. If high accuracy is not important and the environment is stable, open-loop may be enough. If the output must stay close to a target value, closed-loop is usually the better choice.
Why Feedback Matters in Mechatronics
Mechatronics combines mechanics, electronics, sensors, actuators, and computing. Because these systems interact with the real world, they face disturbances all the time. A disturbance is anything that pushes the system away from its desired output, such as a load change, friction, wind, or voltage drop.
Feedback helps a system respond to these disturbances. For example, imagine a motor driving a robotic gripper. If the gripper picks up a heavier object, the motor may slow down. In an open-loop setup, the motor would keep receiving the same command and might not notice the slowdown. In a closed-loop setup, a sensor could detect the speed change, and the controller could increase the input to keep performance steady.
This is why feedback fundamentals are so important in control engineering. They connect the mathematics of error and response to real machine behavior. Closed-loop systems often produce better accuracy, smaller steady errors, and improved robustness. Robustness means the system still works well even when conditions are not perfect.
Worked Examples
Let’s use a few simple examples to make the ideas clear.
Example 1: Oven Heating
Suppose an oven is set to $180^\circ\text{C}$.
- In an open-loop version, the oven heater runs for a fixed time and power level without checking the actual temperature.
- In a closed-loop version, a temperature sensor measures the oven temperature and compares it with $180^\circ\text{C}$.
If the measured temperature is $170^\circ\text{C}$, then the error is
$$e(t)=180-170=10^\circ\text{C}$$
The controller may increase heating until the error gets smaller.
Example 2: Car Cruise Control
A car cruise control system tries to keep the speed near a set value, such as $100\,\text{km/h}$.
- The reference is $100\,\text{km/h}$.
- The output is the actual car speed.
- The error is the difference between them.
If the car starts climbing a hill, the speed may drop. A closed-loop system senses the drop and adds engine power. This is a clear example of feedback helping to resist disturbances.
Example 3: Sprinkler Timer
A garden sprinkler that runs for $15$ minutes every evening is open-loop. It does not measure soil moisture. If it rains earlier in the day, the sprinkler still turns on.
A closed-loop watering system would use a soil moisture sensor and turn on only when the soil is too dry. That is more efficient and more responsive to real conditions.
Summary of Where These Systems Fit in Feedback Fundamentals
Open-loop and closed-loop systems are the foundation of feedback fundamentals because they show the two main ways control can happen.
Open-loop systems represent the simplest form of control: command first, no output check. Closed-loop systems represent feedback control: measure the output, compare it with the reference, calculate the error, and correct the action.
This topic also introduces the language used across control engineering: reference, output, error, controller, plant, sensor, and disturbance. Once students understands these terms, it becomes much easier to study more advanced topics like stability, performance, transfer functions, and controller design.
In other words, this lesson is not just about naming two system types. It is about understanding how real machines stay on target in a changing world.
Conclusion
Open-loop and closed-loop systems are two essential ideas in Control and Mechatronics. Open-loop systems are simple and do not use feedback, while closed-loop systems use feedback to compare the output with the reference and reduce error. The signals $r(t)$, $y(t)$, and $e(t)=r(t)-y(t)$ form the basic language of feedback architecture.
When accuracy, disturbance rejection, and adaptability matter, feedback becomes essential. That is why closed-loop systems appear in many modern technologies, from temperature control to robotics and vehicle automation. Understanding these systems gives you a strong base for the rest of Feedback Fundamentals and for future control topics.
Study Notes
- Open-loop systems do not use feedback from the output to adjust control action.
- Closed-loop systems use feedback to compare the output with the reference and reduce error.
- The reference signal $r(t)$ is the desired target.
- The output signal $y(t)$ is the actual measured result.
- The error signal is $e(t)=r(t)-y(t)$.
- Open-loop systems are simpler, cheaper, and easier to design, but usually less accurate.
- Closed-loop systems are more accurate and better at handling disturbances, but they are more complex.
- A toaster with a timer is often open-loop; a thermostat-controlled heater is closed-loop.
- Cruise control, motor speed regulation, and robot position control are common closed-loop examples.
- Feedback fundamentals are important because they explain how control systems stay close to their desired behavior in real-world conditions 🌟.
