毕业设计(论文)单片机温度数据采集系统.doc
文本预览下载声明
单片机温度采集系统
摘 要
本文设计是以AT89C51单片机系统为基础的,通过热电阻变送器对热电阻随温度的变化而得到的模拟信号进行采集,连接多路模拟开关实现多路模拟信号的采集,并通过A/D转换器对模拟信号进行数模转换,把转换得到的数字信号按照顺序分别送入单片机或把指定的那路信号送入单片机,通过单片机进行控制操作。本文通过单片机报警系统来实现热电阻传感器测量的温度范围200-700摄氏度,若超出这个温度范围则报警。以单片机为核心完成温度检测、数据处理.显示及上下限报警功能。
关键词:数据采集系统,单片机,A/D转换器,热电阻变送器
The Temperature Acquisition System
ABSTRACT
It is based on AT89C51 one-chip computer system for this text to design, is it gather to go on through thermal resistance changer to analog signal that thermal resistance receive with change of temperature, join many way analog switch realize many way collection of analog signal , is it count through A/D converter to analog signal mould change to go on, Send digital signal received to change according to order into one-chip computer or designated those distance signal send into the one-chip computer separately, carry on control operation through one-chip computer. This text realizes 200~700 degrees Centigrade of temperature ranges that the thermal resistance sensor measure at the same time through the warning system of the one-chip computer, if beyond the scope of this temperature to report to the police. Regard one-chip computer as the core and finish temperature and patrol examining , data processing. Show and the warning function of upper and lower limits.
KEY WORDS: DCS,ne-Chip Computer,A/D converter,hermal Resistance Changer
目 录
前 言 1
第1章 绪论 2
1.1课题背景 2
1.2温度采集的意义和技术发展 2
1.3单片机在本课题中的应用 3
第2章 主控模块的设计 5
2.1 8051单片机的引脚功能 5
2.2 8051单片机的扩展及系统电路 7
第3章 信号输入通道与信号采样模块的设计 10
3.1 A/D芯片的选用及说明 10
3.1.1逐渐逼近式A/D转换器的工作原理 10
3.1.2 A/D转换器的性能指标 11
3.1.3 典型的A/D转换芯片ADC0809 12
3.2信号采样模块的电路设计 14
第4章 显示系统、报警系统及键盘控制 16
4.1 显示系统的设计 16
4.1.1 LED显示器件的工作原理 16
4.1.2 LED显示电路设计 18
4.2报警系统的设计 19
4.3 键盘控制的设计 19
4.4 系统的电源设计 21
第5章 系统软件设计 22
5.1 主控模块的系统设计 22
5.2 LED显示程序设计 25
5.3 报警系统的程序设计 26
结 论 28
谢 辞 29
参考文献 30
附 录 一 31
附 录 二 37
外文资料译文 38
前 言
温度是一个非常重要的物理量,因为它直接影响燃烧、化学反应、烘烤、煅烧、蒸馏、结晶空气流动以及等物理和化学过程。温度控制失误就可能引起生产安全、产品质量、产品产量等一系列问题。因此对温度的检测的意义就越来越大。温度采集控制系统在工业生产、科学研究和人们的生活领域中,得到了广泛应用
显示全部