武汉大学论文模板.doc
文本预览下载声明
学号
密级
武汉大学东湖分校本科毕业论文
电气控制设计
院(系)名称:机电工程学院
专业名称?:电气工程及其自动化
学生姓名?:
指导教师?:
二〇一四年五月
郑 重 声 明
本人所呈交的学位论文,是在导师的指导下,独立进行研究工作所取得的成果,所有数据、图片资料真实可靠。尽我所知,除文中已经注明引用的内容外,本学位论文的研究成果不包含他人享有著作权的内容。对本论文所涉及的研究工作做出贡献的其他个人和集体,均已在文中以明确的方式标明。本学位论文的知识产权归属于培养单位。
本人签名:
日期: 摘 要
通过对自动售货机PC-PLC控制系统的工作原理的分析、系统设计、编程、及上机调试工作的实践,了解电器控制系统的一般设计思路,熟悉和掌握外围电
路系统和软件设计的方法,并掌握利用PC对PLC工作状况进行监控的方法。
关键词:自动售货机 电器控制
??
ABSTRACT
Electronic locks hardware designed mainly around the AT89C51 microcontroller as the core, and is responsible for scheduling and controlling the operation of each program, the completion of the processing and modification of information, and the peripheral circuit has a matrix, train display, power and alarm circuit. Software only in part by the completion of the programming language, this part of the design and detail design structure of the system hardware and software, so as to achieve a change passwords, password protection, and the LCD display the password input, thereby to achieve set to password protection, this design can be used for home and office, etc., due to the low cost, confidentiality, and thus there is a strong practicability.
Keywords: AT89C51; microcontroller; password; alarm; LCD
目 录
摘 要 I
Abstract II
第1章 绪论 1
1.1 密码锁的意义及其背景 1
1.2 电子密码锁的发展趋势 1
1.3 设计方案的确定 1
1.3.1 系统的内容及具体要求 1
第2章 系统的组成和原理图 2
2.1 系统的组成 2
2.2 系统工作原理 2
第3章 系统硬件设计 4
3.1 AT89C51单片机系统 4
3.1.1 主要参数 4
3.1.2 引脚功能说明 5
3.1.3 单片机最小系统 6
3.1.3.1晶振电路 6
3.1.3.2复位电路 6
3.2 液晶显示器的设计 7
3.2.1 LCD基本原理 7
3.3 电源电路 8
3.4 矩阵键盘电路 8
3.5时序产生电路 9
3.6报警电路 10
4 系统软件设计 11
4.2 系统程序 11
5 总结与展望 12
参考文献 13
致 谢 14
第1章 绪论
1.1 密码锁的意义及其背景
进入二十一世纪后人们越来越注重安全意识,加之科技发展速度又大幅提升,电子密码锁的出现解决了以往机械锁的不足,相比传统的机械锁,电子密码锁具有安全性高,操作简单,成本低并且不用携带钥匙,受到了广大用户的青睐。此密码锁采用单片机和电子元件实现数据的采集和控制算法。
1.2 电子密码锁的发展趋势
如今,电子密码锁被广泛使用于日常生活和高新科技中。现在的密码锁内的信息包括了数字、字符、图形图像、人体生物特征和时间等,人们对电子锁的要求也越来越高,电子技术必是各国发展的优先技术。
1.3 设计方案的确定
1.3.1 系
显示全部