Most isolated, offline SMPSs (switched-mode power supplies), including flyback, forward, and resonant, must operate at input voltages of 90 to 260V rms. Some cases even use line-to-line voltages of 400V rms±10%, leading to increased component-voltage ratings and, thus, increased cost of the overall design. In such cases, it is preferable to use input-limiting circuits, allowing you to increase the input voltage to 440V rms without damaging the power-supply components.

The circuit in Figure 1 limits, or clamps, input-ac voltages higher than 260V rms to levels safe for the operation of the power MOSFET in an SMPS. The circuit employs MOSFET Q1 working as a 100-Hz switch and shunt-regulator IC1, a TL431CZ, setting the clamped high-voltage level by divider R2 and R4. The circuit uses the component values shown. The clamped output voltage is 360V dc, the input voltage is 260V rms, and the maximum input voltage is 440V rms. The circuit was tested at power levels of 5 to 10W.

At an input voltage of less than 260V rms, Point C is less than 2.5V, and IC1 is off, sinking the minimum off-state cathode current. Zener diode D2 breaks down to 15V, ensuring a stable on-state for Q1. This operation is the normal condition of Q1 at input voltages lower than 260V rms. Accordingly, at these voltage levels, the circuit works as a standard full-bridge rectifier under capacitive load C3.

At an input voltage of 260V rms or greater, Point C becomes higher than 2.5V, and IC1turns on, diverting and sinking the current from D2. The gate-to-source voltage of Q1drops to approximately 2V, and Q1 switches off. Now, no current flows to charge bulk capacitor C3 even if the D1 bridge-rectifier diodes are forward-biased. The rectified input-ac voltage is higher than the voltage across C3, but Q1 is off, the loop is interrupted, and no current flows. Accordingly, the output-dc voltage across C3 gets limited because no charging current is available.

When the rectified ac-input voltage starts decreasing, it eventually hits the 2.5V threshold level of Point C, and Q1 again switches on. But current does not flow because the rectifier bridge’s diodes are now reverse-biased; the rectified input-ac voltage is less than the voltage across C3. The voltage across C3 decreases at a rate that the output-power level determines. Eventually, the voltage across C3 and the rectified input-ac voltage intersect at a level when the rectifier bridge’s diodes get forward-biased. Q1 is still on; therefore, charging current starts flowing. A short interval follows, during which both Q1 and D1 conduct. The short charging pulses replenish the energy loss, increasing the voltage to the limited level. When the input voltage gets higher than 260V rms, Q1 again switches off, and the whole process repeats.

Q1 has small power dissipation. During every switching period, the MOSFET is on for only 450 µsec, resulting in high efficiency for this high-voltage-limiting circuit. You can use it as a MOSFET switch with the STMicroelectronics SuperMesh MOSFET STP4NK50Z, which comes in a TO-220 package, but you can also use a Dpak to save space because the MOSFET is not a dissipative-voltage limiter. The current through Q1gets interrupted when the 50/60-Hz rectifying diodes are forward-biased. This current interruption causes ringing on the drain-to-source voltage. The clamping circuit passed the conducted EMI (electromagnetic-interference) tests, according to EN 55022 Class B, using peak and average detection. The 1-mH, 0.2A chokes, L1 and L2, suppress EMI. The 220-nF, 440V-ac capacitor, C1, is a simple snubber element across the rectifying diodes of the D1 bridge.

Use a TL431 shunt regulator to limit high ac input voltage的更多相关文章

  1. MOSFET shunt regulator substitutes for series regulator

    You would normally use a series linear regulator or a dc/dc converter to obtain 3V dc from a higher ...

  2. Regulator IC forms convenient overvoltage detector

    Figure 1 shows a simple, stand-alone overvoltage detector. The intent of the circuit is to monitor a ...

  3. Linear regulator=low-cost dc/dc converter

    The circuit in Figure 1 is a good choice if you need a power supply with high efficiency and you don ...

  4. Simple dc/dc converter increases available power in dual-voltage system

    The schematic in Figure 1 shows a way to increase the power available from a current-limited 5V supp ...

  5. Tiny microcontroller hosts dual dc/dc-boost converters

    Batteries are the typical power sources for portable-system applications, and it is not unusual thes ...

  6. BQ24296充电管理芯片使用过程中的注意事项

    BQ24296遇到的一点问题 概述:BQ24296是TI出品的具有窄范围VDC控制.基于I2C通讯的最大支持3A充电电流的开关式电源路径管理芯片.可以轻松实现2A以上的大电流充电,能量转换效率达到90 ...

  7. Cascode MOSFET increases boost regulator's input- and output-voltage ranges

    Targeting use in portable-system applications that require raising a battery's voltage to a higher l ...

  8. Changing the Output Voltage of a Switching Regulator on the Fly

    http://www.powerguru.org/changing-the-output-voltage-of-a-switching-regulator-on-the-fly/ There are ...

  9. Linux Regulator Framework(2)_regulator driver

    转自蜗窝科技:http://www.wowotech.net/pm_subsystem/regulator_driver.html 说实话,这篇好难懂啊... 1. 前言 本文从regulator d ...

随机推荐

  1. hdu 2475 BOX (splay)

    版权声明:本文为博主原创文章,未经博主允许不得转载. hdu 2475 Splay树是一种神奇的东西... 题意: 有一些箱子,要么放在地上,要么放在某个箱子里面 . 现在有两种操作: (1) MOV ...

  2. WPF之模拟打开或关闭Windows功能

    用WPF模拟打开或关闭Windows功能的实现方法其实很简单,主要用递归判断当前节点的子节点和父节点的选中状态就行了. 一.效果演示 先看看效果图: 二.部分代码 xaml代码: <TreeVi ...

  3. Oracle常用sql语句(三)之子查询

    子查询 子查询要解决的问题,不能一步求解 分为: 单行子查询 多行子查询 语法: SELECT select_list FROM table WHERE expr operator (SELECT s ...

  4. jQuery常用事件方法详解

    目录 jQuery事件 ready(fn)|$(function(){}) jQuery.on() jQuery.click jQuery.data() jQuery.submit() jQuery事 ...

  5. Delphi XE增强的RTTI妙用--动态创建包中的窗口类

    以前要在运行时创建package中的form类,必须要在form单元文件中这样注册类: Initialization  RegisterClass(TForm3);Finalization  UnRe ...

  6. Vue进阶篇

    前引 今天是2018年12月30,虽不是2018年的最后一天,但是却是自己在2018年写的最后一篇博客了,昨天下班在地铁上闲来无事,翻起了关注的一些公众号发的技术博文,里面就提到写博客的重要性,其实这 ...

  7. PHP安全编程:register_globals的安全性

    如果你还能记起早期Web应用开发中使用C开发CGI程序的话,一定会对繁琐的表单处理深有体会.当PHP的register_globals配置选项打开时,复杂的原始表单处理不复存在,公用变量会自动建立.它 ...

  8. CentOS7中开机出现end_request:I/O error,dev fd0,sector 0的解决办法

    https://blog.csdn.net/wangjinyang_123/article/details/40583635

  9. day4 正则表达式(regular)

    正则(regular),要使用正则表达式需要导入Python中的re(regular正则的缩写)模块.正则表达式是对字符串的处理,我们知道,字符串中有时候包含很多我们想要提取的信息,掌握这些处理字符串 ...

  10. Asp.net vNext 学习之路(一)

    概述 asp.net vNext 也叫 asp.net 5.0,意思是微软推出的下一个版本的asp.net.可以说是微软对asp.net的一个比较重大的重新设计, asp.net vNext是一 个比 ...