資源描述:
《加熱爐溫度控制系統(tǒng)設(shè)計》由會員上傳分享,免費在線閱讀,更多相關(guān)內(nèi)容在行業(yè)資料-天天文庫。
1、┊┊┊┊┊┊┊┊┊┊┊┊┊裝┊┊┊┊┊訂┊┊┊┊┊線┊┊┊┊┊┊┊┊┊┊┊┊┊加熱爐溫度控制系統(tǒng)設(shè)計[摘要]加熱爐溫度控制系統(tǒng)廣泛應(yīng)用于冶金、化工、機械等各類工業(yè)控制中,并且在國民經(jīng)濟中占有舉足輕重的地位,本文介紹了一種基于單片機的加熱爐溫度控制系統(tǒng)。本系統(tǒng)以單片機AT89C51為核心,由溫度檢測、變送及轉(zhuǎn)換電路、控制電路、顯示電路、鍵盤電路、報警電路等組成。本系統(tǒng)通過熱電偶溫度傳感器對溫度進行實時檢測、變送并通過A/D轉(zhuǎn)換電路轉(zhuǎn)換為數(shù)字信號送給單片機,單片機對溫度數(shù)據(jù)進行數(shù)字處理并進行PID運算計算出控制量,來改變固態(tài)繼電器的導(dǎo)通和
2、關(guān)斷的時間,從而改變加熱功率實現(xiàn)對溫度控制。其中鍵盤電路可以對溫度進行預(yù)設(shè);顯示電路可以顯示當(dāng)前溫度,直觀易懂,讓人一目了然;當(dāng)爐內(nèi)溫度過高或過低時,將會進行聲光報警。該系統(tǒng)硬件成本低,控溫精度較高,可靠性好,抗干擾,具有適合企業(yè)大規(guī)模生產(chǎn)的產(chǎn)品實用性。[關(guān)鍵詞]加熱爐;AT89C51;PID控制;溫度控制II┊┊┊┊┊┊┊┊┊┊┊┊┊裝┊┊┊┊┊訂┊┊┊┊┊線┊┊┊┊┊┊┊┊┊┊┊┊┊TheDesignofTheHeatingFurnaceTemperatureControlSystem[Abstract]Theheatingfur
3、nacetemperaturecontrolsystemiswidelyusedinmetallurgy,chemicalindustry,machineryandotherkindsofindustrialcontrol,andhasplayadecisiveroleinthenationaleconomystatus,thispaperintroducesakindoffurnacetemperaturecontrolsystembasedonSCM.TheAT89C51microcontrollersystemasthecore
4、,bythetemperaturedetection,transmissionandconversioncircuit,controlcircuit,displaycircuit,keyboardcircuit,alarmcircuit.Thesystemthroughthethermocoupletemperaturesensorfortemperatureinreal-timedetection,transmissionandconversionthroughtheA/Disconvertedtoadigitalsignaltot
5、hemicrocontroller,microcontrollerfordigitalprocessingoftemperaturedataandPIDoperationstocalculatethecontrolquantity,tochangethesolidstaterelayturn-onandturn-offtime,thuschangingtheheatingpowerofthetemperaturecontrol.Thekeyboardcircuitmaybepresettemperature;displaycircui
6、tcandisplaythecurrenttemperature,intuitiveandeasytounderstand,letpeoplestickoutamile;whenthefurnacetemperatureistoohighortoolow,willalarm.Thehardwareofthissystemislowcost,hightemperaturecontrolaccuracy,goodreliability,anti-interference,whichissuitablefortheproductisprac
7、ticalforlarge-scaleproductionenterprises.[Keyword]Heatingfurnace;AT89C51;PIDcontrol;TemperaturecontrolII┊┊┊┊┊┊┊┊┊┊┊┊┊裝┊┊┊┊┊訂┊┊┊┊┊線┊┊┊┊┊┊┊┊┊┊┊┊┊目錄第1章前言11.1本課題的研究目的和意義11.2本課題的國內(nèi)外研究現(xiàn)狀11.3本課題的主要內(nèi)容及要求2第2章總體方案設(shè)計32.1方案論證32.2方案設(shè)計3第3章系統(tǒng)硬件設(shè)計53.1單片機部分53.1.1AT89C51簡介53.1.2晶振電路73.1.
8、3復(fù)位電路73.2溫度檢測及變送電路83.3A/D模數(shù)轉(zhuǎn)換電路93.4控制電路123.5鍵盤顯示電路143.5.1鍵盤電路143.5.2LED顯示電路143.6報警電路16第4章控制算法設(shè)計18第5章系統(tǒng)軟件設(shè)計215.