【正文】
a meet the requirements of the mechanical temperature controller of lowcost, the difference in temperature and humidity exceeds a user set value range to start the refrigeration and ventilation equipment, or automatically shut down the refrigeration and ventilation equipment. The system can plete the display of the temperature, temperature setting, airconditioning control and many other features. To meet the daily requirements of most people for the air conditioning. This system uses the DS18B20 as a temperature measuring device. External temperature signal by the DS18B20 input analog signal into 8bit digital signal sent to the SCM system (on AT89C52) through the parallel port. SCM system will receive the digital signal decoding processing, the temperature displayed by LCD1602, the SCM system will plete the keyboard scan button temperature setting, overtemperature alarm program processing, the processing temperature signal and system set temperature the value of parison, the formation can be controlled air conditioning and refrigeration, heating stopped working three modes of operation in order to achieve the airconditioning intelligent. Keywords: SCM。 關(guān)鍵詞: 單片機(jī);制冷系統(tǒng); 空調(diào) ;溫度 煙臺南山學(xué)院本科畢業(yè)論文 II Abstract: Along with the puter the wide application in our daily life, the application of SCM is continuously to the deepening, and push the traditional control test on the new beneficial update. In real time detection and automatic control of the microputer application system, the microcontroller is often as a core ponent to use, only single chip microputer aspects knowledge is not enough, there should be a bination of hardware and software. Based on AT89C52 home highprecision airconditioning temperature control system I designed, the system hardware by the power supply circuit, the temperature acquisition circuit (DS18B20), keyboard, display circuit, the output control circuit and other auxiliary circuit。外部溫度信號經(jīng) DS18B20 將輸入的模擬信號轉(zhuǎn)換成 8 位的數(shù)字信號, 通過并 口傳送到單片機(jī)系統(tǒng) ( AT89C52) 。 從而滿足了大多數(shù)人對于空調(diào)的日常要求。 我 設(shè)計 的 基于 AT89C52 的高精度家用空調(diào)溫度控制系統(tǒng),系統(tǒng)硬件主要由電源電路、溫度采集電路( DS18B20)、鍵盤、顯示電路、輸出控制電路及其他輔助電路組成;軟件采用 8051C 語言編程; 這是 一種符合機(jī)械溫控要求的低成本的控制器,在溫差和濕度超過用戶設(shè)定值范圍時,啟動制冷通風(fēng)設(shè)備,否則自動關(guān)閉制冷通風(fēng)設(shè)備。 畢業(yè)論文(設(shè)計)工作計劃 看關(guān)于單片機(jī)原理的書籍; 看有關(guān)溫度采集電路 的書籍; 看有關(guān)顯示電路,輸出控制電路的書籍; 制定開題報告; 開始編寫論文:a 編寫所用到的各種元器件的原理和簡單介紹 b 完成主題設(shè)計思路 完成電路圖設(shè)計; 編寫主程序; 完成裝置的調(diào)試工作; 完成設(shè)計總結(jié) 接受任務(wù)日期 2020 年 12 月 6 日 要求完成日期 2020 年 3 月 8 日 學(xué) 生 (簽名 ) 2020 年 3 月 8 日 指 導(dǎo) 教 師 (簽名 ) 年 月 日 院長 (主任 ) (簽名 ) 年 月 日 煙臺南山學(xué)院本科畢業(yè)論文 I 摘 要: 隨著計算機(jī)在 日常生活中 的 廣泛應(yīng)用 , 單片機(jī)的應(yīng)用正在不斷地走向深入,同時帶動傳統(tǒng)控制檢測日新月益更新。 ( 2)單片機(jī)獲取當(dāng)前溫度,控制繼電器的斷開與閉合,將溫度控制在 10~20 度 。 keil 主要用來進(jìn)行單片機(jī)程序的編寫和編譯,proteus 可以用來進(jìn)行單片機(jī)的仿真,并能方便和直觀的驗證程序的正確性。本系統(tǒng)使用 AT89C52 作為中央控制器,使用 DS18B20 進(jìn)行實時溫度采集,并在 1602 液晶上實時顯示當(dāng)前運行狀態(tài)和溫度,精確到小數(shù)點一位( ℃)。 煙 臺 南 山 學(xué) 院 畢 業(yè) 論 文 題目 單片機(jī)溫控系統(tǒng)的設(shè)計 姓 名 : ___李秀文 __ 所在學(xué)院 : 自動化工程學(xué)院 所學(xué)專業(yè) : __電氣工程 _ __ 班 級 __08 級 電氣工程 2+2 學(xué) 號 202006608930 指導(dǎo)教師 : ____王選誠 _ 完成時間 : __2020 年 3月 3日 _ 畢業(yè)論文(設(shè)計)任務(wù)書 論文題目 單片機(jī)制 冷溫控系統(tǒng)的設(shè)計 院部 自動化工程學(xué)院 專業(yè) 電氣工程 班級 2+2 畢業(yè)論文(設(shè)計)的要求 本設(shè)計是對溫度進(jìn)行實時監(jiān)測與控制,該系統(tǒng)實現(xiàn)了基本的溫度控制功能:當(dāng)溫度高于設(shè)定上限溫度時,系統(tǒng)自動啟動制冷繼電器進(jìn)行制冷,使溫度下降,同時綠燈亮,當(dāng)溫度下降到下限溫度時,停止制冷。當(dāng)溫度在上下限溫度之間時,執(zhí)行機(jī)構(gòu)不執(zhí)行。 畢業(yè)論文(設(shè)計)的內(nèi)容與技術(shù)參數(shù) 本設(shè)計使用的軟件有 keil 和 proteus。 技術(shù)參數(shù):( 1) 利用 DS18B20 進(jìn)行實時溫度采集,精度為 。 ( 3)單片機(jī)控制 1602 液晶顯示當(dāng)前工作狀態(tài)和實時溫度,刷新時間為 1s。在實時檢測和自動控制的單片機(jī)應(yīng)用系統(tǒng)中,單片機(jī)往往是作為一個核心部件來使用,僅單片機(jī)方面 知識是不夠的, 還應(yīng)該有硬件軟件的結(jié)合。 該系統(tǒng)可以完成溫度的顯示、溫度的設(shè)定、空調(diào)的控制等多項功能。 本系統(tǒng)采用 DS18B20 充當(dāng)測溫器件。單片機(jī)系統(tǒng)將接收的數(shù)字信號譯碼處理,通過 LCD1602 將溫度顯示出來,同時單片機(jī)系統(tǒng)還將完成鍵盤掃描 、按鍵溫度設(shè)定、超溫報警等程序的處理 ,將處理的溫度信號與系統(tǒng)設(shè)定溫度值比較,形成可以控制空調(diào)制冷、制熱與停止工作三種工作狀態(tài),從而實現(xiàn)空調(diào)的智能化。 software using the 8051C language programming。 Refrigeration system。 temperature 煙臺南山學(xué)院本科畢業(yè)論文 III 目 錄 1 設(shè)計目的 .......................................................... 1 設(shè)計背景 ...................................................... 1 設(shè)計目的和意義 ................................................ 1 設(shè)計要求 ...................................................... 1 2 電路設(shè)計 .......................................................... 2 總體設(shè)計 ...................................................... 2 功能模塊電路設(shè)計 .............................................. 3 單片機(jī)的選型及其功能簡介 .................................. 3 振蕩電路設(shè)計 .............................................. 9 復(fù)位電路設(shè)計 ............................................. 10 鍵盤接口電路設(shè)計 ......................................... 10 溫度測量電路設(shè)計 ......................................... 11 系統(tǒng)顯示電路設(shè)計 ......................................... 12 輸出控制電路設(shè)計 ......................................... 13 總電路設(shè)計 ................................................... 13 系統(tǒng)所用元器件 ............................................... 14 3 軟件系統(tǒng)設(shè)計 ..................................................... 16 軟件系統(tǒng)總體方案設(shè)計 ......................................... 16 軟件流程圖設(shè)計 ............................................... 16 4 系統(tǒng)調(diào)試 ......................................................... 17 總結(jié) ............................................................... 19 致謝 ............................................................... 20 參考文獻(xiàn) ........................................................... 21 附錄 1:系統(tǒng)的源程序清單 ........................................... 22 附錄 2:系統(tǒng)的 PCB 圖 ............................................... 41 煙臺南山學(xué)院本科畢業(yè)論文 1 1 設(shè)計目的 設(shè)計 背景 溫度是大自然中與人們?nèi)粘Ia(chǎn)和生活息息相關(guān)的一個物理量,它的瞬息萬變對我們?nèi)祟惍a(chǎn)生著巨大的影響。 隨著微機(jī)測量和控制技術(shù)的迅速發(fā)展和廣泛應(yīng)用,以單片機(jī)為核心的溫度采集及控制系統(tǒng)的研發(fā)與應(yīng)用在很大程度上提高了日常生產(chǎn)與生活中對溫度的控制水平。通過本次設(shè)計,我更加明確了單片機(jī)在工業(yè)方面的廣泛應(yīng)用和使用方法,并且了解了單片機(jī)的工作原理。我設(shè)計了這一基于單片機(jī)的空調(diào)溫度控制系統(tǒng),人們只有生活在一定的溫度環(huán)境內(nèi)才能長期感覺舒服, 才能保證不中暑不受凍,所以對室內(nèi)溫度要求要高。一般都要維持在 21~26176。 目前