LT1072 -- Wide-range voltage regulator automatically selects operating mode












The circuit in Figure 1 delivers programming voltages to an EEPROM under the control of an external DAC (not shown).
You can replace the DAC with a potentiometer to create a general-purpose power supply operating from 12V
and able to deliver a variable output voltage of 0 to 32V.
As Figure 1 shows, a Linear Technology LT1072HV variable-boost switching regulator, IC1,
drives a Class A amplifier comprising operational amplifier IC2,
voltage-boost-stage Q3, and emitter-follower Darlington transistor Q2.
Resistors R9 and R10 set the amplifier's noninverting loop gain to a value of 1+(R9/R10).
For output voltages below 8V, switching regulator IC1 remains in shutdown mode,
and the output stage draws current through L1 and D1.
Q1's collector voltage, VC, measures approximately 11.4V—that is, 12V minus D1's forward-voltage drop.
Transistor Q1monitors the voltage drop across R7, which measures a fraction of Q2's collector-base voltage, VCB.
As long as VCB exceeds 1V, Q1's collector current remains high enough to drive IC1's feedback input higher than 1.25V, which in turn keeps IC1 shut down.
As the output voltage increases, the voltage differential across R7 decreases,
and, when it drops below 0.9V, Q1's collector current decreases,
lowering the feedback voltage applied to IC1 and switching it on.
The boost regulator's output voltage increases, and the Q1- IC1 feedback loop regulates
the collector-emitter voltage differential across Q2 to a constant 3V for all outputs exceeding 8V.
If IC2's output goes to ground, cutting off Q3 and forcing Q2 into saturation,
the feedback loop around Q1 opens and allows the circuit's output voltage to increase.
Diode D5 and associated components form an overvoltage-protection clamp that limits IC1's output to 37V.
Resistive divider R9 and R10 and IC2 determine the output voltage's range.
A part from selecting the VCE ratings of Q1 and Q3 to withstand the highest desired output voltage,
values of other components are not critical.
If you substitute appropriate components for D5, Q1, and Q3, the circuit can deliver output voltages
as high as IC1's maximum output-switch rating—75V for the LT1072HV variant—minus 3V.
LT1072 -- Wide-range voltage regulator automatically selects operating mode的更多相关文章
- Digital variable resistor compensates voltage regulator
A variable resistor that integrates a programmable, temperature-indexed look-up table can compensate ...
- High accuracy voltage regulator
High accuracy voltage regulator Good morning everybody, I want to make a accurate voltage regulator ...
- MOSFET enhances voltage regulator's overcurrent protection
The classic LM317 adjustable-output linear voltage regulator offers a relatively high, if package-de ...
- 解决 CefSharp WPF控件不能使用输入法输入中文的问题(代码已提交到 github)
首先,本文所有 代码已经提交到github,需要的可以直接从github获取:https://github.com/starts2000/CefSharp,希望可以帮助到有需要的朋友们. CEF 简介 ...
- 30 Cool Open Source Software I Discovered in 2013
30 Cool Open Source Software I Discovered in 2013 #1 Replicant – Fully free Android distribution Rep ...
- OpAmp Voltage Follower/Regulator
LDO Regulator High accuracy voltage regulator Vout = 2.5V * (1 + ( 5.6 / 6.8 ) ) = 4.55V Recently th ...
- 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 ...
- PatentTips - Zero voltage processor sleep state
BACKGROUND Embodiments of the invention relate to the field of electronic systems and power manageme ...
- General-Purpose Operating System Protection Profile
1 Protection Profile Introduction This document defines the security functionality expected to be ...
随机推荐
- MySQL 视图、触发器、函数、存储过程
1. 视图 1.1 什么是视图 通俗来讲,视图就是一条 select 语句执行后返回的结果集.所有我们在创建视图的时候,主要的工作就落在创建这条SQL查询语句上. 1.2 视图的特性 视图是对若干张基 ...
- JDK动态代理小例子
一个小汽车,有一个跑run()的方法,我们想使用jdk动态代理使小汽车执行run之前 加点油,run之后洗车. 有四个类,接口Car(小汽车)Kayan(具体实现类(卡宴)) CarProxy(汽车的 ...
- (二)Spring 之IOC 详解
第一节:spring ioc 简介 IOC(控制反转:Inversion of Control),又称作依赖注入dependency injection( DI ),是一种重要的面向对象编程的法则来削 ...
- Jmeter----5.1 设置中文
注意:JMeter5需要Java8 以上,本文环境是Win7 64位 设置永久默认汉化:在Jmeter的安装目录下的bin目录中找到 jmeter.properties这个文件,用文本编辑器打开.在# ...
- linux 大法
实验楼 练习 小笔记 可以输出图形字符的命令banner 你可以先使用如下命令安装: $ sudo apt-get update $ sudo apt-get install sysvbanner 然 ...
- loadrunner场景中按scenario和group执行的区别
group:多个脚本之间按照独立设置模式跑,各个脚本可以单独设置虚拟用户.运行时间等 scenario:多个脚本之间按照相同的模式跑,将总的虚拟用户数按照一定的比例分配给各个脚本
- es6的Set()构造函数
关于Set()函数 Set是一个构造器,类似于数组,但是元素没有重复的 1.接收数组或者其他iterable接口的数据 用于初始化数据 let a=new Set([1,32,424,22,12,3, ...
- 用于浏览器本地存储的js插件 - jStorage
简介 jStorage是一个跨浏览器的将key-value类型的数据存储到浏览器本地存储的js插件——jStorage支持所有主流浏览器,PC机(甚至包括是IE6)和移动终端均可用.此外,jStora ...
- 洛谷P4151 [WC2011] 最大XOR和路径 [线性基,DFS]
题目传送门 最大XOR和路径 格式难调,题面就不放了. 分析: 一道需要深刻理解线性基的题目. 好久没打过线性基的题了,一开始看到这题还是有点蒙逼的,想了几种方法全被否定了.还是看了大佬的题解才会做的 ...
- Python类总结-封装(Property, setter, deleter)
Property #property #内置装饰器函数,只在面向对象中使用 from math import pi class Circle: def __init__(self,r ): self. ...