学号 密级 哈尔滨工程大学本科生毕业论文基于单片机的电梯调度系统的设计与实现院(系)名 称:信息与通信工程学院专 业 名 称:电子信息工程学 生 姓 名:XXX指 导 教 师:XXX 2025 年 6 月哈尔滨工程大学本科生毕业论文基于单片机的电梯调度系统的设计与实现院 (系):信息与通信工程学院 专 业:电子信息工程 学 号:xxxxxxxx 学 生 姓 名:XXX 指 导 老 师 :XXX2025 年 6 月摘 要本设计就是要制作出一可作为实际应用的电梯调度系统,合理高效地调度电梯的运行与停止,满足不同楼层顾客的呼叫需求。本设计以电梯所具备基本功能为指引,以单片机系统为硬件平台,以单片机中断作为基础,主要利用单片机的 I/O 口扩展、单片机中断、芯片读写等技术,并且利用化繁为简、归纳归类的思维方式,通过 C 语言编程,完成了对电梯的合理调度。本文详细介绍了设计的硬件设计与软件流程,硬件由单片机最小系统模块、82C55显示模块、82C79按键输入模块、串口下载程序等其他附加模块组成。软件编程的核心思想是每到一层即推断是否到达目标楼层,并且分析下一目标楼层的层数。推断的标准也包含四种情况并在程序中一一列出和分析。经过调试,已成功达到所要求标准,可以完成复杂情况下的电梯调度任务。关键词:电梯;单片机;82C55并口扩展;82C79按键控制ABSTRACTThe aim of making this design is to make a applied control system of the elevator that can be used in practice, which can direct the elevator to run or stop to meet the requirement of the passengers depending on the complicated situation. for the purpose of this, this study is high up in the pictures, fulfilling the mission of elevator arrangement wisely and in reason by making the basic function of the elevator as a direction, the minimum system of MCU as the hardware platform, the interruption of MCU as foundation. The technology of the interruption of MCU and the expansion of I/O is mainly used in this design.This thesis introduce the programming of software and the hardware interface circuit between the MCU system and the chips used in this des...