Legacy Documentation

Advanced Numerical Methods (2003)

This is documentation for an obsolete product.
Current products and services

 Documentation /  Advanced Numerical Methods /  Introduction /  An Industrial Application: Controlling the Drum Boiler /

Testing the ControllabilityThe Controller Design Using Constrained Feedback Stabilization

2.2.4 The Design of the LQR Controller

With Advanced Numerical Methods, the feedback controller can be designed using several different approaches, such as solving the LQR problem, using constrained feedback stabilization, or implementing the pole assignment approach. This section illustrates the LQR design. For the experiment, is a symmetrical matrix constructed from the output matrix of the system and is an identity matrix multiplied by a scalar coefficient . Evaluation of how different choices of the coefficient affect the performance of the closed-loop system completes the process.

These are the weighting matrices needed for the LQR design.

In[13]:=

Out[13]=

In[14]:=

Out[14]=

The LQR gains with control weight range from (cheap control) to (minimum energy control). The underlying Riccati equation is solved using the Newton method.

In[15]:=

In[16]:=

This displays the poles of the closed-loop system with varying Rho.

In[17]:=

Make sure LogLinearListPlot is available.

In[18]:=

Increasing Rho improves the stability and the damping factor of the closed-loop system. However, changes in the damping factor are not significant when Rho is either very low or very high.

In[19]:=

Varying Rho also changes the norm of the feedback gain matrix. The LQR gains are high when Rho is small.

In[20]:=

These are the closed-loop system output responses for various feedback matrices. For convenience, the original open-loop system is represented as a closed-loop system with a dummy (zero) feedback.

In[21]:=

In the following plots, the closed-loop responses are represented by colored graphs and the open-loop responses are represented by thick black graphs.

In[22]:=

In[23]:=

These are the output responses of the original and closed-loop systems. From the spectrum, the designer can choose a feedback that brings about suitable values of the drum pressure and the drum liquid level.

In[24]:=

In[25]:=

Testing the ControllabilityThe Controller Design Using Constrained Feedback Stabilization