电梯监控系统的设计与实现(含电路,Proteus仿真程序)(精品)★

以下是资料介绍,如需要完整的请充值下载. 本资料已审核过,确保内容和网页里介绍一致.  
无需注册登录,支付后按照提示操作即可获取该资料.
资料介绍:

电梯监控系统的设计与实现(含电路,Proteus仿真程序)(精品)★(任务书,开题报告,论文22000字,Proteus仿真程序)
摘  要
随着社会城市化步伐的加快,高层建筑如雨后春笋般出现,电梯也应运而生并得到了快速的发展。为了使电梯安全平稳工作,需要安装一定的控制装置,因此电梯运行监控技术得到了广泛应用。
电梯运行监控系统是一种智能监控设备,可以实现电梯运行中电机工作参数、电梯的载重量和梯内烟雾浓度的实时采集,并能将采集信息发送给监控中心。是电梯系统中重要的组成的组成部分。本文通过对电梯运行监控系统的结构组成进行分析,设计了一种合理的监控方案,并在此监控的方案基础上展开研究,设计了基于STC89C52作为核心控制芯片,以传感器为监控手段,利用RS232实现数据传输的电梯运行监控系统。本设计对电梯运行监控过程进行模拟,实现包括电梯电机运行电压、电流、电梯载重量和梯内烟雾浓度的采集。并利用串口的方式,实现了采集信息的远程发送和电梯运行的远程控制功能。文中对系统的软件和硬件实现过程进行了详细的介绍,根据监控系统的控制要求,设计了电路原理图,然后根据硬件设计结果,结合系统的监控方案给出运动过程的程序流程图,并编写了软件驱动程序,实现了对电梯运行的实时监控和监控信息的数据交互功能。
关键词:电梯运行监控;串口通讯;传感器;单片机

ABSTRACT
As society speed up the pace of urbanization, high-rise buildings sprang up, the elevator also arises at the historic moment and rapid development. In order to make the elevator safety smooth work, need to install a control device, therefore the elevator running monitoring technology has been widely applied.
Elevator monitoring system is a kind of intelligent monitoring equipment, can realize the elevator in the operation of the motor working parameter, the weight of the lift and ladder in the smoke concentration of real-time acquisition, will and can collect information sent to the monitoring center. Is the important composition part of the elevator system. This article through to the structure of the monitoring system of elevator running is analyzed and designed a kind of reasonable monitoring scheme, and the monitoring scheme based on the study, based on STC89C52 as the core control chip, with sensors for monitoring means, using RS232 data transmission of elevator running monitoring system. This design, to simulate the process of elevator running monitor implementation including the elevator motor operating voltage, current, elevator deadweight and smoke concentration within the collection. Use a serial port, and implements a remote sending of gathering information and remote control function of elevator running. Of the software and hardware of the system implementation process has carried on the detailed introduction, according to the control requirements of monitoring and control system, designs the circuit principle diagram, and then according to the result of the hardware design, combining with the system of monitoring scheme is given exercise program flow chart of the process, and write the driver software and realize the real-time monitoring of elevator running and monitoring information data interactive function.
Keywords: The elevator operation monitoring; A serial port communication; The sensor; Single chip microcomputer

2.3功能要求
本设计需要实现一种基于单片机的电梯运行监控系统,系统需要实现的功能如下:
(1)通过硬件设计模拟电梯的上行、下行和停止控。
(2)实现电梯运过程中,对电机供电电压和工作电流的实时监控。电压检测范围0~255V,电流监控范围0~255A。
(3)实现电梯内烟雾浓度的实时监控。
(4)实现电梯载重量的检测,检测范围在0-870kg;
(5)实现监控信息的远程传输,传输的内容包括当前采集电压、电流、烟雾浓度、压力值及当前电梯运行的状态。
2.4 系统结构
本系统设计的选用8位STC89C52单片机作为主控芯片。系统设计采用模块化思想设计,本系统由单片机最小系统、传感器检测模块、LCD液晶显示模块、按键模块、电源模块、电梯运行指示模块、按键模块、串口通讯模块八个模块主成。

(1)单片机实现对输入传感器和按键信息的采集,同时完成对控制通讯模块、电机控制模块、电梯运行指示模块和显示模块的控制;
(2)传感器模块模块用于电机的工作电流、工作电压、电梯载重量和梯内烟雾浓度的检测;
(3)按键模块用于模拟控制电梯的上行、下行、停止和紧急呼叫;
(4)通讯模块用于将采集的信息传给PC端;
(5)电机控制模块用于模拟电梯的运行;
(6)电梯运行指示模块用于显示电梯运行(上、下行)方向和状态(停止);
(7)液晶显示模块用于显示当前采集的信息(电压、电流、压力、烟雾浓度)及上下行状态;
 

电梯监控系统的设计与实现(含电路,Proteus仿真程序)(精品)★
电梯监控系统的设计与实现(含电路,Proteus仿真程序)(精品)★
电梯监控系统的设计与实现(含电路,Proteus仿真程序)(精品)★
电梯监控系统的设计与实现(含电路,Proteus仿真程序)(精品)★
电梯监控系统的设计与实现(含电路,Proteus仿真程序)(精品)★


目  录
第1章  绪  论    1
1.1 课题的研究背景及意义    1
1.2国内外研究现状分析    1
1.2.1电梯运行控监系统的应用现状分析    1
1.2.2电梯运行监控系统的研究现状    2
1.3 论文的主要内容    3
第2章  电梯监测系统的方案设计    4
2.1 电梯监控系统的特性    4
2.2电梯监控系统性能的分析    5
2.3功能要求    6
2.4 系统结构    6
2.5 主要器件选型    7
2.6 本章小结    10
第3章  电梯监测系统的硬件电路设计    11
3.1主控电路设计    11
3.2传感器采集电路设计    14
3.3按键采集电路设计    17
3.4液晶显示电路设计    18
3.5电机控制电路设计    19
3.6串口通讯电路设计    20
3.7运行指示电路设计    21
3.8电源电路设计    22
3.9本章小结    22
第4章  电梯监控系统的设计    24
4.1开发环境介绍    24
4.2系统软件功能及实现原理    24
4.3系统软件设计    27
4.4本章小结    36
第5章 系统仿真和测试    37
5.1 仿真软件介绍    37
5.2 系统仿真    37
5.2 系统测试    43
总结    45
参考文献    46
致  谢    47