2. Feedback Fundamentals

Tracking And Regulation

Tracking and Regulation in Feedback Systems

students, imagine trying to keep a drone steady in windy weather or making a room stay at $22^\circ\text{C}$ even when the door opens and closes. 🚁❄️ These are both examples of control problems, and they show the two major jobs of feedback systems: tracking and regulation. In this lesson, you will learn what these terms mean, how they relate to open-loop and closed-loop systems, and why they matter in control and mechatronics.

Lesson Goals

By the end of this lesson, students, you should be able to:

  • Explain the main ideas and terminology behind tracking and regulation.
  • Use feedback-system reasoning to tell the difference between them.
  • Connect tracking and regulation to reference, error, and output signals.
  • Describe how these ideas fit into the larger topic of Feedback Fundamentals.
  • Use examples from real devices like thermostats, cruise control, and robot arms.

What Is Tracking?

A tracking system is designed so that the output follows a changing reference signal. In other words, the target is not fixed. The controller’s job is to make the output move along with the reference as closely as possible. 📈

A simple example is cruise control in a car when the driver changes the desired speed. If the reference speed is $60\,\text{km/h}$ and later changes to $80\,\text{km/h}$, the system should make the vehicle speed follow that new target smoothly. Another example is a camera gimbal that keeps a camera pointed at a moving object. The desired direction changes over time, so the output must track the reference.

In tracking, the reference signal is often written as $r(t)$, the output as $y(t)$, and the error as

$$e(t)=r(t)-y(t).$$

If the system tracks well, then $y(t)$ stays close to $r(t)$, which means the error $e(t)$ remains small. The better the tracking, the smaller the difference between what is wanted and what is actually produced.

Example: Moving Conveyor Sensor

Suppose a sensor on a conveyor belt must point at boxes moving at different speeds. The reference position might change continuously as boxes move. If the sensor lags behind, it will miss targets. A tracking controller keeps adjusting the sensor angle so the output follows the moving reference. This is a classic closed-loop task because feedback is needed to compare the actual position with the desired one.

What Is Regulation?

A regulation system is designed to keep the output near a constant reference, even when disturbances try to move it away. The target does not change much, but the environment does. The controller’s job is to reject disturbances and hold the output steady. 🛠️

A thermostat is a familiar example. If the set temperature is $22^\circ\text{C}$, the system tries to keep the room at that temperature even when the outside weather changes or someone opens a window. Here, the reference is fixed, so the output should stay near a constant value.

In regulation, the main concern is disturbance rejection. For example, if a robot arm is holding a tool still while vibration shakes the base, the control system must cancel the disturbance and keep the tool in place.

The same error equation applies:

$$e(t)=r(t)-y(t).$$

But in regulation, $r(t)$ is usually constant or nearly constant, so the challenge is not following a moving target. The challenge is resisting outside effects that try to pull the output away from the desired value.

Example: Water Tank Level

Imagine a water tank with an outlet at the bottom. If the goal is to keep the water level at a fixed height, the system must adjust the inlet valve when water is used elsewhere. The water demand is a disturbance. Regulation means holding the level close to the setpoint despite that disturbance.

Tracking vs. Regulation

students, tracking and regulation are closely related, but they are not the same. The difference lies in the reference signal and the main purpose of control.

| Feature | Tracking | Regulation |

|---|---|---|

| Reference $r(t)$ | Changes over time | Usually constant |

| Main goal | Follow the reference | Keep the output near a setpoint |

| Main challenge | Respond quickly and accurately | Reject disturbances |

| Example | Robot arm following a moving path | Temperature control in a room |

A useful way to remember this is:

  • Tracking = “follow the target” 🎯
  • Regulation = “hold steady” 🧊

In real systems, both can happen together. For example, a mobile robot may need to follow a moving path and resist disturbances such as wheel slip. That means the controller must both track the desired trajectory and regulate the output against unexpected changes.

How Feedback Makes Tracking and Regulation Possible

Feedback is what connects the output back to the controller. In a typical closed-loop system, the controller does not guess what the output is. It measures it, compares it with the reference, and uses the difference to decide what to do next.

The main signals in feedback architecture are:

  • Reference signal $r(t)$: the desired value or target.
  • Output signal $y(t)$: the actual measured result.
  • Error signal $e(t)$: the difference between desired and actual values, given by $e(t)=r(t)-y(t)$.
  • Control signal $u(t)$: the action sent to the plant or process.

