Cascade Control - Electrical Engineering (EE) PDF Download

Cascade Control
The primary disadvantage of conventional feedback control is that the corrective action for disturbances does not begin until after the controlled variable deviates from the setpoint. In other words, the disturbance must be “felt” by the process before the control system responds. Feedforward control offers large improvements over feedback control for processes that have large time constant and/or delay. However, feedforward control requires that the disturbances be measured explicitly and that a model be available to calculate the controller output. Cascade control is an alternative approach that can significantly improve the dynamic response to disturbances by employing a secondary measurement and a secondary feedback controller. The secondary measurement point is located so that it recognizes the upset condition sooner than the controlled variable, but the disturbance is not necessarily measured.

Cascade Control - Electrical Engineering (EE)

Let us consider the following block diagram of cascade control structure.The outer loop and its controller are called master loop and master controller whereas the inner loop and its controller are called slave loop and slave controller respectively.

Cascade Control - Electrical Engineering (EE)      V.20

Simplifying

Cascade Control - Electrical Engineering (EE)                  V.21

similarly
Cascade Control - Electrical Engineering (EE)          V.22

 

Again simplifying the above eqn:
Cascade Control - Electrical Engineering (EE)

Now see what happens if the secondary loop is absent. In that case:
Cascade Control - Electrical Engineering (EE)                     V.24

and

Cascade Control - Electrical Engineering (EE)               V.25

Simplifying 
Cascade Control - Electrical Engineering (EE)          V.26

 Response time of a cascade Controller

First analyze the secondary loop:

In absence of the secondary loop and the slave controller

Cascade Control - Electrical Engineering (EE)
In presence of the secondary loop and the slave controller (say a pure gain controller)

Cascade Control - Electrical Engineering (EE)            V.27

Time constant   Cascade Control - Electrical Engineering (EE)

Clearly there is a decrease in time constant in presence of slave loop. This will guarantee that the time constant of the overall process decreases when a secondary loop is introduced to the system. Eventually that decreases the overall response time.

 Stability of a Cascade Controller
The stability part can also be explained in general derivation, but it will become too cumbersome. So let us take a simple example.

Let us take  Cascade Control - Electrical Engineering (EE) Thus overall system is third order.

In absence of the secondary loop the characteristic equation of the overall process is:

Cascade Control - Electrical Engineering (EE)         V.28

In presence of the secondary loop the characteristic equation of the overall process is:

Cascade Control - Electrical Engineering (EE)

Now apply Routh-Hurwitz criteria to find the limits of both these cases:
First case  Cascade Control - Electrical Engineering (EE)  ( In absence of secondary loop )          V.26

Cascade Control - Electrical Engineering (EE)

For a stable closed loop process,  Cascade Control - Electrical Engineering (EE) . Thus the upper limit of  Cascade Control - Electrical Engineering (EE) is 8.

Second case: (In presence of secondary loop)
Cascade Control - Electrical Engineering (EE)                 V.30

Cascade Control - Electrical Engineering (EE)

For a stable closed loop process,  Cascade Control - Electrical Engineering (EE) . With further simplification, we get:  Cascade Control - Electrical Engineering (EE)

Thus the upper limit of  Cascade Control - Electrical Engineering (EE) increases by a positive quantity of  Cascade Control - Electrical Engineering (EE) . In other words, the stability limits of the process increases by introducing a secondary loop.

One may put some reasonable values to the controller gain and simulate the system. However it will generate some offset for obvious reasons. To get an offset free control action, one needs to assign the master controller with a Gain-Reset setting.

 Example of a relevant MATLAB code
Let us try to find out how y1 behaves if there is a step disturbance in d2. Let us take a pure-gain slave controller  Cascade Control - Electrical Engineering (EE) and PI master controller  Cascade Control - Electrical Engineering (EE) . In absence of secondary loop, one has,  Cascade Control - Electrical Engineering (EE)    V.31

