• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar
  • Skip to footer
  • Subscribe
  • Advertise

Power Electronic Tips

Power Electronic News, Editorial, Video and Resources

  • Products
    • Power Supplies
    • AC-DC
    • DC-DC
    • Battery Management
    • Capacitors
    • Magnetics
    • MOSFETS
    • Power Management
    • RF Power
    • Resistors
    • Transformers
    • Transistors
  • Applications
    • 5G
    • AI
    • Automotive
    • EV Engineering
    • LED Lighting
    • Industrial
    • IoT
    • Wireless
  • Learn
    • eBooks / Tech Tips
    • EE Training Days
    • FAQ
    • Learning Center
    • Tech Toolboxes
    • Webinars & Digital Events
  • Resources
    • Design Guide Library
    • Digital Issues
    • Engineering Diversity & Inclusion
    • LEAP Awards
    • Podcasts
    • White Papers
    • Design Fast
  • Video
    • EE Videos & Interviews
    • Teardown Videos
  • EE Forums
    • EDABoard.com
    • Electro-Tech-Online.com
  • Engineeering Training Days
  • Newsetter Subscription

Power supply control techniques

December 13, 2021 By Jeff Shepard

Power supply control has evolved from primitive ferroresonant regulation and linear power supplies to simple hysteretic control, analog voltage-mode control, analog current-mode control, and now various approaches to digital control. Compared with switched-mode power supplies, the output of ferroresonant designs is not as precisely regulated, while linear regulation can produce very tightly regulated and very low noise outputs. Ferroresonant and linear power supplies are much simpler but are less efficient than switched-mode designs. The various switched-mode control techniques in most electronic systems provide the best combination of high efficiency and output regulation.

Ferroresonant control is a transformer-based technique that uses nonlinear magnetic properties and a resonant circuit to provide a stable output voltage over input voltage variations as large as ±40%. Ferroresonant power supplies are environmentally rugged, inherently current limiting, and absorb most power line induced transients. Before the spread of switched-mode technology, ferroresonant power supplies were the primary source of -48Vdc power in every telecommunication central office.

A ferroresonant transformer consists of an auxiliary secondary winding with a parallel capacitive tank to provide a resonant circuit at the supply voltage frequency (Figure 1). Regulation results from the saturation characteristics of the transformer’s iron core together with a resonant LC circuit on the same core. The resonant circuit can sustain the output voltage for several milliseconds if the AC input varies or drops out. The resonant circuit also acts as a filter to reject harmonics produced by the core saturation.

Figure 1: Ferroresonant regulation is a transformer-based control technique based on the nonlinear properties of a resonant LC circuit. (Image: Sunpower Electronics)

Linear regulators

Like ferroresonant designs, linear regulators (linears) are an inefficient dissipative technology. A basic linear consists of a pass transistor used to regulate the output voltage (Figure 2). Control is provided using feedback from a resistor divider that senses the output voltage. The feedback voltage is compared with a reference voltage in an error amplifier. The output of the error amplifier controls the pass transistor. The error amplifier constantly adjusts its output voltage (and the current through the pass transistor) to force the feedback voltage equal to the reference voltage.

Figure 2: Linear control is implemented with an output transistor, an error amplifier, and a reference voltage that is compared with a feedback signal derived from an external voltage divider (R1 and R2) (Image: ROHM Semiconductor)

The dropout voltage is an important specification for linears. The minimum voltage drop is required across the regulator to maintain output voltage regulation. There are three basic types of linear regulator designs:

  • Standard linear (NPN Darlington driven by a PNP transistor), drop out voltage up to 3V
  • Low Dropout (LDO) linear, drop out voltage 1V to 2V with an NPN output transistor, 0.7V or less with a PNP or MOSFET output transistor
  • Quasi LDO with a drop out voltage 0.9V to 1.5 V

Standard linears are best for AC-powered applications, where low cost and relatively high load current are required. LDOs are best suited for battery-powered applications because the lower dropout voltage translates directly into cost savings and longer battery life. Regardless of the drop-out voltage, all linears are buck regulators (Table 1). Switched-mode control is required to implement boost, buck/boost, or inverting power conversion.

Table 1: Performance comparison of generic linear regulation versus switching regulation. (Image: ROHM Semiconductor)

