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.

  • 相关阅读:
    [洛谷 U68862] 奶牛滑迷宫 题解
    STL的妙用(二)——洛谷 P2073 送花
    平衡树 x 01-trie √
    最小生成树(大纲,待补全)
    单源最短路算法
    黑科技:如何提高整数域内高斯消元的精度和速度——高斯消元与辗转相除法的结合
    Scratch的入门笔记
    Ubuntu18.04安装Tensorflow
    Ubuntu18.04安装英伟达显卡驱动
    macOS下appstore提示未能完成该操作的解决办法
  • 原文地址:https://www.cnblogs.com/shangdawei/p/4128030.html
Copyright © 2011-2022 走看看