- 1、本文档共28页,可阅读全部内容。
- 2、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
- 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
模拟电梯控制系统设计论文模电梯控制系统设计论文
2010届本科生毕业设计(论文)
题目: 《单片机模拟电梯控制系统》文献综述
学 生 姓 名:付天池
院 系:
专业、班级 :机电一体化09
学 号 :
指 导 教 师:冯青秀
完 成 日 期:2011-4-15
模拟电梯控制系统设计
摘要
单片机即单片微型计算机(Single-Chip Microcomputer ),是集CPU ,RAM ,ROM ,定时,计数和多种接口于一体的微控制器。其中51单片机是各种单片机中最为典型和最有代表性的一种,广泛应用于各个领域.电梯是集机械原理应用、电气控制技术、微处理器技术、系统工程学等多学科和技术分支于一体的机电设备,它是建筑中的永久垂直交通工具。
本论文选择AT89S51为核心控制元件,设计了一个八层电梯系统,使用单片机汇编语言进行编程,实现运送乘客到任意楼层,并且显示电梯的楼层和上下行。利用单片机控制电梯有成本低,通用性强,灵活性大及易于实现复杂控制等优点。
关键词 单片机 电梯 控制
Abstract
Microcontroller that microcomputer (Single-Chip Microcomputer) gathering CPU, RAM, ROM, the timing, number and variety of interface integrated microcontrollers. 51 various SCM SCM is the most typical and most representative of a widely used in various fields. Elevator is the application of the principle set machinery, electrical control technology, microprocessor technology, systems engineering and other technical disciplines and branches of the integration of mechanical and electrical equipment, which is building a permanent vertical transport.
This paper choice AT89S51 control of the core components, designed a new 8 storey lift systems, using single-chip assembly language programming, transporting passengers arrived a floor, it also shows the elevator floor and downlink. SCM control elevators low cost, versatility, flexibility and ease of large complex control advantages
Keyboards Single-Chip Microcomputer Elevator control
目 录
引 言 1
第一章 单片机概述 2
1.1 单片机简介 2
1.2单片机的特点 3
1.3单片机的应用领域 4
1.4单片机的发展趋势 5
1.5单片机的主要生产厂家和机型 5
第二章 硬件系统实现 7
2.1功能模块图 7
2.2各功能模块介绍 7
2.2.1 AT89S51芯片 7
2.2.2 显示模块 10
2.2.3 复位开关模块 10
2.2.4 振荡器电路模块 11
2.2.5 程序下载模块 11
2.3设计电路及连线 12
第三章 软件设计 13
3.1汇编语言简介 13
3.2流程图设计 14
3.3程序设计 15
3.3.1程序初始化 15
3.3.2主程序调用 16
3.3.3中断程序调用
文档评论(0)