Three flavors of switch-mode control

The three main switched-mode analog control topologies are hysteretic, voltage, and current. Each provides unique performance tradeoffs. Hysteretic control (also called bang/bang control) is the simplest implementation and needs no compensation to maintain stability. The output voltage is sensed and compared with a reference in a hysteretic controller. A switching cycle is started when the output voltage reaches a lower threshold and is terminated after a constant time period or when the output voltage reaches an upper threshold (Figure 3).

Figure 3: Hysteric control is simple and inherently stable without compensation, but it uses a variable switching frequency resulting in EMI concerns. (Image: Texas Instruments)

Hysteretic control is asynchronous, responding immediately to voltage variations caused by step load changes. Voltage and current mode controllers use a clock signal and must wait until the next clock cycle before responding to any voltage deviation. The fast transient response of hysteretic control reduces the amount of output capacitance needed but at the expense of variable frequency operation. Voltage-mode or current-mode control should be used in applications that cannot easily accommodate a variable frequency power supply.

Only the output voltage is monitored through a feedback loop in voltage mode control. Voltage-mode control synchronizes the pulse-width-modulation (PWM) control with a clock signal (Figure 4). It requires loop compensation to maintain stability, making it more difficult to implement than hysteretic control. At the beginning of each clock cycle, the control switch is turned on, delivering energy to the output. The compensated error voltage, obtained by combining the output voltage with the reference voltage in an error amp, is compared with the triangular wave from the PWM generator. When the ramp of the PWM signal intersects the compensated error voltage, the controller turns off the control switch which remains off until the next clock pulse.

Figure 4: Voltage mode control offers better noise immunity than hysteric or current mode control but can be challenging to implement. (Image: Texas Instruments)

Advantages of voltage-mode control are its relative simplicity based on using a single voltage feedback loop, the ability to control shorter on-times, and good noise immunity. Unfortunately, while the feedback looks simple, compensation is complex, and the design of voltage-mode power supplies can be relatively challenging.

Current-mode control is also synchronized with a clock signal. But it has a different set of design and performance tradeoffs compared with voltage-mode control. At the beginning of each clock cycle, the control switch is turned on, delivering energy to the inductor (Figure 5). Like voltage-mode, an error amplifier compares the output to a reference. Current-mode also monitors the inductor current. The switch is turned off when the sensed current intersects the error amplifier voltage.

Figure 5: Current mode control responds fast to output current variations but is sensitive to current spikes. (Image: Texas Instruments)

Current-mode control eliminates the inductor from the loop, resulting in a single-pole transfer function related only to the output capacitance and load resistance. One challenge with current-mode control is that noise from the switching transitions can corrupt the current feedback signal resulting in premature turn-off of the PWM cycle. Leading-edge blanking is commonly used to address this concern. Current-mode designs are usually more expensive since they include both voltage and current feedback loops. Subharmonic oscillations that can occur in duty cycles of 50% or higher are limitations of current-mode control. This can be addressed using slope compensation techniques that result in additional design complexity.

Current-mode is a very popular control method due to its fixed-frequency operation, simplified current limiting, parallelability, good transient response, and relative ease of compensation. Each of the three basic power supply control techniques offers different performance tradeoffs and design challenges (Table 2).

Table 2: Comparison of power supply control performance and design complexity. (Image: Texas Instruments)

Digital is different

Digital proportional-integral-derivative (PID) controllers have been used in (relatively slow) motor control loops for decades. But the adaption of PID control for high-frequency switched-mode power supplies is a relatively recent development. PID control can monitor and control both voltage and current.

In a PID algorithm, each of the three terms has a specific purpose (Figure 6). The error between the target output voltage and the actual output voltage is the proportional term used to provide the major part of the control loop command output. The integral term contains the accumulation of the proportional errors and helps to move the control system to the desired output voltage. Without the integral term, the proportional term’s effect on reaching the desired output voltage diminishes as the error is reduced. The change in the proportional error over time comprises the derivative term. The derivative term is used to moderate transient conditions and provide high-frequency gain for the control loop.

Figure 6: In a PID controller, the (Image: Microchip)

