JIMI 发表于 20:50

单片机温度控制系统

论文编号:DZXX326  论文字数:10581,页数:34
摘   要
 单片机在检测和控制系统中得到了广泛的应用,温度是一个系统经常需要测量、控制和保持的量,而温度是一个模拟量,不能直接与单片机交换信息,采用适当的技术将模拟的温度量转化为数字量在原理上虽然不困难但成本较高,还会遇到其它方面的问题。因此对单片机温度控制系统的研究有重要目的和意义。
 本文主要介绍了以Atmel公司生产的AT89C2051单片机、数字温度传感器DS18b20以及可控硅组成的温度检测和控制电路,键盘/LED显示电路,报警输出电路等;在描述了外围硬件电路的同时,我们还必须做大量的软件工作。
 本设计系统不仅结构紧凑,性能可靠,而且有效的提高了控制系统的实时性和控制精度,从而大大改善了温度控制的自动化程度;不仅适用于水温控制,也适用于工业环境温度的监测和控制。
 
关键词: 单片机, DS18b20, 温度采样, 温度控制
Abstract
 The single chip microcomputer is required extensively in measurement and control systems, and the temperature need to be surveyed, controlled and maintained by a system frequently. But the temperature is an analog, can not exchange information with the single chip directly. In principle, it is not difficult to transform the simulated temperature into the digital quantity, if adopting Proper technique .But gets the electric circuit more complex, the lost is more expensive, and other questions can be met. So it is very important for research of single chip temperature control.
 This article mainly introduced AT89C2051 of Atmel、Digital Temperature Sensor of DS18b20、controllable silicon, which composed temperature measurement and control circuit, keyboard/LED display、signal magnifying circuit alarming circuit; Some important techniques in a design scheme of the software of the temperature by single-chip Microcomputer are introduced also.
 Design of the system will not only compact, reliable performance, but an effective control system to improve the real-time control and precision, thus greatly improving the temperature control of the degree of automation; applies not only to control temperature, also applies to the industrial temperature monitoring and control.
 
 Keywords: Single-chip Microcomputer,DS18b20,Temperature sampling, Temperature control
   
 
  
目录
摘   要 I
Abstract II
第一章  绪论 1
1.1 课题研究的目和意义 1
1.2 温度控制系统的国内外现状 1
1.2.1电烤箱温度控制系统 1
1.2.2小型热水锅炉温度控制系统 2
1.2.3 虚拟仪器温室大棚温度测控系统 2
1.3 温度控制系统方案 2
1.4 论文的主要任务和所做的工作 3
第二章  单片机温度控制系统总体设计及原理 4
2.1系统的主要功能 4
2.2系统的工作原理 4
2.3 系统的主要技术指标 4
2.4 系统的总体结构 4
第三章  温度控制系统的硬件设计 6
3.1 电压转换电路 6
3.2 温度转换电路 6
3.3控制机构 8
3.3.1单片机的选用 8
3.3.2管脚说明 9
3.4温度控制电路 11
3.5其他电路介绍 12
第四章  温度控制系统的软件设计 14
4.1主程序 14
4.2 DSl8B20的时序驱动 15
4.2.1 初始化时序 15
4.2.2 写时序 15
4.2.3 读时序 15
4.3键盘扫描和温度显示程序设计 16
4.4 其他程序流程图 17
4.5 PID算法 18
第五章  结论和展望 21
致谢 22
参考文献 23
附录1:总体原理图 24
附录2:系统源程序 25
页: [1]
查看完整版本: 单片机温度控制系统