多功能温室检测控制系统设计
- 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
- 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
- 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。
多功能温室检测控制系统设计
编号淮安信息职业技术学院毕业论文
学生姓名王洪阳
学号17
院系电子工程学院
专业栽培生产
班级159111
指导教师贾艳丽
顾问教师
二〇一三年六月
摘要
摘要
摘要正文输入
课题背景
课题设计
课题结果
温室环境系统是一个多变量、非线性、时变和滞后的系统。其中,温度和湿度的变化是最基本的因子,对农业作物影响最为显著。本文以AT89C51单片机为核心,选用DS18B20温度传感器和Al2O3型湿度传感器,设计实现了温室大棚温、湿度测控系统。系统由主程序、数据采集与显示、温湿度参数设置、执行机构控制、报警等模块组成。与传统测试系统相比具有结构简单、体积小、成本低、通用性好、易于实现等特点。
关键词:
AT89C51;温度传感器;湿度传感器;A/D转换
Abstract
Abstract
英文摘要正文输入
【格式刷】
This system takes the AT89C51 single chip as the control core, using the temperature sensor AD590 to carry on real-time gathering and controlling to the
greenhouse of vegetables, so it can realizes auto-control to the greenhouse’s temperature. This system contains the miniature single chip system module, the temperature gathering module, the heater module, the drop-temperature module, the key pressed module and the display module. The gathering temperature or the setting temperature is displayed through the seven-seg LED. It can be established new temperature value in the greenhouse through pressing buttons, when this temperature value is higher than the gathering temperature value, then makes the heater work in order to achieve the defined value; Otherwise, the heater knocks off, and opens the ventilator as fast as to achieve the supposed temperature. It will be effective and reliable to exam and control the temperature of the greenhouse by using this system, thus guarants the crop growing fine under the best temperature condition, and enhances the crops’ quality and out put.
Keywords: Single chip; Temperature sensor; Temperature control; Temperature display; Keyboard entry; Greenhouse
目录
摘要................................................................................................................................ I ABSTRACT........................................................................................................................ I I 第一章绪论 (1)
1.1课题研究背景 (1)
1.2课题设计要求 (1)
第二章系统硬件设计 (3)
2.1单片机最小系统设计 (3)
2.1.1 AT89S52芯片性能 (3)
2.1.2 AT89S51最小硬件系统 (3)
2.1.3 时钟 (4)
2.2液晶显示电路设计 (4)
2.3温度检测电路设计 (5)
2.3.1 温度传感器介绍 (5)
(6)
AD590其有线性优良、性能稳定、灵敏度高、无需补偿、热容量小、抗干扰能力强、可远距离测温且使用方便等优点。可广泛应用于各种冰箱、粮仓、空调、冰库、工业仪器配套和各种温度的测量和控制等领域。 (6)
2.3.2 温度传感器电路设计 (6)
第三章系统软件设计 (8)
3.1系统程序框图 (8)
3.2温度检测程序设计 (8)
3.2.1 DS18b20编程规则 (8)
3.2.2 温度检测程序框图 (9)
第四章系统调试 (10)
4.1温度检测 (10)
4.2湿度检测调试 (12)
第五章总结与展望 (14)
5.1总结 (14)
5.2展望 (14)
致谢 (16)
参考文献 (17)
附录1 系统硬件电路 (19)
附录2 程序源代码 (20)