Soft-Start Circuit for SMPS
1. Purpose and Importance of Soft-Start in SMPS
Purpose and Importance of Soft-Start in SMPS
Switched-mode power supplies (SMPS) exhibit high inrush currents during startup due to the rapid charging of bulk capacitors and the abrupt application of input voltage to uncharged inductive and capacitive elements. Without mitigation, these transient currents can exceed the rated limits of semiconductor devices, degrade capacitor lifespan, and cause voltage droops in the input supply.
Inrush Current Mechanism
The inrush current Iinrush in an SMPS is primarily governed by the input capacitance Cin and the equivalent series resistance (ESR) of the capacitor network. For a step input voltage Vin, the peak current can be approximated by:
In practical designs, the first term dominates due to the near-instantaneous voltage step applied across the minimal ESR of high-quality capacitors. For example, a 100μF input capacitor with 10mΩ ESR subjected to a 48V step input would theoretically produce a 4,800A transient – far exceeding the ratings of most components.
Soft-Start Implementation Principles
Soft-start circuits gradually ramp the control signal or input voltage to limit dI/dt and dV/dt during startup. The most common implementations use:
- Time-based RC charging: A capacitor charges through a resistor to generate a slowly rising voltage that controls the PWM duty cycle
- Current-limited startup: Active current sensing and limiting through MOSFETs or bipolar transistors
- Digital control: Microcontroller or DSP gradually increasing the duty cycle over programmed intervals
The soft-start time constant τss must be carefully selected to balance between:
where Imax is the maximum allowable inrush current. Too short a time constant fails to adequately limit current, while excessive durations may violate system startup requirements.
Practical Design Considerations
In high-power SMPS (≥1kW), soft-start becomes critical for both reliability and regulatory compliance. Key design factors include:
- MOSFET safe operating area (SOA) during the startup phase
- Thermal stress on input capacitors from repeated high-current transients
- Prevention of magnetic saturation in transformers and inductors
- Input voltage sag effects on parallel-connected power supplies
Modern IC controllers like the UC3844 or LT4356 integrate sophisticated soft-start features including adjustable timing, fault detection, and foldback current limiting. These implementations typically achieve inrush current reduction of 10-100x compared to uncontrolled startup.
System-Level Benefits
Proper soft-start implementation provides measurable improvements in:
- Component reliability: 5-10x improvement in capacitor and MOSFET lifespan
- EMI reduction: Lower conducted emissions during startup transitions
- System stability: Prevents brownout conditions in shared power architectures
- Fault tolerance: Enables safe recovery from short-circuit conditions
The energy dissipated during startup with soft-start (Ess) is significantly reduced compared to uncontrolled startup (Euncontrolled):
where R is the equivalent charging resistance. This directly translates to reduced thermal stress on components.
1.2 Key Challenges Addressed by Soft-Start Circuits
Inrush Current Suppression
Switched-mode power supplies (SMPS) exhibit high inrush currents during startup due to the rapid charging of bulk capacitors and the low initial impedance of the transformer. The peak inrush current Iinrush can be approximated by:
where C is the total capacitance and dV/dt is the voltage ramp rate. Without soft-start, this transient current can exceed 10× the steady-state current, stressing components and potentially tripping protection circuits.
Transformer Saturation Prevention
In flyback and forward converters, abrupt application of full duty cycle can drive the transformer core into saturation. The magnetic flux density B follows:
where Np is primary turns and Ae is core cross-section. Soft-start circuits gradually increase duty cycle, preventing B(t) from reaching saturation limits too quickly.
Output Voltage Overshoot Mitigation
The control loop in SMPS requires finite time to stabilize. Instantaneous full-power operation causes overshoot governed by:
where fc is the crossover frequency. Soft-start circuits reduce dVout/dt by controlling the error amplifier's reference voltage ramp rate.
MOSFET Stress Reduction
Power MOSFETs experience simultaneous high voltage and current during hard switching. The switching loss energy Esw is:
Soft-start circuits limit ID during turn-on by gradually increasing duty cycle, reducing thermal stress on switching elements.
Input Source Protection
High inrush currents can cause voltage sag in the input source, especially with current-limited supplies or battery-powered systems. The voltage drop ΔV across source impedance Zs is:
Soft-start circuits maintain input current within source capabilities by controlling the power stage's effective impedance during startup.
Sequencing and Coordination
In multi-rail systems, soft-start circuits enable controlled power-up sequencing. The time delay td between rails is often implemented as:
where Rss and Css are soft-start components, Vref is the reference voltage, and Vth is the comparator threshold.
1.3 Basic Operating Principles
The soft-start circuit in a switched-mode power supply (SMPS) mitigates inrush current by gradually ramping up the output voltage during startup. This is achieved through controlled charging of a capacitor that modulates the duty cycle or gate drive of the power switch. The fundamental mechanism relies on the time constant formed by the soft-start capacitor (CSS) and an associated resistor (RSS).
Time-Domain Analysis
The soft-start voltage (VSS) follows an exponential rise governed by:
where VREF is the reference voltage and Ï„ = RSSCSS is the time constant. The output voltage tracks VSS, limiting the initial current spike. For a linear ramp approximation, the slew rate is:
Feedback Loop Interaction
The soft-start capacitor integrates current from a fixed bias source (ISS), creating a voltage that clamps the error amplifier's output. This forces the pulse-width modulation (PWM) comparator to generate gradually widening pulses. The relationship between ISS and ramp time is:
Modern IC implementations often replace the passive RC network with active current sources for better precision.
Nonlinear Effects
In practical designs, the soft-start behavior deviates from ideal due to:
- MOSFET gate capacitance: Delays the effective switching threshold
- Bootstrap circuit limitations: Affects high-side driver operation during startup
- Magnetic saturation: In transformers/inductors when duty cycle changes abruptly
The minimum required soft-start time to prevent saturation can be derived from Faraday's law:
where Np is primary turns, Ae core area, ΔB flux density swing, and Dmax the maximum duty cycle.
Implementation Variants
Three primary soft-start architectures are used in SMPS designs:
Type | Mechanism | Application |
---|---|---|
Analog RC | Passive capacitor charging | Low-cost AC/DC converters |
Digital Step | Microcontroller-controlled PWM steps | Digital power supplies |
Hybrid | Combined analog ramp with digital trim | High-precision VRMs |
The choice depends on required precision, cost constraints, and whether the system needs adaptive soft-start (e.g., for hot-plug scenarios).
2. Component Selection for Soft-Start Implementation
Component Selection for Soft-Start Implementation
Key Parameters in Soft-Start Design
The soft-start circuit in a switched-mode power supply (SMPS) must be carefully designed to limit inrush current while ensuring stable startup. The primary parameters governing component selection include:
- Startup time constant (Ï„): Determines the ramp rate of the output voltage
- Peak inrush current limit: Dictates the required impedance during startup
- Control method: Analog (RC-based) vs. digital (microcontroller/PWM-based)
- Power dissipation: Must be minimized in steady-state operation
RC-Based Soft-Start Implementation
The most common analog implementation uses an RC network to gradually charge the feedback node of the PWM controller. The time constant is given by:
where Rss is the soft-start resistor and Css is the soft-start capacitor. The required capacitance can be derived from the desired startup time (tstart) and the controller's soft-start charge current (Iss):
Typical values range from 0.1μF to 10μF for Css and 10kΩ to 100kΩ for Rss, depending on the controller IC.
MOSFET-Based Current Limiting
For higher power applications, an N-channel MOSFET with gate charge control provides superior performance. The MOSFET's on-resistance (RDS(on)) must be selected based on:
where Iinrush(max) is the maximum allowable inrush current. The gate drive circuit typically uses a series RC network with time constant:
where Ciss is the MOSFET's input capacitance.
Thermal Considerations
Power dissipation during soft-start must be evaluated for both resistive and MOSFET-based implementations. For a resistor, the peak power is:
MOSFETs must be selected with adequate safe operating area (SOA) to handle the transient power dissipation:
Practical Component Selection Guidelines
- Capacitors: Use X7R or better dielectric for minimal voltage coefficient
- Resistors: 1% tolerance metal film for precise timing
- MOSFETs: Select with low Qg and RDS(on) tradeoff
- Diodes: Fast recovery types for bypass circuits
For digital implementations, the soft-start parameters are programmed in the controller's registers, with resolution and step time being critical selection factors.
2.2 Timing and Ramp-Up Characteristics
The timing and ramp-up characteristics of a soft-start circuit are critical in determining how smoothly the power supply transitions from zero to full output voltage. These parameters directly influence inrush current suppression, component stress, and overall system reliability.
Time Constant and Voltage Ramp Rate
The soft-start duration is primarily governed by an RC time constant, where the capacitor (Css) charges through a resistor (Rss). The voltage across the capacitor follows an exponential rise:
where Vref is the reference voltage of the control IC. The ramp rate (dV/dt) is steepest at t = 0 and gradually decreases as the capacitor approaches full charge. For practical designs, the soft-start time (tss) is typically defined as the duration required to reach 90-95% of Vref:
Linear Approximation for Design Simplification
While the exact behavior is exponential, designers often approximate the soft-start waveform as linear for simplicity. This is valid when operating in the early portion of the curve (where t ≪ RssCss), yielding a constant ramp rate:
This approximation is particularly useful when calculating the required current limit during startup or when interfacing with digital control systems that operate on discrete time steps.
Impact on MOSFET Switching Behavior
The soft-start ramp directly modulates the PWM duty cycle in voltage-mode control architectures. For current-mode control, it typically limits the error amplifier's output voltage. In both cases, the gradual increase in duty cycle prevents sudden current surges. The effective duty cycle (D(t)) during soft-start can be expressed as:
where Dmax is the maximum steady-state duty cycle. This relationship ensures that the output voltage tracks the soft-start ramp proportionally.
Non-Ideal Effects and Compensation
In practice, several non-ideal factors affect the soft-start characteristics:
- Capacitor leakage current: High leakage in electrolytic capacitors can extend the soft-start time.
- IC internal current limits: Some controllers use a fixed current source to charge Css, creating a truly linear ramp independent of Rss.
- Load-dependent effects: Heavy loads may cause the output to lag behind the soft-start ramp, requiring adjustment of tss.
For critical applications, the soft-start capacitor can be split into two parallel components - a fixed value for basic timing and a smaller adjustable capacitor for fine-tuning the ramp profile.
Design Example: Calculating Soft-Start Components
Consider a 500kHz SMPS controller with Vref = 0.8V requiring a 5ms soft-start period. Using the exponential relationship:
Selecting Css = 10nF (a common value for noise immunity):
A standard 220kΩ resistor would provide tss ≈ 5.06ms. The resulting initial ramp rate would be approximately:
This gradual rise ensures minimal inrush current while maintaining stable feedback loop operation during startup.
2.3 Impact on Inrush Current and Component Stress
Inrush current in an SMPS occurs primarily due to the rapid charging of bulk input capacitors when power is first applied. Without current limiting, this transient can reach amplitudes several times higher than the steady-state input current, governed by:
where Vcap is the initial capacitor voltage (typically 0V at startup), RESR is the equivalent series resistance, and Rtrace represents PCB trace resistance. In practical designs, the absence of current limiting can result in peak currents exceeding 100A for milliseconds, subjecting components to severe thermo-mechanical stress.
Diode and MOSFET Stress Analysis
The rectification stage and switching transistors bear the brunt of inrush currents. For a silicon diode, the peak surge current IFSM specified in datasheets defines the maximum allowable non-repetitive forward current. Exceeding this value risks:
- Localized heating beyond the safe operating area (SOA)
- Bond wire fatigue due to thermal expansion mismatches
- Degradation of the PN junction over multiple cycles
Power MOSFETs face similar challenges, where the initial current spike combined with high dV/dt during turn-on can induce:
This instantaneous power dissipation often exceeds the transistor's transient thermal impedance capability, potentially leading to latch-up or gate oxide damage.
Capacitor Aging Mechanisms
Electrolytic capacitors exhibit accelerated aging when subjected to high inrush currents. The relationship between current stress and lifetime reduction follows an Arrhenius-type model:
where α represents the current acceleration factor (typically 0.1-0.3 for aluminum electrolytics). Each 10°C rise above rated temperature halves the component lifespan, while current spikes further degrade the electrolyte through gas generation and oxide layer damage.
Soft-Start Current Profiling
Effective soft-start circuits shape the inrush current into a controlled ramp. The optimal time constant Ï„ balances component protection with startup time requirements:
Modern implementations often use active current limiting with feedback control, maintaining the current slope within safe boundaries while compensating for line and load variations. This approach typically reduces peak currents by 70-90% compared to uncontrolled startup.
Transformer Saturation Considerations
In isolated topologies, uncontrolled inrush current can drive high-frequency transformers into saturation during the first switching cycles. The flux density deviation follows:
where Ae is the core cross-section area. Soft-start circuits prevent saturation by gradually increasing the duty cycle, allowing the control loop to establish proper volt-second balance before full power operation.
3. RC-Based Soft-Start Circuits
3.1 RC-Based Soft-Start Circuits
RC-based soft-start circuits are among the simplest and most cost-effective methods to control the inrush current in switched-mode power supplies (SMPS). By leveraging the exponential charging behavior of a resistor-capacitor (RC) network, these circuits gradually ramp up the control voltage of the PWM controller, ensuring a smooth startup.
Operating Principle
The core mechanism relies on charging a capacitor (Css) through a resistor (Rss), generating a time-varying voltage that governs the PWM controller's reference or error amplifier. The RC time constant (Ï„ = RssCss) dictates the soft-start duration. The capacitor voltage Vss(t) follows:
where Vref is the final steady-state reference voltage. This exponential rise ensures the duty cycle expands gradually, limiting inrush current.
Design Considerations
Key parameters include:
- Time Constant (Ï„): Typically set between 10 ms to 100 ms, balancing startup delay and inrush mitigation.
- Capacitor Selection: Low-leakage ceramic or tantalum capacitors (1 μF–10 μF) are preferred for stability.
- Resistor Selection: Values range from 10 kΩ to 100 kΩ, ensuring minimal power dissipation.
Practical Implementation
A typical implementation integrates the RC network with the PWM controller's soft-start pin. For example, in a UC3842-based flyback converter:
Mathematical Derivation of Soft-Start Time
The soft-start time (tss) to reach 95% of Vref is derived from the RC charging equation:
Solving for tss:
Thus, selecting Rss = 47 kΩ and Css = 2.2 μF yields tss ≈ 310 ms.
Limitations and Mitigations
- Leakage Current: High leakage in electrolytic capacitors can distort the ramp. Use low-leakage types.
- Temperature Dependence: RC values drift with temperature. Stable components (e.g., X7R ceramics) are recommended.
- Reset Mechanism: A discharge path (e.g., MOSFET) is often added to reset Css during shutdown.
Advanced Variants
For precision control, the basic RC circuit can be enhanced with:
- Current Limiting: A series transistor to clamp the ramp rate during faults.
- Programmable RC: Digital potentiometers or DACs for adjustable soft-start times.
3.2 Active MOSFET-Based Soft-Start Circuits
Active MOSFET-based soft-start circuits provide precise control over inrush current by dynamically regulating the gate-source voltage (VGS) of a power MOSFET. Unlike passive RC-based approaches, these circuits offer programmable ramp rates, better thermal stability, and immunity to component tolerances.
Circuit Topology and Operating Principle
The core architecture consists of:
- An N-channel MOSFET in series with the input rail
- Gate driver with controlled current source (typically 50-500 μA)
- Feedback network monitoring output voltage
- Timing capacitor (CSS) setting the ramp duration
The MOSFET operates in its linear region during startup, with drain-source resistance (RDS(on)) varying according to:
Mathematical Analysis of Ramp Generation
The gate voltage ramp is determined by the current source (Icharge) charging CSS:
Solving the differential equation yields the linear ramp characteristic:
The complete turn-on time (ton) occurs when VGS reaches its final value:
Practical Implementation Considerations
Key design parameters include:
- MOSFET selection: Must handle peak inrush current while remaining in saturation during normal operation
- Current source stability: Requires temperature compensation for consistent performance
- Miller plateau effects: Additional capacitance may be needed to avoid gate voltage stagnation
Advanced Control Techniques
Modern implementations often incorporate:
- Adaptive slew rate control based on output current sensing
- Digital programmability through I2C or PMBus interfaces
- Fault detection circuits for short-circuit protection
The gate drive current can be made voltage-dependent using:
creating an exponential soft-start characteristic that better matches capacitive load requirements.
3.3 Integrated IC Solutions for Soft-Start
Modern switch-mode power supplies (SMPS) often incorporate integrated circuits (ICs) to implement soft-start functionality, eliminating the need for discrete RC networks or NTC thermistors. These ICs provide precise control over inrush current, voltage ramp-up timing, and fault protection, making them indispensable in high-reliability applications.
Key Advantages of IC-Based Soft-Start
- Programmable Timing: Soft-start duration is adjustable via an external capacitor, enabling precise control over the voltage ramp rate.
- Current Limiting: Built-in current sensing ensures inrush currents remain within safe thresholds during startup.
- Fault Protection: Overcurrent, overtemperature, and undervoltage lockout (UVLO) features enhance system robustness.
- Reduced Component Count: Integration minimizes external passive components, saving board space and improving reliability.
Common Soft-Start IC Architectures
Two dominant architectures exist for soft-start ICs:
1. Voltage Ramp Generators
These ICs produce a linear or logarithmic voltage ramp at the feedback node of the SMPS controller. The output voltage follows this reference, ensuring a controlled startup. The soft-start time (tSS) is governed by:
where CSS is the external timing capacitor, VREF is the reference voltage, and ISS is the internal charge current (typically 5–20 µA).
2. Digital Sequencers
Advanced ICs use digital state machines to orchestrate multi-stage startup sequences. These devices communicate via I²C or PMBus, allowing dynamic adjustment of ramp rates and sequencing delays. For example, the LTC388x series from Analog Devices enables:
- Configurable slew rates (0.5–10 mV/µs)
- Phase shedding during startup
- Real-time telemetry for diagnostics
Implementation Example: UC3843 Soft-Start
The UC3843 PWM controller exemplifies a widely used IC with soft-start capability. Its internal 50 µA current source charges an external capacitor connected to the SS pin. The resulting voltage ramp modulates the error amplifier’s reference, enforcing a controlled output rise.
Design Considerations
When selecting a soft-start IC, evaluate:
- Compatibility: Ensure the IC’s output structure (open-drain, push-pull) matches the SMPS controller’s requirements.
- Noise Immunity: Locate the timing capacitor close to the IC to minimize parasitic coupling.
- Thermal Performance: Verify that the IC’s power dissipation during startup doesn’t exceed package limits.
Case Study: TPS54620 Implementation
Texas Instruments’ TPS54620 buck converter integrates a 3-ms default soft-start. The time can be extended by adding a capacitor (CSS) to the SS/TR pin:
For a desired 10-ms startup, CSS calculates to 27.5 nF. This predictability is critical in applications like FPGA power sequencing, where multiple rails must stabilize in a defined order.
4. Step-by-Step Design Procedure
4.1 Step-by-Step Design Procedure
1. Determine Inrush Current Requirements
The inrush current in an SMPS is primarily dictated by the bulk capacitance at the input stage and the equivalent series resistance (ESR) of these capacitors. The peak inrush current \( I_{inrush} \) can be approximated as:
where \( V_{in} \) is the input voltage, \( R_{ESR} \) is the equivalent series resistance of the bulk capacitor, and \( R_{source} \) is the source impedance. For a worst-case scenario, assume \( R_{source} \approx 0 \).
2. Select Soft-Start Time Constant
The soft-start time \( t_{ss} \) must be sufficient to limit the inrush current to a safe value, typically below the maximum rated current of the input components. A practical range is 10–100 ms. The time constant \( \tau \) of the soft-start circuit is governed by:
where \( R_{ss} \) is the soft-start resistor and \( C_{ss} \) is the soft-start capacitor. Choose \( \tau \) such that:
to ensure the circuit reaches steady-state within the desired time.
3. Design the Soft-Start Network
A typical soft-start circuit consists of an RC network controlling the gate voltage of a MOSFET or the reference voltage of a PWM controller. The MOSFET-based approach is common for high-power applications:
- MOSFET Selection: Choose a MOSFET with a drain-source voltage rating exceeding \( V_{in} \) and an on-resistance \( R_{DS(on)} \) low enough to minimize power dissipation.
- RC Network: The resistor \( R_{ss} \) limits the charging current of \( C_{ss} \), while \( C_{ss} \) sets the ramp time. A diode across \( R_{ss} \) ensures fast discharge during power-down.
4. Integrate with PWM Controller
For IC-based SMPS controllers (e.g., UC3842, LT3757), the soft-start pin is used to control the ramp-up of the output voltage. The capacitor \( C_{ss} \) connected to this pin determines the soft-start duration:
where \( V_{ref} \) is the internal reference voltage and \( I_{charge} \) is the soft-start charging current (specified in the datasheet).
5. Validate with Simulation
Before prototyping, simulate the soft-start behavior using SPICE or similar tools. Key metrics to verify:
- Inrush current waveform.
- Output voltage ramp rate.
- MOSFET power dissipation during startup.
6. Practical Considerations
- Thermal Management: Ensure the MOSFET or limiting resistor can handle the energy dissipated during startup.
- Fault Protection: Add a fuse or current-limiting circuit as a failsafe.
- Component Tolerance: Account for variations in \( R_{ss} \) and \( C_{ss} \) due to temperature and manufacturing tolerances.
Example Calculation
For a 48V input SMPS with \( C_{bulk} = 470\mu F \), \( R_{ESR} = 0.1\Omega \), and a target \( t_{ss} = 50ms \):
To limit \( I_{inrush} \) to 10A, the soft-start resistance \( R_{ss} \) must be:
For \( t_{ss} = 50ms \), the soft-start capacitor is:
4.2 Simulation and Validation Techniques
Time-Domain Analysis
Transient simulations are critical for evaluating soft-start performance. The inrush current profile during startup can be modeled using a second-order system approximation:
where α represents the damping factor and ωd the damped natural frequency. SPICE simulations should sweep the output capacitance (Cout) and input inductance (Lin) to verify stability boundaries.
Frequency-Domain Validation
Bode analysis of the control loop during soft-start reveals phase margin variations. The loop gain T(s) must satisfy:
where tsoft is the programmed soft-start duration. This prevents oscillation during the voltage ramp-up phase.
Monte Carlo Analysis
Component tolerances significantly impact soft-start behavior. A statistical simulation should account for:
- ±20% variation in timing capacitor values
- ±10% MOSFET threshold voltage spread
- ±5% reference voltage accuracy
The 3σ inrush current distribution must remain below the maximum rated current of the input components.
Thermal Validation
Power dissipation in the soft-start MOSFET follows:
Electrothermal co-simulation combines the electrical model with thermal RC networks to predict junction temperature rise. The MOSFET case temperature should not exceed 80°C during startup.
Hardware Correlation
Lab measurements must validate simulation results with:
- Current probes with >50MHz bandwidth
- Differential voltage probes for gate drive signals
- Thermal cameras for hotspot identification
The rise time discrepancy between simulation and measurement should be <5%. Any larger deviation indicates improper modeling of parasitic elements.
4.3 Common Pitfalls and How to Avoid Them
Insufficient Inrush Current Limiting
A frequent mistake in soft-start circuit design is underestimating the inrush current required during startup. If the current-limiting mechanism is too restrictive, the power supply may fail to reach its operational voltage, leading to unstable behavior or repeated restart cycles. The inrush current Iinrush can be approximated by:
where Cbulk is the input bulk capacitance and dVin/dt is the rate of voltage rise. To avoid this, ensure the soft-start circuit allows sufficient current to charge the bulk capacitor within the desired startup time while staying within the safe operating area (SOA) of the components.
Improper Timing Constant Selection
The soft-start timing constant Ï„, determined by the RC network, must be carefully chosen. A value too small results in rapid voltage ramping, defeating the purpose of inrush mitigation. Conversely, an excessively large Ï„ prolongs startup unnecessarily. The optimal timing constant balances inrush suppression with acceptable startup delay:
where Rsoft and Csoft are the soft-start resistor and capacitor, respectively. A practical range is typically 10–100 ms, but this depends on the specific SMPS topology and load characteristics.
Thermal Stress on Current-Limiting Components
Components like NTC thermistors or MOSFETs used for inrush limiting often experience high thermal stress during repeated power cycles. For example, an NTC thermistor’s resistance decreases as it heats up, reducing its effectiveness over multiple startups. To mitigate this:
- Use a bypass relay or MOSFET to shunt the NTC after startup.
- Select MOSFETs with adequate power dissipation ratings, considering the energy dissipated during each startup event:
Feedback Loop Instability
Integrating a soft-start circuit can inadvertently affect the feedback loop stability of the SMPS controller. A poorly designed soft-start may introduce unwanted phase shifts or gain variations. To prevent this:
- Ensure the soft-start ramp is monotonic and free from oscillations.
- Verify loop stability through Bode plot analysis or transient simulations.
Ground Bounce and Noise Coupling
The sudden current transitions during soft-start can induce ground bounce or noise in sensitive analog control circuits. This is particularly critical in high-frequency SMPS designs. Countermeasures include:
- Using a separate ground plane for the soft-start circuitry.
- Adding decoupling capacitors near the controller IC.
- Minimizing parasitic inductance in high-current paths.
Component Selection Errors
Incorrect component choices, such as using a ceramic capacitor with high voltage coefficient for the soft-start timing, can lead to unpredictable behavior. For reliable operation:
- Use stable, low-leakage capacitors (e.g., X7R or film types) for timing networks.
- Select resistors with adequate power ratings and low temperature coefficients.
Lack of Redundancy for Critical Paths
In high-reliability applications, a single-point failure in the soft-start circuit (e.g., an open timing capacitor) can prevent the SMPS from starting. Implement redundancy or fault detection where necessary, such as:
- Parallel timing capacitors with derated values.
- Monitoring the soft-start pin voltage for fault conditions.
5. Key Research Papers and Articles
5.1 Key Research Papers and Articles
- Intelligence Based Soft Starting Scheme for the Three Phase Squirrel ... — Soft start of induction motors using floating capacitor H-bridge converters has been explained in [15] . In [16] the authors proposed a soft-start circuit of the High Voltage Power Supply Based on Pulse Step Modulation Technology. The control scheme discussed in this paper is a soft starting scheme for the SCIM of 5.4 HP (4 KW)/380V/50 Hz.
- PDF An Engineering Guide to Soft Starters - Nidec Netherlands — 4 5 1 Main contactor 2 Thermal overload 3 Motor (three-phase) 4 Delta contactor 5 Star contactor Compared with star/delta starters, soft starters are much more flexible and provide a smooth start with no risk of transients. Star/delta starters offer limited performance because: Start torque cannot be adjusted to accommodate motor and load ...
- PDF High Efficiency Switched Mode Power Supply Design Project — the power and feedback circuits will be discussed. Finally, the SMPS will be characterised and improvements to the design will be evaluated. 5 SMPS Topology - Forward Converter The Forward Converter circuit topology is a commonly used SMPS setup, a diagram of the standard single switch circuit can be seen in Figure 5.1. The circuit operates ...
- PDF Design and Implementation Of — Figure 5.11 SMPS Circuit ... Integrated-circuit (IC) chips used in the electronic circuits need standard dc voltage of fixed magnitude. Many of these circuits need well-regulated dc supply for their proper operation. Even a commodity switch-mode power supply must be able to survive sudden
- TI Designs Circuit Description - Texas Instruments — Soft-Start Isolated Power Supply TI Designs Circuit Description TI Designs are analog solutions created by TI's analog experts. Verified Designs offer theory, component selection, simulation, complete PCB schematic and layout, bill of materials and measured performance of useful circuits. This reference design demonstrates a Soft-Start
- Current limiting soft starter for three phase induction motor drive ... — In this paper, a new current limiting soft starter for a three-phase squirrel cage induction is presented. A novel topology of the chopper circuit with only four IGBTs is also proposed. The proposed configuration of the chopper employs fewer number of power semiconductor switches, which result in lower switching and conduction losses and hence ...
- PDF Analysis and Implementation of Switch Mode Power Supplies in MHz ... - DiVA — The multilayered PCB transformers used in the converter circuits have provided a major contribution with regards to both the energy efficiency and size compactness. This research work is a initial step in the design, implementation and analysis of SMPS operating in the MHz frequency region, using PCB transformers.
- (PDF) Switch Mode Power Supply (SMPS) Utilizing Flyback Converter ... — This paper presents simulation and experimental works of a single, 5 volt DC output switch mode power supply (SMPS). The main objective of this work is to design, build and evaluate the SMPS using ...
- DESIGN OF SWITCHED MODE POWER SUPPLY - ResearchGate — A switch mode power supply (SMPS) circuit, based on Figure 1, is an electronic device that converts an incoming alternating current (AC) power into a regulated direct current (DC) power output [6 ...
- PDF Design and Simulation of Protection Techniques in Switched Mode Power ... — The crowbar circuit will be used to protect the circuits from overvoltage whilst for overcurrent, a sensor will be used to sense the overcurrent having a high resistance path to limit the current.
5.2 Recommended Books and Manuals
- PDF Basics for practical operation Motor starting - escventura.com — 2.3.2 Starting by means of a current limitation 2.5 2.3.3 Torque 2.5 2.4 Soft starter types 2.5 2.4.1 Single-phase full-wave controlled soft starter 2.6 2.4.2 Three-phase half-wave controlled soft starter 2.7 2.4.3 Three-phase full-wave controlled soft starter 2.8 2.5 Thermal load during start 2.8 2.6 Advantages of soft starters 2.9
- TI Designs Circuit Description - Texas Instruments — 3.1 Test Circuit 10uF MBR 0520L MBR 0520L 3 T1 1 SN6501-Q1 5 2 4 V OU T 1 F D 2 D1 Vcc GN G ND 7, 8 TPS22965 4 6 1 2 1nF OUT GND CT I VBIAS ON 5V 3 Ch1 Ch3 Ch4 Figure 1: Soft-starting the SN6501-Q1 transformer driver with the TPS22965 load-switch 3.2 Power On (Enable TPS22965 "ON") Channel1 (YELLOW) = TPS22965 VOUT Voltage Math1 (ORANGE ...
- PDF An Engineering Guide to Soft Starters - Nidec Netherlands — 4.10 How do two-speed motors work and can I use a soft starter to control them? 4.11 Can one soft starter control multiple motors separately for sequential starting? 4.12 Can one soft starter control multiple motors for parallel starting? 4.13 Can slip-ring motors be started with a soft starter? 4.14 Can soft starters reverse the motor direction?
- PDF Power Management & Supply - Infineon Technologies — width of the Gate Driver through the Soft-Start Comparator by resetting the PWM-Latch. The Soft-Start phase is completed when VSOFTS reaches 5.3V (Fig.9). The Soft-Start time is then defined by TSOFT−START = 1.69×RSOFTS ×CSOFTS (3) The transistor switch T1 at Soft-Start is controlled by the Power Down Reset. It is to ensure that the Soft ...
- PDF Softstarters Installation and maintenance manual - ABB — A conventional circuit with an auxiliary relay is also possible. See picture 3.9 3.2.4 Signal relay for fault. Terminals 7 and 8 : Fault The built in contact provides a signal (normally open contact)1 when a fault condition occurs. Technical data: max 250V / 1.5A, AC-15. Picture 3.10 3.2.5 Signal relay for indication of completed start ramp.
- PDF Medium Voltage Soft Starter Hardware and Installation Manual — Do not stack the soft starter or place heavy objects on the soft starter. Ensure that the soft starter is correctly installed considering the recommendations within this manual. Do not drop the soft starter or to impact exposure. The VS65 Series soft starters contain static-sensitive printed circuit boards. Use static safety procedures
- PDF 710-02413-00H IMS2 User Manual - English - Industry Surplus Australia — 2.1 Overview The IMS2 Series is a microcontroller based soft starter incorporating the latest technologies. It has been designed to provide a complete range of the most advanced soft start, soft stop and motor protection features. 2.2 Feature List Starting Constant current mode Current ramp mode Torque control Kickstart Stopping Soft stop Pump ...
- PDF Medium Voltage Solid State Soft Starters . - . kV - Motortronics — It is highly recommended that new users read this section thoroughly to gain a basic understanding of the starter system before attempting to start up a unit. 1.1 Overview The standard soft starter panel is an SCR-based motor controller designed for the starting, protection and control of AC medium voltage motors. ... Two Stage Electronic ...
- PDF AC Motor Smart Soft Starter - anyhz.com — measure the phase to phase and phase to ground insulation of soft starter. However, three short circuits shall be used in advance to short circuit the input and output terminals of the three phases respectively, and all plugs on the control ... 4.2 YW60 recommended wiring 4.3 Terminal function description 4.4 Two wire control mode wiring V ...
- PDF SMPS PRIMARY I.C. - RS Components — 1 Electrical Data VIPer100A-E/ASP-E 4/31 1 Electrical Data 1.1 Maximum Rating Table 1. Absolute Maximum Rating Symbol Parameter Value Unit VDS Continuous Drain-Source Voltage (TJ = 25 to 125°C) -0.3 to 700 V ID Maximum Current Internally limited A VDD Supply Voltage 0 to 15 V VOSC Voltage Range Input 0 to VDD V VCOMP Voltage Range Input 0 to 5 V ICOMP Maximum Continuous Current ±2 mA
5.3 Online Resources and Tools
- PDF Getting Started - SIRIUS Soft Starter 3RW5 PCS 7 Library - Siemens — SIRIUS Soft Starter 3RW5 PCS 7 Library Getting Started, 02/2020, A5E48411356002A/RS-AA/001 13 Introduction 4 4.1 Introduction Introduction This document was created under the usage of Soft Starter 3RW5 PCS 7 Library V9.0 SP2 and explains the basic principles of using this library. The Soft Starter 3RW5 PCS7 Library is
- PDF 120 W 24 V 3.5 A 12 V 3 A SMPS demonstrator with IDP2303 — 120 W 24 V 3.5 A 12 V 3 A SMPS demonstrator with IDP2303 Circuit description 5 Circuit description 5.1 Introduction The circuit consists of two power stages; a front-end PFC pre-regulator and a half-bridge LLC resonant converter based on the IDP2303 controller. 5.2 Mains input and rectification
- PDF An Engineering Guide to Soft Starters - Nidec Netherlands — 4.10 How do two-speed motors work and can I use a soft starter to control them? 4.11 Can one soft starter control multiple motors separately for sequential starting? 4.12 Can one soft starter control multiple motors for parallel starting? 4.13 Can slip-ring motors be started with a soft starter? 4.14 Can soft starters reverse the motor direction?
- PDF 60 W 12 V 5 V SMPS demo board with ICE5QSBG and IPA80R600P7 — 60 W 12 V 5 V SMPS demo board with ICE5QSBG and IPA80R600P7 DEMO_5QSBG_60W1 Circuit description 5 Circuit description In this section, the design circuit for the SMPS unit will be briefly described by the different functional blocks. For details of the design procedure and component selection for the Flyback circuitry please refer to the IC
- Soft Start Circuit Explanation | Electronics Forum (Circuits, Projects ... — EE Resources. DesignFast Ebooks ... Electro Tech is an online community (with over 170,000 members) who enjoy talking about and building electronic circuits, projects and gadgets. To participate you need to register. Registration is free. ... however, said motor required a soft start circuit which a member of our technical staff built for me ...
- Switchmode Power Supplies — There is an expectation that anyone building test circuits already has an understanding of basic electronic principles and experience with circuit construction. ... most dedicated SMPS controllers feature a 'soft-start' feature, where they start operation after power-on with a very low duty cycle. ... First the inrush limiters bring the voltage ...
- PDF Tru-Start - Solid State Reduced Voltage Starters - Eaton — The TRU-START series is a line of solid state reduced voltage starters for use with 3ø induction motors. This series also includes various optional features that can be appended. A solid state starter provides a step-less, thus smooth current ramp to the motor. This characteristic eliminates current surges and mechanical torque transients.
- LM5045 Full-Bridge PWM Controller With Integrated MOSFET Drivers — The output voltage of the start-up regulator is initially regulated to 9.5 V. Once the secondary side soft-start (SSSR Output of Start-Up pin) reaches 1 V, the VCC output is reduced to 7.7 V. If an VCC 21 17 I Regulator auxiliary winding raises the voltage on this pin above the regulation set-point, the internal start-up regulator will
- PDF SMPS AC/DC Reference Design User's Guide - Microchip Technology — This user's guide describes how to use SMPS AC/DC Reference Design. Other useful documents are listed below. The following Microchip documents are available and recommended as supplemental reference resources. Readme Files For the latest information on using other tools, read the tool-specific Readme files in
- Tutorial 2 - A Simple SMPS Circuit - SIMPLIS Technologies — In this tutorial we will simulate a simple SMPS switching stage to demonstrate some of the more advanced plotting and waveform analysis facilities available with SIMetrix. You can either load this ...