More advanced PID algorithms include “feed-forward” terms. Conventional PID control relies on a measured error in the output voltage to create the command needed to move toward the desired output voltage. Digital signal processors (DSPs) and microprocessors (MCUs) can be used to add more terms to the PID equation. The basic feed-forward term is used to create an “ideal” control loop command based on the input voltage system component values and the desired output voltage. The feed-forward term is added to the basic PID terms to improve stability and overall performance.

In more advanced implementations, anticipated load current changes can be added to the feed-forward equations. Some large digital ICs such as MCUs enter sleep mode to minimize thermal dissipation when they are not active. An MCU preparing to emerge from sleep mode can signal the power supply in anticipation of the need for current, resulting in a faster transient response. Feed-forward terms can anticipate that type of system changes before they are reflected in the power supply’s output voltage. These feed-forward terms are inherently stable and “anticipatory”.

Advanced digital control algorithms can dynamically change the control parameters and adapt to changing operational conditions such as input voltages and load conditions, turning on and off phases in multi-phase architectures, and complex system power management schemes. Digital control also enables the use of complex power conversion topologies, such as resonant and quasi-resonant converters, that are not easily implemented with analog control techniques.

Summary

Power supply control techniques have advanced significantly over time, beginning with basic ferroresonant and linear power supplies, both of which are still widespread. The development of switched-mode control brought higher efficiency to power conversion, beginning with hysteretic control and voltage mode control, before advancing to current mode control, which simplified feedback compensation. Digital control has enabled more advanced power converter control, including feed-forward control and the ability to dynamically change control parameters to adapt to changing operating conditions and system requirements.

References

Control Methods (Voltage Mode, Current Mode, Hysteresis Control), ROHM Semiconductor
Ferroresonant power supply, Sunpower Electronics
Introduction to Power Control Theory, Texas Instruments
Introduction to SMPS Control Techniques, Microchip
PID Basics, Microchip

You may also like:


  • Two- and four-switch power conversion topologies

  • What is one-switch power conversion?
  • PoL power
    Technology trends for increased PoL power densities

  • Flyback power converters, Part 1: basic principles
  • example-efficiency-graphs-device-shown-rp30-2405s
    Efficiency in power conversion circuits

Filed Under: FAQ, Featured Tagged With: FAQ

Primary Sidebar

Featured Contributions

Robust design for Variable Frequency Drives and starters

Meeting demand for hidden wearables via Schottky rectifiers

The case for vehicle 48 V power systems

GaN reliability milestones break through the silicon ceiling

Developing power architecture to support autonomous transportation

More Featured Contributions

EE LEARNING CENTER

EE Learning Center

EE TECH TOOLBOX

“ee
Tech Toolbox: 5G Technology
This Tech Toolbox covers the basics of 5G technology plus a story about how engineers designed and built a prototype DSL router mostly from old cellphone parts. Download this first 5G/wired/wireless communications Tech Toolbox to learn more!

EE ENGINEERING TRAINING DAYS

engineering
“power
EXPAND YOUR KNOWLEDGE AND STAY CONNECTED
Get the latest info on technologies, tools and strategies for EE professionals.
“bills

RSS Current EDABoard.com discussions

  • Testing 5kW Grid Tied inverter over 200-253VAC
  • Mean offset increase in post-layout simulation of clocked comparator
  • Getting different output for op amp circuit
  • dc-dc converter in series
  • Wireless microphone reviews

RSS Current Electro-Tech-Online.com Discussions

  • Back to the old BASIC days
  • using a RTC in SF basic
  • what's it's name
  • What is correct names for GOOD user friendly circuit drawing program?
  • Curved lines in PCB design

DesignFast

Component Selection Made Simple.

Try it Today
design fast globle

Footer

EE World Online Network

  • 5G Technology World
  • EE World Online
  • Engineers Garage
  • Analog IC Tips
  • Battery Power Tips
  • Connector Tips
  • DesignFast
  • EDA Board Forums
  • Electro Tech Online Forums
  • EV Engineering
  • Microcontroller Tips
  • Sensor Tips
  • Test and Measurement Tips

Power Electronic Tips

  • Subscribe to our newsletter
  • Advertise with us
  • Contact us
  • About us

Copyright © 2025 · WTWH Media LLC and its licensors. All rights reserved.
The material on this site may not be reproduced, distributed, transmitted, cached or otherwise used, except with the prior written permission of WTWH Media.

Privacy Policy