1、 分类号分类号 XX大学大学 毕毕 业业 设设 计(计( 论论 文)文) 题题 目目 基于单片机的电梯控制系统基于单片机的电梯控制系统 并列英文题目并列英文题目 Elevator control system based on single chip 系系 部:部:电子信息系电子信息系 专业:专业:应用电子技术应用电子技术 姓姓 名:名: XXX 班级:班级:电子电子 0801 指导教师:指导教师: XXX 职称:职称:教师教师 论文报告提交日期:论文报告提交日期: 2011 年年 5 月月 25 日日 XX大学大学 模拟电梯控制系统设计模拟电梯控制系统设计 摘要摘要 单片机即单片微型计算机(
2、Single-Chip Microcomputer ) ,是集 CPU ,RAM ,ROM , 定时,计数和多种接口于一体的微控制器。其中 51 单片机是各种单片机中最为典型和最 有代表性的一种,广泛应用于各个领域.电梯是集机械原理应用、电气控制技术、微处理器 技术、系统工程学等多学科和技术分支于一体的机电设备,它是建筑中的永久垂直交通工 具。本论文选择 AT89S51 为核心控制元件,设计了一个八层电梯系统,使用单片机汇编语 言进行编程,实现运送乘客到任意楼层,并且显示电梯的楼层和上下行。利用单片机控制 电梯有成本低,通用性强,灵活性大及易于实现复杂控制等优点。 关键词关键词 单片机 电梯
3、系统 控制 Simulated elevator control system designSimulated elevator control system design 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
4、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, wh
5、ich 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 elevato
6、rs low cost, versatility, flexibility and ease of large complex control advantages K Keyboards eyboards Single-Chip Microcomputer Elevator system 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 汇编语言简