塔式起重機智能安全監(jiān)控系統(tǒng)分析與軟件設計(本科畢業(yè)論文設計).doc
約35頁DOC格式手機打開展開
塔式起重機智能安全監(jiān)控系統(tǒng)分析與軟件設計(本科畢業(yè)論文設計),摘要塔式起重機(簡稱塔機)作為主要物料運輸機械在建筑業(yè)得到了廣泛應用。尤其近年來隨著高層、超高層建筑的興起,塔機在現(xiàn)代化建筑施工過程作用越來越大,并且不斷向大型化、智能化方向發(fā)展。但目前在建筑施工過程中,由塔機事故引起的人員傷亡和設備損毀屢屢發(fā)生,重大事故發(fā)生率居高不下,塔機的安全性能己成為威脅建筑工人生命和國家財產的...
![](http://img.queshao.com/images/pcgzh.gif)
![](http://preview.queshao.com/tobuy/94784.gif)
內容介紹
此文檔由會員 genmail 發(fā)布摘 要
塔式起重機(簡稱塔機)作為主要物料運輸機械在建筑業(yè)得到了廣泛應用。尤其近年來隨著高層、超高層建筑的興起,塔機在現(xiàn)代化建筑施工過程作用越來越大,并且不斷向大型化、智能化方向發(fā)展。但目前在建筑施工過程中,由塔機事故引起的人員傷亡和設備損毀屢屢發(fā)生,重大事故發(fā)生率居高不下,塔機的安全性能己成為威脅建筑工人生命和國家財產的大問題,在線監(jiān)控能夠對塔式起重機實時監(jiān)控和智能保護,所以塔機運行狀態(tài)在線監(jiān)測刻不容緩。
本論文研究工作主要包括以下幾方面:通過對大量文獻檢索和分析研究,確定了對塔機安全影響最大的運行狀態(tài)參數。完成計算機監(jiān)控程序的流程框圖以及功能單元的劃分,用C++ Builder 來制作有優(yōu)良界面的運行監(jiān)控系統(tǒng),為開發(fā)整個塔機運行狀態(tài)在線監(jiān)測系統(tǒng)打下基礎。
關鍵詞: 塔式起重機 狀態(tài)監(jiān)測 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塔機運行狀態(tài)監(jiān)測研究的意義和迫切性 1
1.2起重機安全監(jiān)控系統(tǒng)的國內外研究現(xiàn)狀 2
1.2.1國際研究概況 2
1.2.2國內研究概況 3
1.3起重機安全監(jiān)控系統(tǒng)的發(fā)展趨勢 3
1.3.1整體系統(tǒng) 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現(xiàn)有保護裝置存在的問題 8
2.4 監(jiān)控系統(tǒng)關鍵參數的確定 9
3 軟件開發(fā)語言和環(huán)境 10
3.1 c++語言 10
3.2面向對象的方法學 10
3.3 C++ Builder軟件開發(fā)工具簡介 11
4 監(jiān)控系統(tǒng)的總體設計 13
4.1軟件設計概述 13
4.2軟件設計構思與軟件結構 13
5 塔機監(jiān)控系統(tǒng)的研發(fā) 15
5.1軟件的總體布局和設計 16
5.1.1所用組件 16
5.1.2軟件功能 18
5.2仿真數據的生成 18
5.3主窗體的設計 19
5.4仿真數據的選擇和顯示 19
5.5系統(tǒng)參數的設置與顯示 20
5.6曲線圖的繪制 22
5.7查看數據和保存數據 25
5.7.1查看數據單元 25
5.7.2數據和曲線圖的保存 25
5.8軟件控制設計的實現(xiàn) 26
5.8.1 時間控制 26
5.8.2系統(tǒng)安全設計 26
5.8.3暫停與繼續(xù)監(jiān)控 29
6 結論與展望 30
致 謝 31
參考文獻 32