zoukankan      html  css  js  c++  java
  • Dual transistor improves current-sense circuit

    In multiple-output power supplies in which a single supply powers circuitry of vastly different current draws, two perplexing steps are sensing the current that each output draws and deactivating the power supply in the event of an overload on that output. These issues are especially important in protecting the fragile PCB (printed-circuit-board) traces in low-level circuits. A typical circuit would use the base-emitter threshold voltage of approximately 0.6V of a bipolar transistor to trigger the power-supply-protection circuits. Although economical, the transistor’s threshold varies excessively over temperature; hence, the protection level is unstable.

    The circuit in Figure 1 essentially eliminates the base-emitter-voltage temperature-variation problem as the derivation of the output voltage and as a function of the load current. By using dual bipolar devices in one case, the manufacturer nearly perfectly matches the two devices. Although this Design Idea describes a positive power supply, you can realize a similar negative-output-supply current-sense circuit using a dual NPN transistor in place of the dual PNP that the figure shows.

    The following equations show the derivation of the output voltage as a function of the load current (referring to Figure 1):

    VBA+(ILOAD×RSENSE)+(IE×R2)–VBB=0.

    [(VBA–VBB)+(ILOAD×RSENSE)]–IER2=0.

    IC+IB=IE.

    (VBA–VBB)+(ILOAD×RSENSE)–(IC+IB)R2=0.

    IB=IC/β.

    VBA–VBB+ILOAD×RSENSE–(IC+IC/β)R2=0.

    VBA–VBB+ILOAD×RSENSE–[IC×(β+1)/β]R2=0.

    VOUT=ICR3.

    IC=VOUT/R3.

    VBA–VBB+ILOAD×RSENSE–(VOUT/R3)(β+1/β)R2=0.

    If VBA=VBB, then VBA–VBB=0, and

    ILOAD×RSENSE–(VOUT/R3)(β+1/β)R2=0.

    VOUT=ILOAD×RSENSE[R3/(β+1)](β/R2).

    If β is high, then β/(β+1)β)≈1, and VOUT=(ILOAD×RSENSE×R3)/R2.

  • 相关阅读:
    Linux下磁盘监控及系统版本-CPU-内存等查看
    Linux目录结构详解
    Linux常用命令
    SecureCRT或XShell软件
    JMeter打开脚本失败 如何解决?
    JMeter常见错误解决方法
    Linux安装 火速入门
    浅谈我对持续集成的理解
    操作Frame和IFrame中页面元素
    弹出对话框的处理
  • 原文地址:https://www.cnblogs.com/shangdawei/p/4128030.html
Copyright © 2011-2022 走看看