9.4 Industrial Power Electronics & Control System Theory

Key Takeaways

  • Silicon Controlled Rectifiers (SCRs) turn on when an appropriate gate pulse is applied while forward-biased, staying latched until anode current falls below holding current (I_H).
  • TRIACs enable bidirectional AC current control across all four operating quadrants, serving as phase-controlled switches in AC power dimmers and motor drives.
  • Closed-loop control systems utilize negative feedback to minimize systemic error, governed by the canonical transfer function T(s) = C(s)/R(s) = G(s) / (1 + G(s)H(s)).
  • The Routh-Hurwitz stability criterion evaluates absolute system stability by constructing a Routh array from the characteristic equation 1 + G(s)H(s) = 0, where the number of first-column sign changes equals the number of unstable right-half s-plane roots.
  • Proportional-Integral-Derivative (PID) controllers balance immediate response (K_p), elimination of steady-state offset (K_i), and transient damping predictive control (K_d).
Last updated: July 2026

9.4 Industrial Power Electronics & Control System Theory

Quick Answer: Industrial power electronics relies on solid-state switches like SCRs and TRIACs for high-power AC/DC regulation. An SCR triggers via gate current and conducts until anode current drops below holding current (I_H). Control system theory models closed-loop systems using negative feedback with transfer function T(s) = G(s) / (1 + G(s)H(s)). Routh-Hurwitz stability analysis detects unstable right-half s-plane roots by counting sign changes in the first column of the Routh array derived from characteristic equation 1 + G(s)H(s) = 0. Industrial automation employs PID controllers to eliminate steady-state error and optimize transient response.

1. Industrial Power Semiconductor Devices

Power electronics manages the conversion and control of electric power (kW to MW) using solid-state semiconductor switches.

Thyristors: Silicon Controlled Rectifier (SCR)

An SCR is a 4-layer PNPN, 3-terminal (Anode A, Cathode K, Gate G) bistable semiconductor switch that acts as a controlled diode.

  • Operating Modes:
    1. Reverse Blocking: Anode negative relative to cathode (V_{AK} < 0). Junctions J₁ and J₃ are reverse-biased.
    2. Forward Blocking: Anode positive (V_{AK} > 0), but no gate current (I_G = 0). Junction J₂ is reverse-biased, permitting only minute leakage current until forward breakover voltage V_{BO} is exceeded.
    3. Forward Conduction: Anode positive and a positive gate pulse I_G is applied to J₂. The SCR latches into conduction, dropping V_{AK} ≈ 1.2 V to 2.0 V.
  • Latching Current (I_L) vs. Holding Current (I_H):
    • Latching Current (I_L): Minimum anode current required to transition the SCR from forward blocking to forward conduction and maintain it ON immediately after gate trigger pulse removal.
    • Holding Current (I_H): Minimum anode current required to keep the SCR ON in forward conduction. If anode current drops below I_H, the SCR turns OFF. Note: I_L > I_H.
  • Commutation: Turning off an SCR requires reducing anode current below I_H. Natural Commutation occurs automatically in AC circuits when voltage reverses polarity. Forced Commutation uses auxiliary LC circuits to reverse-bias the SCR in DC applications.

TRIAC & DIAC

  • TRIAC (Triode for AC): A 5-layer bidirectional thyristor equivalent to two SCRs connected in inverse-parallel with a single common gate. Conducts current in both directions upon receiving positive or negative gate pulses relative to Main Terminal 1 (MT₁). Used extensively in AC motor speed control and lamp dimming.
  • DIAC (Diode for AC): A 3-layer bidirectional trigger diode with no gate terminal. Breakover occurs equally in either direction when applied voltage exceeds V_{BO} ≈ 30 V. Used to fire TRIAC gate circuits symmetrically.

2. Thyristor Firing Circuits & Phase Control

Phase control varies the instant during an AC voltage cycle at which the thyristor is triggered into conduction, specified by firing angle α (0° ≤ α ≤ 180°).

Single-Phase Half-Wave Controlled Rectifier

For a resistive load R connected to AC source v_s(t) = V_m sin(ωt):

  • Conduction angle is γ = 180° - α.
  • Average DC Output Voltage (V_{dc}): Vdc=12παπVmsin(ωt)d(ωt)=Vm2π(1+cosα)V_{dc} = \frac{1}{2\pi} \int_{\alpha}^{\pi} V_m \sin(\omega t) d(\omega t) = \frac{V_m}{2\pi}(1 + \cos\alpha)
  • For a Single-Phase Full-Wave Fully Controlled Converter: Vdc=Vmπ(1+cosα)V_{dc} = \frac{V_m}{\pi}(1 + \cos\alpha)

Setting α = 0° yields maximum DC output (V_{dc} = 2V_m / π), while α = 90° reduces V_{dc} = 0.


3. Control System Modeling & Transfer Functions

A control system regulates physical outputs (position, speed, temperature) to track desired reference inputs.

