饮水机温度控制的系统设计与仿真
- 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
- 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
- 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。
饮水机温度控制的系统设计与仿真
摘要
本文设计并实现了一种饮水机温度控制系统。其硬件系统以AT89C52单片机为核心,用温度传感器DS18B20实现温度控制,用液晶屏显示实时温度、时间与预设温度,制作数字温度计,并可实现温度预警控制。单片机系统的软件设计采用C语言进行编程,应用软件采用KEIL和PROTEUS仿真软件模拟实现控制过程。该饮水机控制系统是基于单片机的计算机检测技术的软硬件开发的一种应用,不仅可以创造良好的经济效益,还可优化饮水机温度控制系统。
关键词:AT89C52单片机;DS18B20;温度控制
The Design and Simulation of Drinking Machine Temperature Control System
ABSTRACT
This paper introduces a water dispenser temperature control system.This system hardware design takes AT89C52 as a core ,and realizes the temperature control with temperature sensor DS18B20.The actual temperature and the preinstall temperature are displayed with the LCD, the simple intelligent temperature control system digit thermometer is manufactured ,and may realize the temperature early warning control.The software programming uses c language to carry on the programming.The application software uses KEIL and the PROTEUS simulation software realizing the controlled process.The water dispenser control system is based on an application of the single chip computer hardware and software development of detection technology can not only create a good economic benefits ,but also optimize the fountains temperature control system.
Key word :the microcontroller AT89C52 ;DS18B20;temperature control.
目录
1 绪论 (1)
1.1 课题来源 (1)
1.2课题发展现状及意义 (1)
1.3本文设计思路 (2)
1.4本文结构 (2)
2系统的硬件设计 (3)
2.1 系统工作原理与功能 (3)
2.2硬件系统组成及各模块介绍 (3)
3系统的软件设计 (10)
3.1软件总体设计思路 (10)
3.2主程序软件设计 (11)
3.3键盘子程序软件设计 (12)
3.4报警子程序软件设计 (13)
3.5显示子程序软件设计 (14)
4系统软件仿真 (15)
4.1 Protues介绍 (15)
4.2 Keil uVision4调试软件 (16)
4.3 Proteus ISIS的仿真步骤与结果 (18)
总结 (20)
参考文献 (21)
附录 (22)
致谢 (28)