In presence of secondary loop, one has  Cascade Control - Electrical Engineering (EE)       V.32

One can write the following simple program in MATLAB to find the result:

gp1=tf(1,[1 2 1]);

gp2=tf(1,[1 1]);

gc1=2*tf([3 1],[3 0]);

gc2=5;

cewsl=1+gc2*gp2+gc1*gc2*gp1*gp2;

cewos=1+gc1*gp1*gp2;

[y1,t1]=step(gp1/cewsl);

[y2,t2]=step(gp1/cewos);

plot(t1,y1,t2,y2)

xlabel('Time')

ylabel('Y1')

Cascade Control - Electrical Engineering (EE)

Fig V.9 : Comparison of performance of two control Structures viz. simple PI control and a cascade control structure

  • The slave loop should be tuned before the master loop. After the slave loop is tuned and closed, the master loop should be designed based on the dynamics of inner loop.V.2.4 : Few points to remember on Cascade controller:
  • There is little or no advantage to using cascade control if the secondary process is not significantly faster than the primary process dynamics. In particular, if there is long dead time in the secondary process, it is unlikely that the cascade controller will be better than the standard feedback control.
  • The most common cascade control loop involves flow controller (eg. TC/FC example in distillation column) as the inner loop. This loop easily rejects the disturbances in fluid steam pressure, either upstream or downstream of the valve.

The Fig V.10 presents the process and Instrumentation diagram of a distillation column on which a Cascade controller structure has been employed. Only the bottom part of the column has been shown in the figure. 

Cascade Control - Electrical Engineering (EE)

Fig V.10 : Partial P & ID of a distillation column with cascade structure of temperature a flow control

The document Cascade Control - Electrical Engineering (EE) is a part of Electrical Engineering (EE) category.
All you need of Electrical Engineering (EE) at this link: Electrical Engineering (EE)

FAQs on Cascade Control - Electrical Engineering (EE)

1. What is cascade control?
Ans. Cascade control is a control strategy used in process industries where multiple control loops are interconnected to improve the overall system performance. In cascade control, there are two or more control loops, where the output of one controller is used as the setpoint for another controller.
2. How does cascade control work?
Ans. In cascade control, there is a primary control loop and a secondary control loop. The primary loop controls the main process variable, while the secondary loop controls a secondary variable that affects the primary variable. The controller in the primary loop adjusts its setpoint based on the output of the secondary loop, ensuring better control of the overall system.
3. What are the advantages of cascade control?
Ans. Cascade control offers several advantages, including improved disturbance rejection, faster response to setpoint changes, and better stability. It allows for better control of complex processes with multiple variables and helps in reducing the interaction between control loops.
4. What are the challenges of implementing cascade control?
Ans. Implementing cascade control can be challenging as it requires a good understanding of the process dynamics and the relationship between the primary and secondary variables. Proper tuning of the controllers is crucial to ensure stability and performance. Additionally, any changes in the process or equipment may require reconfiguration of the cascade control strategy.
5. When is cascade control used?
Ans. Cascade control is used in situations where there is a strong interaction between multiple variables in a process and where precise control of the secondary variable is important for achieving desired control of the primary variable. It is commonly used in industries such as chemical, petrochemical, and power plants, where complex processes and tight control are required.
Download as PDF

Top Courses for Electrical Engineering (EE)

Related Searches

past year papers

,

Semester Notes

,

Important questions

,

practice quizzes

,

Cascade Control - Electrical Engineering (EE)

,

Exam

,

Extra Questions

,

study material

,

mock tests for examination

,

shortcuts and tricks

,

Previous Year Questions with Solutions

,

Objective type Questions

,

Cascade Control - Electrical Engineering (EE)

,

Summary

,

ppt

,

pdf

,

Sample Paper

,

video lectures

,

Cascade Control - Electrical Engineering (EE)

,

Viva Questions

,

MCQs

,

Free

;