基于单片机的电梯模拟控制系统设计.doc
文本预览下载声明
摘 要
随着现代建筑技术的发展,住房和办公用楼都已经逐渐向高层发展。电梯是高层宾馆、商店、住宅、多层仓库等建筑不可缺少的垂直方向的交通运输工具。电梯是集机械原理应用、电气控制技术、微处理器技术、系统工程学等多种技术于一体的机电设备。本文应用AT89S51为核心控制元件,设计了一个七层电梯模拟系统,实现运送乘客到任意楼层,并且通过LCD1602显示电梯的楼层、日期、时间。同时应用PROTEL99完成电路图的绘制,并利用通用版完成实物的焊接及调试。利用单片机控制电梯运行具有成本低,通用性强,灵活性大及易于实现复杂控制等优点。因此,本设计具有一定的实际意义和应用价值。
关键词 单片机 电梯 控制技术
Abstract
Along with the development of building technology,housing and office building has gradually turned to the high rise buildings. The elevator is a tool that is indispensability in the perpendicular transportation of high-building, shop, housing and multistoried storehouse. Elevator is a mechanical and electrical equipment which principle is applied by electrical control technology, the microprocessor technology and system engineering. This paper is based on AT89S51 as the core control elements designing an seven elevator simulation system, which can carry passengers to any floors and through LCD1602 display elevator floors, date,time.At the same time the circuit application drawn is done by PROTEL99, it is using its general edition to complete the welding and complete physical testing of material objects. Using single-chip microcomputer control elevator can achieve a low cost, strong commonality, flexibility result and it is easy to realize the complicated control etc.Therefore,this design is of practical use and applied value.
Keywords Single-Chip Elevator Control Technology
不要删除行尾的分节符,此行不会被打印目 录
摘 要 I
Abstract II
第1章 绪论 1
1.1 研究目的与意义 1
1.2 设计内容及要求 2
1.3 设计方案 2
第2章 硬件系统实现 3
2.1 单片机 3
2.2 AT89S51单片机 4
2.3 单片机最小系统 7
2.4 LCD显示模块电路设计 8
2.5 电源电路设计 11
2.6 按键、报警及发光二极管 11
第3章 软件设计 13
3.1 汇编语言 13
3.2 流程图设计 13
3.3 程序设计 15
3.3.1 主程序调用 15
3.3.2 中断程序调用 16
3.3.3 延时子程序 16
3.3.4 LCD1602显示程序 17
第4章 系统调试 19
4.1 硬件调试 19
4.1.1 静态调试 19
4.1.2 动态调试 19
4.1.3 调试结果 19
4.2 软件调试 20
4.2.1 实验平台 21
4.2.2 实验步骤 21
4.2.3 软件调试过程遇到的问题 21
4.3 ISP下载 24
结 论 26
致 谢 27
参考文献 28
附录 1 29
CONTENTS
ABSTRACT (Chinese) I
ABSTRACT II
CHAPTER 1 INTRODUCTION 1
1.1 Purpose and Significance of the Study
显示全部