八层电梯控制系统设计

以下是资料介绍,如需要完整的请充值下载. 本资料已审核过,确保内容和网页里介绍一致.  
无需注册登录,支付后按照提示操作即可获取该资料.
资料介绍:

八层电梯控制系统设计(论文9300字)
摘要
本文介绍的是基于单片机控制的电梯模拟控制系统的设计,使用的是STC89C52芯片,说明了如何进行编程操控单片机控制硬件电路的方法。单片机原理简单易懂,方便控制,可以缩短研发时间,并且使模拟电梯控制系统有更小的体积,功能更加强大。本设计模拟了实际电梯的功能,通过呼叫按键确定楼层,楼层指示灯实时显示所呼叫楼层,LED数码管组成箭头指示电梯运行方向,同时加入了电梯防夹报警功能。本设计把所学单片机和C语言知识融入到一起,使其具有较高的移植性,更加有利于产品的设计开发。
关键词:电梯  单片机  C语言  报警
 
Abstract
    This paper introduces the design of elevator control system based on single chip microcomputer control, using the STC89C52 chip, which shows how to control the hardware circuit of the single chip microcomputer. SCM 
principle is simple and easy to understand, easy to control, you can shorten the development time, and to simulate the elevator control system has a smaller size, the function is more powerful. This design simulates the actual elevator function, through the call key to determine the floor, the floor indicator light real-time display call floor, LED digital tube composition arrow elevator running direction, also joined the elevator anti pinch alarm function. The design of the microcontroller and C language knowledge into together, so that it has a high portability, more conducive to product design and development.   
Key words:Elevator; MCU;C language;Alarm
 
 
摘要    I
Abstract    II
第一章 绪论    1
1.1 课题背景    1
1.2设计方法以及优缺点    2
第二章 总体方案设计    3
2.1 硬件电路总体方案    3
2.2  主控及红外芯片的选择    4
第三章 硬件实现及单元电路设计    6
3.1 主控制模块    6
3.2 电梯呼叫按键电路    7
3.3 楼层显示电路    8
3.4楼层指示电路    9
3.5 电梯上下行指示电路    9
3.6声音提醒电路    10
3.7 开门指示及红外报警电路    11
3.8电梯整体运行过程    13
3.9 整体电路图    15
3.10 本章小结    16
第四章 系统软件设计    17
4.1主程序流程图    17
4.2电梯扫描按键流程图    18
4.3 电梯指示电路流程图    19
4.4 本章小结    20
第五章 系统调试    21
5.1 硬件检测    21
5.2 软件调试    21
5.3 调试结果    21
总结    25
参考文献    27
致谢    29