Open-Loop vs. Closed-Loop Systems

  • Open-Loop System: Operates without output feedback. Sensitive to external disturbances and parameter drift.
  • Closed-Loop (Feedback) System: Measures output C(s), compares it against reference R(s) to compute error E(s) = R(s) - B(s), and adjusts control action accordingly.

Canonical Closed-Loop Block Diagram Reduction

Consider a system with forward path transfer function G(s) and feedback path transfer function H(s):

           E(s)           +------+  C(s)
  R(s) --->(+)---------> | G(s) | ------+---> Output C(s)
            |-|           +------+       |
             ^                           |
             |            +------+       |
             +----------- | H(s) | <-----+
                          +------+
                           B(s)
  1. Error Equation: E(s) = R(s) ∓ H(s)C(s)
  2. Output Equation: C(s) = G(s)E(s) = G(s)[R(s) ∓ H(s)C(s)]
  3. Rearranging yields the Closed-Loop Transfer Function T(s): T(s)=C(s)R(s)=G(s)1±G(s)H(s)T(s) = \frac{C(s)}{R(s)} = \frac{G(s)}{1 \pm G(s)H(s)} *(Negative feedback uses the + sign in the denominator: T(s) = G(s) / (1 + G(s)H(s))).
  4. Characteristic Equation: The roots of 1 + G(s)H(s) = 0 dictate system stability and transient response.

4. Routh-Hurwitz Stability Criterion

A linear time-invariant (LTI) control system is bounded-input bounded-output (BIBO) stable if and only if all poles of T(s) (roots of the characteristic equation) reside strictly in the Left-Half of the s-plane (Re(s) < 0).

The Routh-Hurwitz Criterion determines absolute stability without factoring higher-order characteristic polynomials: P(s)=ansn+an1sn1+an2sn2++a1s+a0=0P(s) = a_n s^n + a_{n-1} s^{n-1} + a_{n-2} s^{n-2} + \dots + a_1 s + a_0 = 0

Construction of Routh Array

Arrange polynomial coefficients into rows:

s^n & a_n & a_{n-2} & a_{n-4} \\ s^{n-1} & a_{n-1} & a_{n-3} & a_{n-5} \\ s^{n-2} & b_1 & b_2 & b_3 \\ s^{n-3} & c_1 & c_2 & c_3 \\ \vdots & \vdots & \vdots & \vdots \\ s^0 & a_0 & \end{array}$$ where coefficients are evaluated as: $$b_1 = \frac{a_{n-1} a_{n-2} - a_n a_{n-3}}{a_{n-1}}, \quad b_2 = \frac{a_{n-1} a_{n-4} - a_n a_{n-5}}{a_{n-1}}$$ $$c_1 = \frac{b_1 a_{n-3} - a_{n-1} b_2}{b_1}$$ ### Stability Rule & Worked Example **Routh Theorem:** The number of roots of P(s) in the unstable right-half s-plane (RHP) equals the number of sign changes in the first column of the Routh array. For stability, all elements in the first column must be strictly positive. **Worked Example:** Evaluate stability for characteristic equation s³ + 3s² + 3s + 1 + K = 0: - Row s³: 1, 3 - Row s²: 3, 1+K - Row s¹: (3(3) - 1(1+K)) / 3 = (8-K) / 3 - Row s⁰: 1+K For stability (no sign changes in 1st column): 1. (8-K) / 3 > 0 ⇒ K < 8 2. 1 + K > 0 ⇒ K > -1 Range for absolute stability: -1 < K < 8. At K = 8, marginal stability occurs with sustained oscillations. --- ## 5. PID Controllers in Industrial Loops Proportional-Integral-Derivative (PID) controllers process tracking error e(t) = r(t) - c(t) to generate control signal u(t): $$u(t) = K_p e(t) + K_i \int_0^t e(\tau) d\tau + K_d \frac{de(t)}{dt}$$ Transfer Function G_c(s): $$G_c(s) = K_p + \frac{K_i}{s} + K_d s = \frac{K_d s^2 + K_p s + K_i}{s}$$ ### Effects of PID Controller Parameters - **Proportional Gain (K_p):** Accelerates response and decreases rise time, but increases overshoot and cannot eliminate steady-state error. - **Integral Gain (K_i):** Adds a pole at the origin (s=0), increasing system type number and completely eliminating steady-state error to step inputs. However, it worsens transient stability and introduces overshoot. - **Derivative Gain (K_d):** Adds a zero, providing predictive damping that reduces overshoot and improves transient settling time t_s.
Test Your Knowledge

In thyristor power electronics, how does Latching Current (I_L) differ from Holding Current (I_H) in a Silicon Controlled Rectifier (SCR)?

A
B
C
D
Test Your Knowledge

A unity feedback control system has a forward path transfer function G(s) = 10 / (s + 2). What is the closed-loop transfer function T(s) = C(s) / R(s)?

A
B
C
D
Test Your Knowledge

The characteristic equation of a feedback control system is s³ + 2s² + 4s + 8 = 0. Constructing the Routh array yields a first column of [1, 2, 0, 8]. What does this indicate regarding system stability?

A
B
C
D