Quiz on Feedforward and Cascade Control
1. About how much faster should an inner loop be than an outer loop in cascade control?
- Incorrect. If the inner (secondary) loop is too slow then the primary loop and secondary loop can create an instability. 2x is generally too slow but may work in some cases.
- Incorrect. The speed of the inner (secondary) loop is relative to the outer loop (primary)
- Correct. If the inner (secondary) loop is too slow then the primary loop and secondary loop can create an instability
- Incorrect. It is desirable to have the inner loop faster but 10x is not required
2. For a complicated multilayer cascade control system that is performing poorly, what are some solutions for better performance? Select two possible solutions.
- Incorrect. A cascade controller inner loop rejects a disturbance before it can affect the outer loop process variable. It is often preferable to control the disturbance versus compensate with feedforward trim.
- Incorrect. More complexity can make the interacting system even worse
- Correct. An RGA (Relative Gain Array) can assist in this analysis.
- Correct. This is often effective to reject a disturbance before it affects the primary controller process variable
3. Which of the following is a difference between feedforward and cascade control?
- Incorrect. The correct answer is D
- Incorrect. The correct answer is D
- Incorrect. The correct answer is D
- Correct.
4. Under what circumstances does feedforward control not reject disturbances?
- Incorrect. Transfer functions for the process and actuator are typical. Transfer functions can be combined by multiplying the transfer functions in series.
- Incorrect. Feedforward control works well if the process dead time is less than the disturbance dead time
- Incorrect. This is more challenging, but requires a lead-lag controller `G_{ff}` instead of a feedforward controller gain `K_{ff}`
- Correct. Feedforward control is not effective when `\theta_p` is greater than `\theta_d`
5. Given the following two transfer functions for a process and disturbance, find the feedforward control gain `K_{ff}`.
$$G_p(s) = \frac{7.0e^{-4s}}{5s + 1}$$
$$G_d(s) = \frac{4.0e^{-5s}}{4s + 1}$$
- Incorrect. This is the process gain
$$K_p = \lim_{s \to 0} G_p(s) = \lim_{s \to 0} \frac{7.0e^{-4s}}{5s + 1} = 7$$
- Correct.
$$K_p = \lim_{s \to 0} G_p(s) = \lim_{s \to 0} \frac{7.0e^{-4s}}{5s + 1} = 7$$
$$K_d = \lim_{s \to 0} G_d(s) = \lim_{s \to 0} \frac{4.0e^{-5s}}{4s + 1} = 4$$
$$G_{ff} = -\frac{K_d}{K_p} = -\frac{4}{7}$$
- Incorrect. Review the Final Value Theorem (FVT) to find the gain of the process and disturbance
- Incorrect. It is missing the negative sign