Exam II Flashcards
What does SISO stand for and what type of classification is it?
single input, single output; control
What does MIMO stand for and what type of classification is it?
multiple input, multiple output; control
What type of controller has remedial control?
feedback
What type of controller has predictive control?
Feedforward
Because it requires some time, control is considered what kind of process?
dynamic
What kind of control logic helps control non measurable outputs?
Inferential
What is an example of inferential control?
you can measure the variable B to control variable A knowing that A=f(B)
An open looped system is not being what?
controlled
What hardware is used for a FB control loop?
Process
Sensor or measuring device
Transmission line (pneumatic or electrical)
Controller
Final control element (or ACTUATOR, ie, valve)
What piece of hardware is neglected in dynamics?
Transmission line
In what general way do FB controllers differ?
they differ in the way they correlate epsilon(t) (error) with c(t) (actuating signal)
What are the three control laws?
Proportional action
Proportional-Integral action
Proportional-Integral-Derivative action
What is the control action equation for Proportional control?
c(t)=Kc*epsilon(t)+cs
constitutive equation
For proportional control, what does Kc equal?
Proportional gain
For proportional control, what does cs equal?
Bias signal
For proportional control, if epsilon(t)=0, what does cs represent?
actuating signal
What is sometimes used in place of the proportional gain and what is the equation for it?
proportional band
PB=100/Kc
For proportional control, the higher the Kc the higher this is to the error signal.
sensitivity of the controller
For proportional control, what is the constitutive equation in the deviation form?
C(s) = Kc * E(s)
Y G F
The P controller can reduce this but it cannot cancel it unless Kc is very very high
the error
What is the constitutive equation for PI control?
c(t) = Kc * epsilon(t) + (Kc/tau I) * integral of (epsilon(t) dt) + cs
In integral control, c(t) is proportional to this of the error.
time integral
What memory does the integral controller have?
past values of error
For PI what does tau I represent?
integral time constant
What is an adjustable parameter that falls between 0.1 and 50 minutes?
tau I
PI can eliminate even small what?
errors
The PI action lasts as long as there is a what?
non-zero error (can make the action very slow)
Because the integral action can make the action very slow it is never what?
used alone
What is the transfer function of a P controller?
Gc(s) = Kc
What is the transfer function of a PI controller?
Gc(s) = Kc {1 + [1 / (tauI * s)]}
The transfer function of a PI controller is not what, and is a function of what?
constant; s
What is the constitutive equation for a PID controller?
c(t) = Kc * epsilon(t) + (Kc/tau I) * integral of (epsilon(t) dt) + (Kc * tau D * (depsilon/dt)) + cs
In the derivative control, c(t) is proportional to what?
the derivative of the error
For derivative action, as the error increases what happens?
The D action compensates it without waiting for it to become to high
Derivative control is what kind of control?
anticipatory
What does tau D represent?
derivative time constant
In derivative control, if the error changes suddenly, what could happen?
the actuating signal can be very strong and the system would become too sensitive (or it would yield a large control action, although it is not needed).
What is the transfer function for a PID controller?
Gc(s) = Kc ( 1 + (1 /( tau I * s)) + tau D * s
What do you multiply the transfer function of a PID controller by to get it into standard form?
s
What does the final control action do? (Actuators)
receives c(t) and adjusts the manipulated variable
The final control element is usually a what?
a valve
What can valves control?
flow rate, temperature, level, composition, …..
What is the equation of a linear actuator?
f(x) = x
What is the equation of a square root actuator?
f(x) = sqrt (x)
What is the equation of an equal percentage actuator?
f(x) = alpha ^ (x-1)
What is the equation of a hyperbolic actuator?
f(x) = 1 / (alpha - (alpha - 1)x)
What is the equation for volumetric flow?
Q = Cv * f(x) * sqrt( delta p / rho) where Cv is the flux constant delta p is the pressure density rho is the density x is the degree of opening (position of the stem) 0 <= x <= 1 f(x) = the valve characteristic curve 0 <= f(x) <= 1
What kind of valve is commonly used and controlled by compressed air?
pneumatic
If air supply is lost, a pneumatic valve will do either this or that?
remain open (fail open) or will close (fail closed)
A valve being fail open or fail closed depends on what?
safety requirements
What is the force balance?
F = m (d^2 * x / dt^2)
mechanical action on the valve - elastic force - viscous resistance is equal to what?
mass times acceleration
mechanical action is defined how?
pressure * area
elastic force is defined how?
k * x
viscous force is defined how?
viscosity coefficient * (dx/dt)
What is the transfer function of a valve?
(A/k) / ( (m/k) s^2 + (viscosity coefficient / k) s + 1)
Valves behave as a what order system?
second order
If the mass of the stem is small the mass term can be eliminated making the system what order?
first order
G(s) = (A/k) / ((viscosity coefficient/k) s + 1)
What can be pneumatic or electrical?
Transmission lines
Unless the transmission line is very long, the dynamic behavior of a pneumatic transmission line can be what?
neglected
Electrical signals are very what?
fast
Globally, a FB- controlled process has how many inputs and how many outputs?
2; 1
set point + distrubance); (y
For the dynamic behavior of FB controlled processes, what has inputs and outputs?
each component (process, sensor, controller, actuator)
What does each component have?
its own transfer function
What is the transfer function of the process?
Y(s) = Gp(s) * M(s) + Gd(s)*D(s)
What is the transfer function of the sensor?
Ym(S) = Gm(s) * Y(s)
What is the transfer function of the controller?
C(s) = Gc(s) * E(s)
What is the transfer function of the actuator?
M(s) = Gf(s) * C(s)
What is the final value of Y(s) for a closed loop?
Y(s) = ((Gp(s) * Gf(s) * Gc(s))/(Gp(s) * Gf(s) * Gc(s) * Gm(s) + 1)) * Ysp(s)
+
(Gd(s) / (Gp(s) * Gf(s) * Gc(s) * Gm(s) + 1)) * D(s)
The closed-loop function gives the closed-loop what?
response of the process
In closed loop transfer functions, what is the same?
the denominators
What is the denominator?
the product of the transfer functions in the loop + 1 (everything but Gd(s))