單片機(jī)的溫度控制系統(tǒng)設(shè)計(jì).doc
約27頁(yè)DOC格式手機(jī)打開(kāi)展開(kāi)
單片機(jī)的溫度控制系統(tǒng)設(shè)計(jì),基于摘 要近年來(lái)隨著計(jì)算機(jī)在社會(huì)領(lǐng)域的滲透, 單片機(jī)的應(yīng)用正在不斷地走向深入,同時(shí)帶動(dòng)傳統(tǒng)控制檢測(cè)日新月益更新。本文從硬件和軟件兩方面來(lái)講述水溫自動(dòng)控制過(guò)程,在控制過(guò)程中主要應(yīng)用at89c51、adc0809、led顯示器、lm324比較器,而主要是通過(guò) ds18b20數(shù)字溫度傳感器采集環(huán)境溫度...
內(nèi)容介紹
此文檔由會(huì)員 小花仙66 發(fā)布
基于單片機(jī)的溫度控制系統(tǒng)設(shè)計(jì)
摘 要
近年來(lái)隨著計(jì)算機(jī)在社會(huì)領(lǐng)域的滲透, 單片機(jī)的應(yīng)用正在不斷地走向深入,同時(shí)帶動(dòng)傳統(tǒng)控制檢測(cè)日新月益更新。
本文從硬件和軟件兩方面來(lái)講述水溫自動(dòng)控制過(guò)程,在控制過(guò)程中主要應(yīng)用AT89C51、ADC0809、LED顯示器、LM324比較器,而主要是通過(guò) DS18B20數(shù)字溫度傳感器采集環(huán)境溫度,以單片機(jī)為核心控制部件,并通過(guò)四位數(shù)碼管顯示實(shí)時(shí)溫度的一種數(shù)字溫度計(jì)。軟件方面采用匯編語(yǔ)言來(lái)進(jìn)行程序設(shè)計(jì),使指令的執(zhí)行速度快,節(jié)省存儲(chǔ)空間。為了便于擴(kuò)展和更改,軟件的設(shè)計(jì)采用模塊化結(jié)構(gòu),使程序設(shè)計(jì)的邏輯關(guān)系更加簡(jiǎn)潔明了,使硬件在軟件的控制下協(xié)調(diào)運(yùn)作。
關(guān)鍵詞:?jiǎn)纹瑱C(jī)系統(tǒng);傳感器;數(shù)據(jù)采集;模數(shù)轉(zhuǎn)換器;溫度
Abstract
In recent years along with computer penetration in the social sphere, SCM applications are constantly deepening, led the traditional control test at the same time ever updated.
.In this paper, from two aspects of hardware and software about automatic temperature control process, the control process is mainly used AT89C51, ADC0809, LED display, LM324 comparator, but mainly through the DS18B20 digital temperature sensor to collect the environmental temperature, the single-chip microcomputer as the core control component, and through four digital tube display real-time temperature of a digital thermometer. Software using assembly language to program design, so that the instruction execution speed, save the memory space. In order to facilitate the expansion and the change, the software design uses the modular structure, make the logic relation of designing program more concise, making hardware tocoordinatetheoperation under the software control.
Keywords: SCM system; sensor; data acquisition; a / D converter temperature;
目 錄
1 緒 論 2
1.1課題的背景及其意義 2
1.2課題研究的內(nèi)容及要求 3
1.2.1 課題的主要研究的內(nèi)容 3
2 AT89C51系列單片機(jī)介紹及硬件設(shè)計(jì) 5
2.1 AT89C51系列單片機(jī)介紹 5
2.1.1 AT89C51系列基本組成及特性 5
2.1.2 AT89C51系列引腳功能 6
2.1.3 AT89C51系列單片機(jī)的功能單元 8
2.2 硬件設(shè)計(jì) 11
2.2.1 溫度采樣部分 11
2.2.2 控制溫度 13
2.2.3 模數(shù)轉(zhuǎn)換部分 14
2.2.4 模數(shù)轉(zhuǎn)換技術(shù) 14
2.2.5 積分型模數(shù)轉(zhuǎn)換器 14
2.2.6 顯示部分 15
3 軟件設(shè)計(jì) 17
3.1主程序流程圖 17
3.2 讀溫度子程序 17
3.3 計(jì)算溫度子程序 18
3.4按鍵流程圖 19
3.5 顯示流程圖 20
結(jié) 論 22
參考文獻(xiàn) 23
謝 辭 24
摘 要
近年來(lái)隨著計(jì)算機(jī)在社會(huì)領(lǐng)域的滲透, 單片機(jī)的應(yīng)用正在不斷地走向深入,同時(shí)帶動(dòng)傳統(tǒng)控制檢測(cè)日新月益更新。
本文從硬件和軟件兩方面來(lái)講述水溫自動(dòng)控制過(guò)程,在控制過(guò)程中主要應(yīng)用AT89C51、ADC0809、LED顯示器、LM324比較器,而主要是通過(guò) DS18B20數(shù)字溫度傳感器采集環(huán)境溫度,以單片機(jī)為核心控制部件,并通過(guò)四位數(shù)碼管顯示實(shí)時(shí)溫度的一種數(shù)字溫度計(jì)。軟件方面采用匯編語(yǔ)言來(lái)進(jìn)行程序設(shè)計(jì),使指令的執(zhí)行速度快,節(jié)省存儲(chǔ)空間。為了便于擴(kuò)展和更改,軟件的設(shè)計(jì)采用模塊化結(jié)構(gòu),使程序設(shè)計(jì)的邏輯關(guān)系更加簡(jiǎn)潔明了,使硬件在軟件的控制下協(xié)調(diào)運(yùn)作。
關(guān)鍵詞:?jiǎn)纹瑱C(jī)系統(tǒng);傳感器;數(shù)據(jù)采集;模數(shù)轉(zhuǎn)換器;溫度
Abstract
In recent years along with computer penetration in the social sphere, SCM applications are constantly deepening, led the traditional control test at the same time ever updated.
.In this paper, from two aspects of hardware and software about automatic temperature control process, the control process is mainly used AT89C51, ADC0809, LED display, LM324 comparator, but mainly through the DS18B20 digital temperature sensor to collect the environmental temperature, the single-chip microcomputer as the core control component, and through four digital tube display real-time temperature of a digital thermometer. Software using assembly language to program design, so that the instruction execution speed, save the memory space. In order to facilitate the expansion and the change, the software design uses the modular structure, make the logic relation of designing program more concise, making hardware tocoordinatetheoperation under the software control.
Keywords: SCM system; sensor; data acquisition; a / D converter temperature;
目 錄
1 緒 論 2
1.1課題的背景及其意義 2
1.2課題研究的內(nèi)容及要求 3
1.2.1 課題的主要研究的內(nèi)容 3
2 AT89C51系列單片機(jī)介紹及硬件設(shè)計(jì) 5
2.1 AT89C51系列單片機(jī)介紹 5
2.1.1 AT89C51系列基本組成及特性 5
2.1.2 AT89C51系列引腳功能 6
2.1.3 AT89C51系列單片機(jī)的功能單元 8
2.2 硬件設(shè)計(jì) 11
2.2.1 溫度采樣部分 11
2.2.2 控制溫度 13
2.2.3 模數(shù)轉(zhuǎn)換部分 14
2.2.4 模數(shù)轉(zhuǎn)換技術(shù) 14
2.2.5 積分型模數(shù)轉(zhuǎn)換器 14
2.2.6 顯示部分 15
3 軟件設(shè)計(jì) 17
3.1主程序流程圖 17
3.2 讀溫度子程序 17
3.3 計(jì)算溫度子程序 18
3.4按鍵流程圖 19
3.5 顯示流程圖 20
結(jié) 論 22
參考文獻(xiàn) 23
謝 辭 24
TA們正在看...
- 5s推行培訓(xùn)教材(總務(wù)課)--人力資源部.ppt
- qs體系--基礎(chǔ)知識(shí)&審查細(xì)則.ppt
- 供應(yīng)商品質(zhì)監(jiān)察評(píng)價(jià)表(中日文).xls
- 塑膠模具知識(shí)--培訓(xùn)教材.pdf
- 注松型技術(shù)--培訓(xùn)教材.doc
- iso工廠第三方外審計(jì)劃表-化學(xué)檢測(cè)通用報(bào)價(jià)單.doc
- iso工廠第三方外審計(jì)劃表-化學(xué)檢測(cè)通用申請(qǐng)單.doc
- iso工廠第三方外審計(jì)劃表-糾正措施要求報(bào)告(car).doc
- iso14001工廠危險(xiǎn)化學(xué)品登記表.xls
- iso9001體系建立宣傳欄報(bào).doc