{$cfg_webname}
主页 > 电子信息 > 单片机 >

基于51单片机的电梯控制系统设计(附仿真程序)

来源:56doc.com  资料编号:5D21523 资料等级:★★★★★ %E8%B5%84%E6%96%99%E7%BC%96%E5%8F%B7%EF%BC%9A5D21523
资料以网页介绍的为准,下载后不会有水印.资料仅供学习参考之用. 帮助
资料介绍

基于51单片机的电梯控制系统设计(附仿真程序)(任务书,开题报告,外文翻译,论文14000字,仿真程序)
摘  要
本文介绍了基于51单片机的电梯控制系统的设计,主要包括了课题概述、方案论证、硬件设计、软件设计、系统调试等几个部分。课题以5层电梯为预设模型,实现控制电梯运行的简单模拟。硬件设计采用AT89C52芯片作为控制核心处理逻辑判断和电梯运行,使用矩阵键盘模拟电梯所有按键输入并使用定时中断扫描矩阵键盘获得用户请求,使用数码管显示当前楼层及电梯运行状态。软件设计采用C语言编写程序代码,着重强调了主程序的逻辑判断与电梯运行函数,还分别介绍了报警、演示功能、按键扫描、层位读取、显示、电梯控制逻辑等子程序的结构和功能。使用keil软件编译并调试程序代码,使用proteus软件进行硬件仿真。通过用实验板进行系统调试,调试结果显示本次设计基本实现了5层电梯运行的模拟。
关键词:51单片机;电梯控制;C语言;硬件仿真

Abstract
This paper introduces the design of Elevator control systemBased on 51 single chip microcomputer, Mainly includes the topic overview, program demonstration, hardware design, software design, system debugging and so on several parts.The design takes a 5-floor-elevator as the default model,to achieve a simple simulation of the elevator operation.The hardware design uses AT89C52 chip as the control core processing logic and elevator operation,and uses matrix keyboard to simulate the elevator all key inputAnd uses the time interrupt scan matrix keyboard to get the user request,and uses digital tube to display the current floor and elevator running state.Software design uses C language program code,and the logic judgment of the main program and the operation function of the elevator are emphasized. It is not only focusing on the logical design of the main structure but also separately introduced the warning function, the demonstration function, the pressed key scanning, the position read, the demonstration, the lift control logic small steelyard procedure structure and the function. The design uses keil software to compile and debug the program code,and hardware simulation uses Proteus Software.By using the experiment board to debug the system,debugging results show that the design of the basic realization of the 5 layer of the elevator operation simulation.
Key Words:51 single chip microcomputer;Elevator control;C language;Hardware simulation
 

基于51单片机的电梯控制系统设计(附仿真程序)
基于51单片机的电梯控制系统设计(附仿真程序)
基于51单片机的电梯控制系统设计(附仿真程序)
基于51单片机的电梯控制系统设计(附仿真程序)


目录
第一章 绪论    1
1.1 国内外电梯技术的发展现状    1
1.2 智能化电梯的控制逻辑    2
1.3 课题研究的内容    3
第二章 方案论证    4
2.1 电梯控制系统的组成    4
2.2 总体方案选择    4
2.3 各单元模块的方案设计    5
2.3.1 MCU芯片    5
2.3.2 电梯间、电梯内的按键请求    6
2.3.2 控制台的楼层显示    6
2.3.3 电机选择    6
2.3.4 楼层检测模块    7
2.3.5 报警模块的声音提示    7
2.4 本章小结    7
第三章 硬件设计    9
3.1 AT89C52的介绍    9
3.2 单片机最小系统    9
3.3 按键电路    10
3.3.1 矩阵键盘检测原理    10
3.3.2 矩阵键盘的设计    11
3.4 数码管显示电路    11
3.4.1 7段数码管的结构与共阴极工作原理    11
3.4.2 数码管显示电路    12
3.5 总电路原理图    13
3.6 本章小结    13
第四章 软件设计    15
4.1 程序语言的选择    15
4.2 编译软件Keil    15
4.3 程序设计    16
4.3.1 电梯主程序    16
4.3.2 电梯运行函数    17
4.3.3 逻辑判断函数    18
4.3.4 按键查询函数    19
4.4 本章小结    20
第五章 系统调试    21
5.1 软件编译调试    21
5.2 硬件仿真    22
5.2.1 Proteus仿真软件    22
5.2.2 仿真设计布图    22
5.2.3 仿真调试    23
5.3 实物调试    24
5.4 本章小结    26
参考文献    27
致谢    28

推荐资料