Search

Fundamentals of closed-loop negative feedback systems

More topics in

Fundamentals of closed-loop negative feedback systems

What is a closed loop negative feedback system?

A closed-loop negative feedback control system (or simply negative feedback system) continuously monitors the system’s output and adjusts it to match the desired input, reducing the error signal to zero. This is achieved through real-time feedback, allowing the system to make automatic adjustments to maintain the desired setpoint. Automatic negative feedback control systems are common in this category. In contrast, a closed-loop positive feedback system increases the error signal and has a different application.

Closed loop negative feeback system block diagram

feedback_system-1
Fig 1 : Block diagram of a closed loop system

Key elements of a closed-loop feedback system include:

  1. Input: This is the signal or information that represents the desired state or setpoint for the system. It specifies the goal or the behavior that the control system aims to achieve.
  2. Difference block (comparator or summer): This block compares the input and feedback signal (a scaled copy of output) and generates an error signal. 
  3. Controller: The controller is the core component of the control system. It takes the error signal generated from the comparator and generates a control action or command to bring the system closer to the desired state. Controllers can be implemented using various algorithms, including proportional-integral-derivative (PID) controllers, state-space controllers, and more.
  4. Plant (Process): The plant, often referred to as the system or process, is the physical or mathematical representation of the system being controlled. It could be a machine, a chemical process, an electrical circuit, or any other dynamic system that requires regulation.
  5. Output: The output is the response of the plant to the control action generated by the controller. It represents the actual behavior of the system at any given time.
  6. Feedback sensors: Feedback is the process of measuring the output of the system and comparing it to the desired input (setpoint). The controller makes adjustments to the control action to minimize the difference between the desired and actual states based on the output of the feedback sensor.

Mathematical representation (transfer function) of a closed loop negative feedback system

feedback_system_mathematical-1

To find the transfer function y(s)/x(s) of the above system, we shall list the simple relations below:

$$e(s)=x(s)-f(s)$$

$$u(s)=e(s)\cdot{}K(s)$$

$$y(s)=u(s)\cdot{}G(s)$$

$$f(s)=y(s)\cdot{}H(s)$$

After solving the above equations, we can find the transfer function :

$$\implies{}\cfrac{y(s)}{x(s)}=\cfrac{K(s)G(s)}{1+K(s)G(s)H(s)}$$

Real life example of closed loop control system

servo_control
Fig 3 : Servo motor and a model

To grasp the concept of closed-loop control, we’ll use a servo motor. Servo motors commonly integrate a feedback mechanism (Fig 2), like an encoder or a potentiometer, to capture the motor’s present position and speed. This feedback data is then compared to the desired input using an electronic circuit. The difference between the desired input and the actual output is used for motor control adjustments. The ultimate goal for the feedback loop is to reduce the error (difference between desired input and actual output) to zero in a steady state.

A simple model of servo 

Modeling of the plant/process (motor)

The plant produces the output. To extract the model of the DC motor, we should know the nature of the output of the plant y(s) and input to the plant u(s). The output we desire is position (not speed). Since the output is the rotation of the shaft, we shall capture the angle (θ). Basically, y(s)=θ(s) and u(s)=Vb(s).

We know the relation of output angular speed with the voltage applied (or back emf) to a DC motor:

$$\cfrac{d\theta{}}{dt}=kV_b$$

or,

$$\theta{}=\int{}kV_b\cdot{}dt$$

$$\implies{}G(s)=\cfrac{\theta{}(s)}{V_b(s)}=\cfrac{k}{s}$$

Where k is a proportionality constant dependent on motor construction. For more about the back EMF of DC motor – Back EMF of a DC motor.

Modeling of feedback (potentiometer)

The output of the feedback block is a voltage vf(s) and the input to the feedback block is an angle θ(s). Let’s assume that the potentiometer can rotate from 0 to 2π radians to generate from 0 to Vref voltage. Therefore,

$$\cfrac{v_f(s)}{v_{ref}}=\cfrac{\theta{}(s)}{2\pi}$$

$$\implies{}H(s)=\cfrac{v_{f}(s)}{\theta{}(s)}=\cfrac{v_{ref}}{2\pi{}}$$

Modeling of controller

We have the freedom to choose the model of controller depending upon our requirements. If we want the steady-state error to be zero, we shall use an integrator. With this integrator and another integrator in the plant (motor), we have two integrators, which can potentially have zero-phase margins. So, we also need a proportional component in the controller.

The input of the controller is voltage (error voltage) and the output of the controller is also a voltage. So, we can model the controller as,

$$K(s)=K_p+\cfrac{K_i}{s}$$

servo_motor_model-1
Fig 4 : A simple mathematical model of a servo motor

The individual models have been placed in the blocks mentioned in Fig 3. The model can be analyzed using a bode plot to make it stable and tune the transient response.

Quick Calculators

RC circuit
Time Constant (s) =

Cutoff Frequency (Hz) =

Time Constant (s) =

Cutoff Frequency (Hz) =

Impedance magnitude (Ω) =

Resonant frequency (Hz) =

Topics