基于GPRS的电梯远程监控系统的设计

  • 格式:pdf
  • 大小:1.20 MB
  • 文档页数:62

基于GPRS的电梯远程监控系统的设计重庆大学硕士学位论文学生姓名:李前指导教师:刘京诚教授专业:仪器科学与技术学科门类:工学重庆大学光电工程学院二O一一年五月Design of Elevator Remote MonitoringSystem Based on GPRSA Thesis Submitted to Chongqing Universityin Partial Fulfillment of the Requirement for theDegree of Master of EngineeringByLi QianSupervised by Prof. Liu JinchengMajor: Instrument Science and TechnologyCollege of Opto-Electronic Engineering of Chongqing University,Chongqing, ChinaMay, 2011摘要随着现代化城市的高速发展,城市的高层建筑不断涌现,电梯作为垂直运输工具得到越来越广泛的应用。

电梯产品的主要功能用于载人,它的质量直接关系到人的生命安全,因此保证每台电梯可靠运行、功能完备就显得尤为重要,特别是在故障的诊断和维修服务上要达到较高水平。

目前国内电梯维护服务模式简单,通常是故障电梯的现场人员通知维修中心,维修中心派专人到现场进行检查以排除故障。

由于计算机技术、自动控制技术和网络通信技术的进一步发展,国内外的电梯业都在致力于研究通过网络实现电梯的远程监控,实现故障诊断和维护的智能化。

目前的电梯远程监控系统由各电梯生产厂家提供,因为不同厂家的监控系统开放性低,使得电梯维护的通用性较差,未来的监控系统的发展趋势是开发出具有通用性、功能更完备的远程监控系统。

本文分析了国内电梯远程监控系统的研究现状,对当前主要的几种电梯远程监控系统的工作原理及实现方式进行了分析和比较,设计了一种基于GPRS的电梯远程监控系统的方案。

在介绍了GPRS网络结构和其工作原理后,分析了系统的总体结构、工作原理,并对组成系统的终端部分和上位机软件部分进行了详细的说明。

本文主要完成的工作有以下几方面:①分析了电梯远程监控系统国内外研究现状。

②设计了以通信模块EM310作为信息传输媒介为核心的硬件电路,并设计了终端的应用程序,进行了终端的调试。

③在可视化编程环境Delphi的平台下,设计了监控中心上位机软件,并完成了数据库设计。

④在现有的实验条件下,进行了电梯远程监控系统的设计、调试工作。

关键词:电梯,远程监控,GPRS,远程终端ABSTRACTWith the rapid development of modern cities, tall buildings continue to emerge, an elevator as a vertical transport is more widely used. The main function of the elevator is used to carry product, its quality is directly related to people's lives, thus ensuring reliable operation of each elevator and complete functions is particularly important, especially in the fault diagnosis and repair services to achieve higher level. At present, the elevator maintenance service model is simple, usually a scene of the elevator malfunction notification service center, service center to send someone to the site to check to troubleshooting. As computer technology, automatic control technology and network communication technology, further development, both at home and abroad working on the elevator industry to achieve the elevator through the network of remote monitoring, implementation and maintenance of intelligent fault diagnosis. The current elevator remote monitoring system provided by the elevator manufacturers, because different manufacturers openness of the monitoring system is low, making the general poor maintenance of the elevator, the future trend monitoring system is to develop a universal, more complete remote monitoring system.This paper analyzes the domestic elevator remote monitoring system Research on the current elevator remote monitoring of several key principle of the system and the implementations are analyzed and compared to design a GPRS-based remote monitoring system of the elevator program. The introduction of the GPRS network architecture and its working principle, the analysis of the overall structure of the system, working principle, and the terminal part of the component systems and PC software, a detailed description of parts.This article mostly finished work has hereinafter several aspect:①the elevator remote monitoring system of research status.②to communication module EM310 designed as an information transmission medium as the core hardware and application design of the terminal, the terminal for debugging.③Delphi visual programming environment in the platform, the design of the Monitoring Center PC software, and completed the database design.④In the present experimental conditions, to the elevator remote monitoring system design and commissioning work.Keywords:Elevator,Remote Monitoring,GPRS,Remote Terminal目录中文摘要 (I)英文摘要 (II)1 绪论 (1)1.1 引言 (1)1.2 远程监控系统的发展状况 (2)1.3 国内外电梯远程监控系统研究的现状与发展 (3)1.4 本课题研究的意义及主要内容 (4)1.5 本章小结 (5)2 GPRS体系结构与工作原理 (6)2.1 GPRS概述 (6)2.2 GPRS技术介绍 (6)2.2.1 GPRS网络的特点 (6)2.2.2 GPRS基本体系结构 (7)2.2.3 GPRS工作原理 (9)2.2.4 移动台与GPRS网络接口规程 (10)2.3 本章小结 (15)3 系统总体方案设计 (16)3.1 系统设计目标 (16)3.2 系统总体方案 (16)3.2.1 系统功能特点 (16)3.2.2 系统总体结构 (17)3.2.2 系统远程终端功能 (19)3.2.3 系统监控中心上位机功能 (19)3.3 本章小结 (19)4 系统远程终端设计 (20)4.1 系统远程终端硬件设计方案 (20)4.1.1 终端硬件功能设计 (21)4.1.2 终端硬件结构 (22)4.1.3 主要硬件资源介绍 (23)4.1.4 终端硬件接口电路设计 (26)4.2 系统远程终端软件设计 (30)4.2.1 软件开发环境 (30)4.2.2 软件程序设计 (31)4.3 电路调试 (39)4.4 本章小结 (40)5 系统上位机软件设计 (41)5.1 概述 (41)5.2 Delphi与Socket (42)5.3 监控中心软件设计 (43)5.4 监控软件主界面设计 (43)5.4.1 系统登录界面 (43)5.4.2 系统监控界面 (44)5.5 数据库设计 (45)5.5.1 电梯基本信息 (48)5.5.2 故障报警 (48)5.5.3 维护记录 (48)5.6 本章小结 (48)6 总结与展望 (49)6.1 总结 (49)6.2 展望 (49)致谢 (51)参考文献 (52)附录 (54)1 绪论1.1 引言随着经济社会的发展,城市的规模迅速扩大,人口急剧增长,为缓解土地资源紧张,各种用途的高层建筑在城市中的大量出现,电梯[1]作为一种垂直运输设备在社会经济生活中就显得尤其重要。

高层建筑的日益增多和建筑设计的档次规格的提高,使得人们对电梯服务有了更高的要求。