本文主要为广大网友提供“TVT-99A电梯模型控制设计”,希望对需要TVT-99A电梯模型控制设计网友有所帮助,学习一下!
论文编号:ZD1143 论文字数:15473,页数:55
摘 要
随着我国经济的发展,城市中涌现出越来越多的高层建筑,而与之配套的电梯成为人们日常生活中不可缺少的工具。由于商品的人性化要求越来越高,多层建筑中配套的电梯同样也要适应时代的要求。以前,国内电梯大多采用继电器控制,但这种控制方式的生产成本高,体积大,安装和调试不方便,且需要占用较大的硬件空间,时代的发展要求更有效率的控制系统的出现
四层教学电梯模型采用单片机控制,具有一定的规模和实际电梯的主要操作功能,教学可视效果好,是应用单片机的典型教学实验室装置,其控制软件的是设计方法同样适用于实际电梯的研究.
本论文阐述了单片机在电梯控制中的应用.主要介绍了4层电梯的控制系统总体设计方案、设计过程、组成,列出了具体的硬件电路原理图.并给出了系统组成框图个程序流程图,在分析、处理随即信号逻辑关系的基础上,提出了单片机的编程方法.
关键词: 单片机 电梯模型 程序设计 电路图
Abstract
There are more and more high buildings being built in the city as the economy developing. As the same time, elevators that are suitable for the skyscrapers become the necessary tool in human life. And elevators have to be accommodated to the higher and higher humanistic acquirements. Most of usual elevators made in our country were designing for relay-control, although this pattern of control has the disadvantages of high cost and big physical volume, meanwhile its installation and debug were inconvenient. So it is desirous for a new pattern of more efficient manipulative system.
The thesis expounds that a four-storeyed teaching elevator model is controlled by MCU.It has the main operating functions of the practical elevator on a certain scale and also the visible teaching effect.It is a typical experimental device in MCU technology, whose design procedure of control software is also applicable to the research of the practical elevator.
This paper described the MCU in the elevator control the application of the major on the fourth floor of the elevator control system design programme, the design process, composition, lists the specific hardware circuit schematics. And gives the system components Diagram of a process flow chart in the analysis, signal processing was the logical relationship on the basis of the proposed MCU programming method.
Keywords:PLC elevator model program design ladder diagram
目 录
中文摘要 i
英文摘要 ii
目录 iii
第一章 绪论 1
1.1 研究的动机和目的 1
1.2 研究背景 2
1.3 研究方法与系统描述 4
1.4 论文內容概述 5
第二章 模型电梯控制系统的硬件组成 6
2.1 电梯的主控方式 6
2.2 电梯的常见问题 6
2.3 电梯模型的介绍 7
2.3.1 电梯模型整体介绍 7
2.3.2 单片机的选择 8
2.3.2 编程语言和控制对象的选择 9
2.3.3 强电设备与弱电设备之间衔接方式的选择 9
2.4电梯模型的硬件 10
2.5 控制电路原理图的绘制 11
2.6 电梯模型的电平转换 12
2.7 单片机I/O接口的扩展 12
2.7.1 8155内部结构及引脚功能 13
2.7.2 8155方式选择及方式控制字 14
2.7.3 80C51与8155的接线图 16
2.8 单片机与EEPROM的串行数据传输 17
第三章 模型电梯控制系统的软件设计 23
3.1 电梯运行程序 25
3.2 电梯按钮扫描程序 29
3.3 楼层显示程序 33
3.4 当前层写入EEPROM程序 36
3.5 目的层写入EEPROM程序 39
3.6 读取当前层程序 41
3.7 读取目的层程序 44
3.8 检查应答位程序 47
3.9 写字节子程序 49
3.10 读字节子程序 52
第四章 结论 54
参考文献
致谢