電動拖拉機遠(yuǎn)程監(jiān)控系統(tǒng)的研究
本文選題:電動拖拉機 + 遠(yuǎn)程監(jiān)控系統(tǒng)。 參考:《江蘇大學(xué)》2017年碩士論文
【摘要】:隨著“節(jié)能減排”這一主題不斷深入,農(nóng)業(yè)裝備科技創(chuàng)新政策不斷推出,電動拖拉機的研發(fā)逐漸成為相關(guān)企業(yè)和高校研究的重點。為優(yōu)化電動拖拉機整機性能、推動電動拖拉機的技術(shù)創(chuàng)新,研究人員必須對電動拖拉機運行參數(shù)和故障信息作及時了解和分析。因此,本文運用GPRS移動網(wǎng)絡(luò)、CAN總線、計算機網(wǎng)絡(luò)通信等技術(shù)開發(fā)出一套電動拖拉機遠(yuǎn)程監(jiān)控系統(tǒng),實現(xiàn)對電動拖拉機運行參數(shù)和故障信息的實時監(jiān)控顯示、保存、回放等功能。具體工作如下:(1)通過電動拖拉機監(jiān)控點和故障監(jiān)測的研究,分析了電動拖拉機遠(yuǎn)程監(jiān)控系統(tǒng)的需求,提出系統(tǒng)由系統(tǒng)終端和監(jiān)控中心兩部分構(gòu)成的總結(jié)構(gòu):系統(tǒng)選擇CAN總線實現(xiàn)系統(tǒng)終端與電動拖拉機的各個控制器通信,選擇GPRS網(wǎng)絡(luò)實現(xiàn)系統(tǒng)終端與監(jiān)控中心的無線通信功能。通過系統(tǒng)網(wǎng)絡(luò)架構(gòu)方式的研究,確定系統(tǒng)的Internet動態(tài)IP與DDNS網(wǎng)絡(luò)架構(gòu)方式。(2)選用內(nèi)置CAN控制器模塊的微控制器為系統(tǒng)終端主控制芯片,選用Sim900A為GPRS通信模塊,其硬件設(shè)計主要包括主控模塊和GPRS通信模塊的電路設(shè)計。在此基礎(chǔ)上,制定系統(tǒng)終端與監(jiān)控中心數(shù)據(jù)通信協(xié)議,編寫數(shù)據(jù)通信、上下線數(shù)據(jù)處理等模塊,實現(xiàn)數(shù)據(jù)在CAN總線和GPRS網(wǎng)絡(luò)之間傳輸?shù)墓δ?在數(shù)據(jù)處理模塊中,運用多個緩存機制,以及合理的網(wǎng)絡(luò)發(fā)送方式保證數(shù)據(jù)的高效傳輸。(3)基于面向?qū)ο、模塊化和事件驅(qū)動的軟件設(shè)計思想,結(jié)合網(wǎng)絡(luò)編程、多線程、ADO.NET、數(shù)據(jù)庫、ProEssentials組件等技術(shù),對遠(yuǎn)程監(jiān)控中心軟件進行開發(fā);經(jīng)過用例分析、界面設(shè)計、網(wǎng)絡(luò)通信、數(shù)據(jù)庫、數(shù)據(jù)處理等模塊設(shè)計,實現(xiàn)實時監(jiān)控、故障監(jiān)測、歷史數(shù)據(jù)回放、故障管理、通信管理等功能。(4)開發(fā)網(wǎng)絡(luò)數(shù)據(jù)傳輸性能測試軟件,并制定網(wǎng)絡(luò)數(shù)據(jù)傳輸性能測試方案,根據(jù)網(wǎng)絡(luò)時延和丟包率兩個指標(biāo)分析網(wǎng)絡(luò)數(shù)據(jù)傳輸特性;此外,搭建系統(tǒng)功能測試平臺,對系統(tǒng)功能進行測試。結(jié)果表明:采用的GPRS通信方式以及網(wǎng)絡(luò)的架構(gòu)方式完全滿足系統(tǒng)數(shù)據(jù)傳輸需求;系統(tǒng)界面友好無假死現(xiàn)象,各個功能運行正常,達(dá)到預(yù)計要求。
[Abstract]:With the deepening of the theme of "energy saving and emission reduction" and the introduction of scientific and technological innovation policies for agricultural equipment, the research and development of electric tractors has gradually become the focus of research in related enterprises and universities. In order to optimize the performance of electric tractor and promote the technical innovation of electric tractor, researchers must know and analyze the running parameters and fault information of electric tractor in time. In this paper, a remote monitoring system of electric tractor is developed by using GPRS mobile network bus and computer network communication technology, which can display, save and playback the running parameters and fault information of electric tractor in real time. The specific work is as follows: (1) through the research of monitoring point and fault monitoring of electric tractor, the requirements of remote monitoring system of electric tractor are analyzed. The system consists of two parts: can bus is selected to realize the communication between the system terminal and each controller of electric tractor, and GPRS network is selected to realize the wireless communication function between the system terminal and the monitoring center. Through the research of the system network architecture, the dynamic IP and DDNS network architecture of the system are determined. (2) the microcontroller with the can controller module is selected as the main control chip of the system terminal, and the Sim900A is chosen as the GPRS communication module. The hardware design includes the circuit design of main control module and GPRS communication module. On this basis, the data communication protocol between the system terminal and the monitoring center is established, and the modules of data communication and data processing are compiled, so as to realize the function of data transmission between can bus and GPRS network, and in the data processing module, The efficient transmission of data is ensured by using multiple cache mechanisms and reasonable network transmission methods. (3) based on object-oriented, modularized and event-driven software design ideas, combined with network programming, multithreading ADO.NET and database prossentials, etc. Through the use case analysis, interface design, network communication, database, data processing module design, the realization of real-time monitoring, fault monitoring, historical data playback, fault management, the development of remote monitoring center software, use case analysis, interface design, network communication, database, data processing and other modules, (4) Development of network data transmission performance testing software, and development of network data transmission performance testing scheme, according to network delay and packet loss rate two indicators to analyze the network data transmission characteristics; Build the system function test platform and test the system function. The results show that the GPRS communication mode and the network architecture can fully meet the data transmission requirements of the system, the system interface is friendly and there is no false death phenomenon, and each function runs normally and meets the expected requirements.
【學(xué)位授予單位】:江蘇大學(xué)
【學(xué)位級別】:碩士
【學(xué)位授予年份】:2017
【分類號】:S219.4
【參考文獻(xiàn)】
相關(guān)期刊論文 前10條
1 朱涵月;;新能源發(fā)展對石油行業(yè)影響分析[J];現(xiàn)代商貿(mào)工業(yè);2016年26期
2 張華光;;拖拉機市場盤整進行時——2015年拖拉機市場綜述與2016年市場預(yù)測[J];農(nóng)業(yè)機械;2016年03期
3 何樸芳;吳峗;蔣新華;;電動汽車電池管理的遠(yuǎn)程監(jiān)護與故障診斷[J];電源技術(shù);2016年01期
4 段軍宏;;GPRS無線傳輸網(wǎng)絡(luò)構(gòu)架應(yīng)用與分析[J];科技風(fēng);2015年23期
5 方樹平;周志立;徐立友;;串聯(lián)式混合動力拖拉機能量管理策略[J];河南科技大學(xué)學(xué)報(自然科學(xué)版);2015年06期
6 商高高;夏勇;;履帶式電動拖拉機傳動系統(tǒng)的匹配及優(yōu)化[J];農(nóng)機化研究;2015年09期
7 馬志欣;譚峰;侯召龍;祝司明;劉嬌;;基于Android的農(nóng)業(yè)生產(chǎn)遠(yuǎn)程監(jiān)控系統(tǒng)[J];農(nóng)機化研究;2015年03期
8 高輝松;朱思洪;;電動拖拉機試驗臺開發(fā)[J];南京農(nóng)業(yè)大學(xué)學(xué)報;2014年06期
9 王坤林;游亞戈;吳必軍;盛松偉;刁向紅;張亞群;田聯(lián)房;王孝洪;;浮式波浪能發(fā)電裝置監(jiān)控系統(tǒng)設(shè)計與實現(xiàn)[J];太陽能學(xué)報;2014年05期
10 劉蓓莉;劉大紅;;基于Visual C#的網(wǎng)絡(luò)通信編程技術(shù)[J];電子科技;2013年11期
相關(guān)碩士學(xué)位論文 前9條
1 張家俊;電動拖拉機驅(qū)動系統(tǒng)控制策略的研究[D];江蘇大學(xué);2016年
2 王德江;純電動汽車電池管理系統(tǒng)遠(yuǎn)程監(jiān)控設(shè)計[D];湖南大學(xué);2016年
3 耿連才;汽車遠(yuǎn)程監(jiān)測與故障診斷系統(tǒng)研究與測試[D];吉林大學(xué);2014年
4 崔轉(zhuǎn)玲;動車組運行狀態(tài)遠(yuǎn)程監(jiān)控系統(tǒng)無線通信技術(shù)的研究[D];蘭州交通大學(xué);2014年
5 杜剛;電動汽車遠(yuǎn)程數(shù)據(jù)管理平臺研究[D];武漢理工大學(xué);2014年
6 周麗琛;用于電動汽車電池管理系統(tǒng)的遠(yuǎn)程監(jiān)控系統(tǒng)研究[D];哈爾濱工業(yè)大學(xué);2013年
7 茍霞;基于Android平臺的車輛監(jiān)控系統(tǒng)研究與實現(xiàn)[D];西安科技大學(xué);2013年
8 于海濤;葫蘆島市公路客運貨運車輛運營監(jiān)控系統(tǒng)設(shè)計[D];吉林大學(xué);2010年
9 王璐;基于GPRS技術(shù)的遠(yuǎn)程數(shù)據(jù)傳輸系統(tǒng)的研究[D];山東大學(xué);2008年
,本文編號:2104640
本文鏈接:http://sikaile.net/shoufeilunwen/zaizhiyanjiusheng/2104640.html