資源描述:
《在線溫度監(jiān)控系統(tǒng)上位機(jī)軟件設(shè)計》由會員上傳分享,免費(fèi)在線閱讀,更多相關(guān)內(nèi)容在教育資源-天天文庫。
1、西安工程大學(xué)本科畢業(yè)設(shè)計(論文)畢業(yè)設(shè)計(論文)題目:在線溫度監(jiān)控系統(tǒng)上位機(jī)軟件設(shè)計學(xué)院:電子信息學(xué)院專業(yè)班級:**************************指導(dǎo)教師:**職稱:副教授學(xué)生姓名:***學(xué)號:***********42西安工程大學(xué)本科畢業(yè)設(shè)計(論文)摘要該項目背景是液壓操動機(jī)構(gòu)試驗狀態(tài)在線監(jiān)測與故障預(yù)警研究。對斷路器終端溫度進(jìn)行實(shí)時采集,并將其顯示于上位機(jī)上。但由于現(xiàn)場限制,需要通過RS-485總線傳輸數(shù)據(jù),并經(jīng)由主控板做終端與上位機(jī)之間的通信,上位機(jī)的功能是對斷路器電的溫度進(jìn)行實(shí)時監(jiān)測。本文主要工作是利用C++Builder
2、6.0軟件編寫斷路器溫度監(jiān)控系統(tǒng)的人機(jī)交互界面,該界面的主要功能有通過RS-232串口將數(shù)據(jù)接收進(jìn)來,并將該溫度數(shù)據(jù)顯示在數(shù)據(jù)表上,還需調(diào)用數(shù)據(jù)表中的數(shù)據(jù)顯示成曲線。關(guān)鍵詞:溫度,RS-232,C++Builder6.0,上位機(jī),監(jiān)控42西安工程大學(xué)本科畢業(yè)設(shè)計(論文)ABSTRACTThebackgroundofthisprojectistestingthetemperationandhydraulicoperation(液壓操動機(jī)構(gòu))testingconditionReceivingemperatureindexisanimportantin
3、dexofmanyworkingenvironment,therefore,temperaturemonitoringhasbeenwidelyusedinindustrialfield.ThistopicusingC++Builder6.0tobuildupthetemperaturemonitoringsystemforcircuitbreakeroperationinterface,thissoftwareisveryeasytouse.What'smore,itsfunctionispowerful,especiallywithone's
4、ownknackininterfacedesign,WINDOWSprogramming,databaseprogrammingetc.Anditcan'tbecomparedbysomeoftheothersoftwaredevelopmenttools.ThemainfunctionofPCistoreceivethetemperaturedatacollectedbythelowercontrolmachinethroughtheRS-232serialport,anddisplayedinthedatasheet.Alsoitshould
5、beplottedintocurvesbySimuCurvescontrol.Inaddition,thissystemusesClanguageprogramming,thepastsoftwareusingassemblylanguage.Butassemblylanguageisreadabilityandportability,andhigh-levellanguageisdifficulttorealizethedirectoperationofcomputerhardware.HoweverClanguagecombinesthech
6、aracteristicsofthesetwokindsoflanguage.Ithasthecharacteristicofconcise,convenient,flexible,compact.Andthetargetcodeitgeneratedhashighqualityandhighefficiency.Ithasbecomeoneofthemostpopularprogramminglanguagesintheworldtoday.KEYWORDS:temperature,RS-232,C++Builder6.0,PC,monitor
7、42西安工程大學(xué)本科畢業(yè)設(shè)計(論文)目錄第1章緒論11.1項目背景11.2國內(nèi)外研究發(fā)展趨勢21.3本課題設(shè)計內(nèi)容2第2章項目分析42.1高壓斷路器的發(fā)展42.2項目研究意義62.3項目研究特點(diǎn)72.4項目總體技術(shù)方案72.5擬采集的信號8第3章上位機(jī)設(shè)計要求103.1軟件環(huán)境103.2溫度模塊設(shè)計目標(biāo)143.3串口模塊設(shè)計目標(biāo)143.4數(shù)據(jù)表設(shè)計目標(biāo)153.5輔助功能設(shè)計15第4章系統(tǒng)總體設(shè)計164.1上位機(jī)總體規(guī)劃164.2串口設(shè)計174.2.1串口介紹174.2.2所用組件介紹184.2.3串行通信的實(shí)現(xiàn)214.3數(shù)據(jù)表設(shè)計284.4上位機(jī)
8、溫度曲線設(shè)計304.5輔助功能設(shè)計33第5章系統(tǒng)的調(diào)試運(yùn)行365.1溫度曲線調(diào)試365.2輔助功能調(diào)試3742西安工程大學(xué)本科畢業(yè)設(shè)計(