- 1、本文档共15页,可阅读全部内容。
- 2、有哪些信誉好的足球投注网站(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
- 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
摘 要
本次课设主要是运用单片机及按键、数码管显示等常见外围电路知识,结合实际生活中电梯的运作,实现对三层电梯控制模型的设计。,硬件部分主要由单片机最小系统模块、电梯内外电路按键矩阵模拟检测模块、电梯外请求发光管显示模块、楼层显示数码管模块、电梯上下行显示模块等5部分组成。该系统采用单片机(AT89S51)作为控制核心,使用按键按下与否而引起的电平的改变,作为用户请求信息发送到单片机,单片机控制电动机转动,单片机根据楼层检测结果控制电机停在目标楼层。软件部分使用C语言,利用查询方式来检测用户请求的按键信息,根据电梯运行到相应楼层时,模拟按键引起电平变化,送到单片机计数来确定楼层数,并送到数码管进行显示。
关键词:AT89S51、模拟电梯、LED和数码管显示 、按键控制
Abstract
This lecture is mainly a single-chip processor is used and buttons, digital tube display common knowledge buffer circuit, and combining with actual life in the operation of the elevator, and to realize the three layers of elevator control model design. , hardware mainly by single chip minimize system of internal and external circuit module, the elevator buttons matrix simulation test module, the glowing tube elevator request that module, floor shows digital tube module, the elevator has display module, and five parts. The system USES the monolithic (AT89S51) as control core, use keys pressed or not caused by the change of level, as users request information sent to the microcontroller, SCM control motor rotation, SCM according to the testing results of floor control motor stops in the target floor. Software in part using C language, using inquires to detect the user request way key information, according to the operation to the corresponding floor, simulate keystrokes cause level change, to the single chip microcomputer count to determine several floors, and sent to the digital tube displayed.
Keywords: AT89S51, simulation elevator, LED digital display, and the key control
1、引言
电梯是随着高层建筑的兴建而发展起来的一种垂直运输工具,在国民经济和生活中有着广泛的应用,随着城乡建设的不断发展,电梯也会以更快的速度进入到我们的日常生活当中,因此电梯在我们的生活中起着举足轻重的作用。电梯已不仅是一种生产环节中的重要设备,更是一种人们频繁乘用的交通运输设备。因此电梯控制技术也在不断的进步和完善,常用的控制技术主要的有两种技术:基于PLC控制和基于单片机控制两大技术。用PLC控制的电梯性能可靠、稳定,但是造价太高。基于单片机控制的电梯可以大大的降低成本而且运行也较可靠,所以现在电梯控制中大多数采用单片机控制。
2 设计任务及要求
1、掌握单片机最小系统的设计方法;
2、掌握数码管动态扫描原理与实现方法;
3、掌握矩阵键盘的工作原理和使用方法
4、利用51单片机设计三层电梯的控制模型
5、利用按键和数码管实现对电梯的控制和运行模拟
6、实现合理的电梯调度方案
3、 方案论证和选择
3.1 设计方案
本次设计的
文档评论(0)