1 / 34
文档名称:

热电厂多点温度检测系统设计与实现.doc

格式:doc   页数:34
下载后只包含 1 个 DOC 格式的文档,没有任何的图纸或源代码,查看文件列表

如果您已付费下载过本站文档,您可以点这里二次下载

分享

预览

热电厂多点温度检测系统设计与实现.doc

上传人:799474576 2013/8/12 文件大小:0 KB

下载得到文件列表

热电厂多点温度检测系统设计与实现.doc

文档介绍

文档介绍:南昌工程学院
毕业设计(论文)
机械与电气工程学院系(院) 电气工程及其自动化专业
毕业设计(论文)题目热电厂多点温度检测系统设计与实现(硬)
学生姓名

班级 09电气工程及其自动化(2)班

学号

指导教师
完成日期 2013 年 5 月 20 日
多点温度采集系统设计与实现(硬)
Culti-point temperature gathering system design and realization for the hardware
总计毕业设计(论文) 23 页
表格 3 个
插图 14 幅
摘要
本设计采用铂热电阻PT100温度传感器和单片机组成可靠性高、稳定性好和功耗低的热电厂多点温度检测系统。单片机采用AT89C51,由单片机和多个功能模块组成的系统对多点的温度进行实时检测。本设计包括电源模块、单片机模块、温度采集模块、按键输入与显示模块和报警模块。数据采集部分采用多路开关方式进行,利用热电阻设计了温度采集电路,为了满足生产中多通道的要求,设计了允许扩展的多路模拟数据采集通道。单片机部分是进行数据采集的核心部分,首先它将选择某一通道模拟量数据再将其进行A/D转换,在得到A/D转换的结果后进行数据转换,进而将数据送至LED进行显示。若温度超过报警上限则进行报警。
关键词: 多路温度采集温度传感器单片机
Abstract
The design uses a platinum RTD PT100 temperature sensor and single-ponent, high reliability, good stability and low power consumption Cogeneration multi-point temperature measurement system. SCM AT89C51, by a microcontroller and a posed of multiple functional modules for multi-point temperature in real time. This design includes a power module, microcontroller module, the temperature acquisition module, the key input and display and alarm modules. Data acquisition part of a multi-way switch manner, using the thermal resistance of the temperature acquisition circuit design, in order to meet the requirements of the production of multi-channel designed to allow expansion of multi-channel analog data acquisition channels. Microcontroller part is the core part of the data collection, it will first select a channel analog data and then it performs A / D conversion, the resulting A / D conversion result after data conversion, and then the data is sent to the LED display . If the temperature exceeds the alarm limit alarm.
Key words:Multiple temperature gathering;The temperature sensor;SCM
目录
摘要 I
ABSTRACT II
第一章引言 1
选题背景 1
第二章系统方案分析 1
系统方案的分析和确定 2
系统部分简介 2
第三章系统硬件部分设计 4
AT89C51简介 4
AT89C51单片机的结构及特点 4
I/O口的内部结构:   6
系统各部分电路的设计 7
系统主控制模块电路设计 7
电源模块电路设计 8
测温传感电路 9
模数转换电路 12
17
系统报