This structure is powerful because it can improve both tracking and regulation. If the output falls behind the reference, the error changes, and the controller responds. If a disturbance pushes the output away from the target, the error appears again, and the controller works to correct it.

Why Open-Loop Is Not Enough

In an open-loop system, there is no feedback path. The controller acts without measuring the output. That can work when the process is predictable, but it performs poorly when conditions change.

For tracking, open-loop control may fail because the output cannot adapt if the reference changes or if there is delay. For regulation, open-loop control is usually even weaker because disturbances cannot be corrected automatically.

A microwave oven timer is a simple open-loop example. If you heat food for a fixed time, the oven does not check the food temperature. If the food starts colder or hotter than expected, the result may be wrong. Closed-loop feedback improves this by measuring and correcting the output.

Error, Overshoot, and Practical Behavior

In both tracking and regulation, the error signal is central. When $e(t)$ is large, the system is far from the goal. When $e(t)$ becomes small, the output is closer to the reference. However, a good system is not only about getting close. It also matters how it gets there.

Important behaviors include:

  • Overshoot: when $y(t)$ goes past the desired value.
  • Lag: when $y(t)$ responds too slowly.
  • Oscillation: when the output swings back and forth around the target.
  • Steady-state error: when a small error remains after the system settles.

For tracking, too much lag means the output cannot follow a changing target fast enough. For regulation, overshoot or oscillation can be a problem because the system may keep moving away from the setpoint before settling.

Example: Drone Altitude Control

Suppose a drone must stay at $10\,\text{m}$ above the ground. If it rises to $11\,\text{m}$ and then drops to $9.5\,\text{m}$ repeatedly, the system is oscillating. That is not ideal regulation. If the drone must also follow a command to climb to $15\,\text{m}$, then it also needs tracking ability. A good controller balances speed, accuracy, and stability.

Tracking and Regulation in Mechatronics

In mechatronics, systems often combine sensors, actuators, mechanical parts, and control algorithms. That makes tracking and regulation very common in real products.

Examples include:

  • Robot arms: tracking a motion path while regulating position accurately.
  • 3D printers: tracking planned movement while regulating temperature and motor motion.
  • Automated heating systems: regulating room temperature around a fixed setpoint.
  • Self-driving vehicles: tracking a lane or route while regulating speed and steering.
  • Industrial motors: tracking speed commands and rejecting load disturbances.

These systems work because feedback turns measurements into corrective action. Without feedback, the system would not know whether it was following the target or drifting away from it.

Putting It All Together

Tracking and regulation are two core control goals within Feedback Fundamentals. Tracking focuses on making the output follow a changing reference. Regulation focuses on keeping the output near a constant reference despite disturbances.

Both rely on the same feedback architecture:

$$e(t)=r(t)-y(t).$$

The controller uses $e(t)$ to generate a control signal that influences the plant. If the system is designed well, the output $y(t)$ stays close to $r(t)$ whether the target is moving or fixed.

So, students, when you look at any mechatronic system, ask these questions:

  • Is the reference changing or fixed?
  • Is the system mainly following a path or holding a value?
  • What disturbances might push the output away?
  • How does feedback reduce the error?

Answering these questions helps you identify whether the system is doing tracking, regulation, or both.

Conclusion

Tracking and regulation are two essential ideas in control engineering. Tracking means following a changing target, while regulation means staying near a constant target and resisting disturbances. Both depend on feedback, because feedback compares $r(t)$ and $y(t)$ to produce the error $e(t)$ that drives correction. In mechatronics, these ideas appear in robots, vehicles, temperature systems, and many other machines. Understanding tracking and regulation gives you a strong foundation for the rest of Feedback Fundamentals. ✅

Study Notes

  • Tracking means the output $y(t)$ follows a changing reference $r(t)$.
  • Regulation means the output stays close to a fixed reference despite disturbances.
  • The error signal is $e(t)=r(t)-y(t)$.
  • Tracking is common in systems like robot motion, cruise control, and moving cameras.
  • Regulation is common in systems like thermostats, tank levels, and motor speed control.
  • Open-loop systems do not use output feedback, so they cannot correct errors automatically.
  • Closed-loop systems use feedback to compare the output with the reference and reduce error.
  • Good control systems aim for small error, little overshoot, fast response, and stable behavior.
  • In many mechatronic systems, tracking and regulation happen together.
  • Tracking and regulation are both central parts of Feedback Fundamentals.

Practice Quiz

5 questions to test your understanding

Tracking And Regulation — Control And Mechatronics | A-Warded