塔式起重机智能安全监控系统分析与软件设计(本科毕业论文设计).doc

约35页DOC格式手机打开展开

塔式起重机智能安全监控系统分析与软件设计(本科毕业论文设计),摘要塔式起重机(简称塔机)作为主要物料运输机械在建筑业得到了广泛应用。尤其近年来随着高层、超高层建筑的兴起,塔机在现代化建筑施工过程作用越来越大,并且不断向大型化、智能化方向发展。但目前在建筑施工过程中,由塔机事故引起的人员伤亡和设备损毁屡屡发生,重大事故发生率居高不下,塔机的安全性能己成为威胁建筑工人生命和国家财产的...
编号:45-94784大小:473.50K
分类: 论文>机械工业论文

内容介绍

此文档由会员 genmail 发布


摘 要


塔式起重机(简称塔机)作为主要物料运输机械在建筑业得到了广泛应用。尤其近年来随着高层、超高层建筑的兴起,塔机在现代化建筑施工过程作用越来越大,并且不断向大型化、智能化方向发展。但目前在建筑施工过程中,由塔机事故引起的人员伤亡和设备损毁屡屡发生,重大事故发生率居高不下,塔机的安全性能己成为威胁建筑工人生命和国家财产的大问题,在线监控能够对塔式起重机实时监控和智能保护,所以塔机运行状态在线监测刻不容缓。
本论文研究工作主要包括以下几方面:通过对大量文献检索和分析研究,确定了对塔机安全影响最大的运行状态参数。完成计算机监控程序的流程框图以及功能单元的划分,用C++ Builder 来制作有优良界面的运行监控系统,为开发整个塔机运行状态在线监测系统打下基础。






关键词: 塔式起重机 状态监测 C++ Builder


















ABSTRACT

Tower cranes as a major transport machine are being made greater use of in the
process of modern construction. Especially along with the rapid develop of the architecture industry; the structure of tower cranes has been developed toward higher,bigger and more intelligent. But tower crane accidents often take place and the death rate is high. The security of tower cranes has been important problem that has been threaten builders' life and state property. On-line monitoring of the tower crane can be real-time monitoring and intelligent protection.Thus, on-time monitoring of tower cranes' running state is urgently demanded.
In this paper, by analysis and study lots of information about tower cranes accidents, some major parameters that most important for cranes running state monitoring were confirmed, therefore, on-time monitoring becomes feasible. Computer monitoring program completed the process diagram and the delineation of functional units, with C + + Builder to create a good interface operation monit -oring system,which laying the foundation for the development of the entire tower crane running on-line monitoring system.




Key words:Tower crane, Monitoring system, C++ Builder













目 录

摘 要 I
ABSTRACT II
1 绪论 1
1.1塔机运行状态监测研究的意义和迫切性 1
1.2起重机安全监控系统的国内外研究现状 2
1.2.1国际研究概况 2
1.2.2国内研究概况 3
1.3起重机安全监控系统的发展趋势 3
1.3.1整体系统 3
1.3.2硬件 4
1.4课题所要做的工作 4
2 塔式起重机的构造和安全保护装置 5
2. 1塔式起重机介绍 5
2.2塔式起重机的构造 5
2.3塔机安全保护装置及存在的问题 6
2.3.1塔机的安全保护装置 6
2.3.2现有保护装置存在的问题 8
2.4 监控系统关键参数的确定 9
3 软件开发语言和环境 10
3.1 c++语言 10
3.2面向对象的方法学 10
3.3 C++ Builder软件开发工具简介 11
4 监控系统的总体设计 13
4.1软件设计概述 13
4.2软件设计构思与软件结构 13
5 塔机监控系统的研发 15
5.1软件的总体布局和设计 16
5.1.1所用组件 16
5.1.2软件功能 18
5.2仿真数据的生成 18
5.3主窗体的设计 19
5.4仿真数据的选择和显示 19
5.5系统参数的设置与显示 20
5.6曲线图的绘制 22
5.7查看数据和保存数据 25
5.7.1查看数据单元 25
5.7.2数据和曲线图的保存 25
5.8软件控制设计的实现 26
5.8.1 时间控制 26
5.8.2系统安全设计 26
5.8.3暂停与继续监控 29
6 结论与展望 30
致 谢 31
参考文献 32