高精度数控恒流源设计论文.doc

约49页DOC格式手机打开展开

高精度数控恒流源设计论文,摘要本文介绍了一种开环智能数控直流电流源的设计原理和实施方案,该方案采用d/a(max531)转换器、运算放大器等器件来控制场效应管导通状态的原理,达到了输出恒流的目的。整个系统采用at89s52单片机作为主控部件,将预置电流值数据送入d/a转换器(max531),经硬件电路变换为恒定的直流输出...
编号:20-191635大小:639.00K
分类: 论文>通信/电子论文

内容介绍

此文档由会员 kana001 发布

高精度数控恒流源设计论文

摘要
本文介绍了一种开环智能数控直流电流源的设计原理和实施方案,该方案采用D/A(MAX531)转换器、运算放大器等器件来控制场效应管导通状态的原理,达到了输出恒流的目的。整个系统采用AT89S52单片机作为主控部件,将预置电流值数据送入D/A转换器(MAX531),经硬件电路变换为恒定的直流输出,同时采用基本没有温度漂移的康锰铜电阻丝作为精密采样电阻。采用性能优于普通晶体管的场效应管作为恒流源的主要部件,大功率晶体管作为扩流电路的主要器件,结合三端稳压管和多层滤波使得整个系统性能提升了一个层次,从而实现了高精度恒流源的目的。系统还对输出电压进行实时采样,通过A/D转换器采样回单片机与用户给定的限压值进行比较,从而监控了输出电压。同时通过键盘的控制,实现了输出电流值和限压值可预置,可步进调整、输出的电流信号和电压信号可直接数字显示的功能,并具有输出电压实时监控限压报警并自动降低输出电流等功能。与以往的直流恒流源相比,此次所设计的恒流源具有精度高、结构简单、工作稳定、操作方便、成本低廉、带负载能力强等优点。

关键词: 恒流源  AT89S52单片机  MAX531  MAX187 

 

 

 

 

 

 


Abstract
This paper introduces a smart NC open-loop DC current source design principle and the implementation of the programme, using the D / A (MAX531) converters, op amp, and other devices to control FET on-state principle, the output reached constant current purposes. AT89S52 the entire system uses a single-chip microcomputer control components, preferences current value data will be sent to the D / A converters (MAX531), the hardware circuit for the constant transformation of DC output, but not using the basic temperature drift Concord Manganin resistor Silk as a sophisticated sampling resistor. Performance is better than the ordinary use of the FET transistor as a constant current source of major components, high-power transistors as expanding the main circuit device, the combination of three-terminal regulators and the multi-filter makes the whole system a performance boost levels to achieve a high-precision constant current source purposes. Output voltage of the system to conduct real-time sampling, through the A / D converters with sampling to MCU users to set limit values to compare pressure to control the output voltage. At the same time, the keyboard control and realized the value of output current and voltage-limiting values can be preset, stepping adjustment, the current signal and the output voltage signal can be directly figures show that the function, and real-time monitoring of the output voltage, such as over-voltage alarm function. In the past compared to DC current source, the design of a high-precision constant current source, simple structure and work stability, and easy to operate, low cost, with a payload capacity, and other advantages.


Key words:  Current source AT89S52MCU MAX531 MAX187


目录
摘要 I
前言 1
第一章 系统结构及功能介绍 2
1.1系统工作原理概述 2
1.2系统的特点和使用 2
1.2.1 系统的特点 2
1.2.2 系统的使用说明 3
第二章 设计方案 4
2.1方案比较 4
2.1.1整体方案 4
2.1.1.1 方案一 4
2.1.1.2 方案二 5
2.1.1.3 方案三 5
2.1.2恒流源方案 6
2.1.2.1  方案一 6
2.1.2.2  方案二 6
2.1.2.3  方案三 7
2.2 最终选用方案 7
第三章 硬件系统设计 8
3.1 系统硬件基本组成 8
3.2  各模块单元电路设计 8
3.2.1 电源电路 8
3.2.2 扩流电路 9
3.2.2.1  电路的优点. 9
3.2.2.2  电路工作原理 10
3.2.3 恒流电路 10
3.2.4 采样电路 11
3.3 系统主要芯片介绍 12
3.3.1  AT89S52单片机 12
3.3.2  MAX531 12
3.3.3  MAX187 13
3.3.4  AT24C16 14
第四章 软件设计 18
4.1概述 18
4.2 主程序结构 18
4.3 各模块子程序设计原理 20
4.3.1  MAX531工作原理 20
4.3.2  MAX187工作原理 20
4.3.2  键盘扫描原理 21
4.3.3  LCD 12864显示 22
第五章 系统调试 23
5.1硬件设计要点 23
5.1.1 共地问题 23
5.1.2 采样电阻选择 23
5.1.3  D/A及A/D电路处理 24
第六章 数据测试及分析 25
6.1    输出电流测试 25
6.2    步进电流测试 26
6.3 工作时间测试 27
6.4 负载阻值变化测试 28
6.5 输出电压值测试 29
第七章 结束语 31
参考文献 32
附录 33
一、 系统电路原理图: 33
图1.1 系统电源原理图 33
图1.2 系统恒流源电路原理图 33
图1.3 系统单片机最小系统原理图 34
图1.4 系统D/A、A/D原理图 34
图1.5 系统显示电路及存储电路 35
二、系统部分程序设计 35
2.1  MAX531子程序 35
2.2  MAX187子程序 36
2.3  键盘扫描子程序 37
2.4  AT24C16子程序 38
2.5  LCD12864子程序 42
致谢 45