仓库防火防盗报警系统的设计

仓库防火防盗报警系统的设计(任务书,开题报告,外文翻译,论文12900字)
摘要
随着社会的文明进步,人们生活水平的提升,人们对生活环境的安全可靠也越来越关注,如何设计制造出方便快捷可靠的报警系统,已经逐渐成为技术工作者工作的目标。
本文从课题的研究背景、发展情况及设计要求出发,考虑到实际情况和仓库报警系统功能实现的有效性,首先通过对于报警器方案的比较选择了电路相对简单有利于实现报警功能的方案,初步介绍了报警系统方案的组成和整体实现功能的原理及各功能部分的功用,并选取了性能良好的元器件。然后,详细介绍了报警系统各功能模块的实现原理和元器件的选择方法,包括单片机控制系统模块,温度传感电路模块,红外传感电路模块,LCD显示电路模块,声光报警电路及报警类别显示模块。紧接着介绍了软件设计的思路及主程序各功能子模块的实现方法,并与硬件接口紧密结合,初步调试方案介绍与实物效果展示紧随其后。最后总结了设计过程中的体会心得与未来有待进一步进行的研究。
测试结果显示,本系统已经完成所有设计要求。
关键词:AT89S51 报警器 传感器
Abstract
With the developments of social civilizations and the people’s living conditions, people have being paying more and more attentions to the safety and reliability of the living environment. And that how to produce convenient, fast and reliable alarm system is becoming the goal of the technological workers. [资料来源:http://Doc163.com]
The thesis starts with the issue research background,developments and design requirements,taking the actual things and the effectiveness of the warehouse alarm system into considerations. At first, by comparing the methods of the different alarm system ,then select the simpler circuit which will benefit the achievement of the alarm system. Then it slightly introduces the components of the alarm system and the way how all the parts work together, leading the selection of the well-functional components. Then it introduces the principle of all the parts of the alarm system including the MCU control system module, temperature sensor circuit module, infrared sensor circuit module, LCD display circuit module, sound and light alarm circuit module and alarm classification display circuit module. Followed by the introduces of the thinking of the software design and the methods how the component parts of the main program achieve the functions of the alarm, which is tightly connected with the hardware pins. Debugging and the product effect is afterwards. At last, the experiences during the design process and the issues needed to be researched in the future is summaryed. [来源:http://Doc163.com]
Key Word: AT89S51 Alarm Sensor
[资料来源:http://www.doc163.com]



目录
摘要 I
Abstract II
第一章 绪论 1
1.1 前言 1
1.2 选题背景 1
1.3 国内外的研究概况 2
1.4 设计要求与论文结构 2
1.4.1 基本要求 2
1.4.2 论文结构 3
第二章 仓库防火防盗报警系统的总体设计 4
2.1仓库防火防盗报警系统设计方案比较 4
2.2 仓库防火防盗报警系统的硬件设计方案 4
第三章 各功能模块设计 6
3.1单片机的选择及其周边电路的分析 6
3.2温度传感模块 7
3.3阻断式红外传感电路模块 9
3.4 声光报警电路模块 10
3.5 报警类别显示电路模块 11
3.6 LCD1602显示模块 11
3.7仓库防火防盗报警系统主电路图 12
第四章 仓库防火防盗报警器的软件设计 15
4.1 系统软件设计 15
4.2仓库防火防盗报警系统程序各功能子程序块介绍 17
4.2.1延时子程序 17
4.2.2液晶写命令子程序 17
4.2.3液晶写数据子程序 17
4.2.4液晶显示屏初始化子程序 18
4.2.5DS18B20初始化子程序 18
[资料来源:https://www.doc163.com]
4.2.6 DS18B20温度芯片的写字节子程序 18
4.2.7 DS18B20温度芯片的读字节子程序 19
4.2.8从DS18B20中读取温度子程序 19
4.2.9温度转换子程序 20
4.2.10温度超过上限报警子程序 21
4.2.11红外传感报警子程序 22
4.2.12主程序 23
第五章 系统调试和实物展示 24
5.1软件介绍 24
5.1 .1Protel99SE简介 24
5.1.2 Keil uVision 2软件简介 25
5.2 硬件、软件调试 25
5.3实物图展示 27
第六章 总结与展望 29
参考文献 30
致谢 31
附录. 32 [资料来源:http://www.doc163.com]
