基于單片機的鍋爐設(shè)計.doc
約38頁DOC格式手機打開展開
基于單片機的鍋爐設(shè)計,2.3萬字37頁摘要本文列舉了單片機在鍋爐中的一個實際應(yīng)用,并對設(shè)計的溫度控制系統(tǒng)的組成及主要電路的作用進(jìn)行了詳細(xì)的介紹。文章介紹了用單片機控制的、基于數(shù)字溫度傳感器ds1820的溫度測量和控制系統(tǒng):重點闡述了ds1820的工作原理、指令系統(tǒng)、單片機與ds1820之間的接口、數(shù)據(jù)傳遞、通信協(xié)議。該系...
![](http://img.queshao.com/images/pcgzh.gif)
![](http://preview.queshao.com/tobuy/33843.gif)
內(nèi)容介紹
此文檔由會員 劉麗 發(fā)布
基于單片機的鍋爐設(shè)計
2.3萬字 37頁
摘 要
本文列舉了單片機在鍋爐中的一個實際應(yīng)用,并對設(shè)計的溫度控制系統(tǒng)的組成及主要電路的作用進(jìn)行了詳細(xì)的介紹。
文章介紹了用單片機控制的、基于數(shù)字溫度傳感器DS1820的溫度測量和控制系統(tǒng):重點闡述了DS1820的工作原理、指令系統(tǒng)、單片機與DS1820之間的接口、數(shù)據(jù)傳遞、通信協(xié)議。該系統(tǒng)采用單片機與數(shù)字溫度傳感器DS1820相結(jié)合,能夠測量出-55℃-125℃之間的溫度,同時還具有通過控制加熱系統(tǒng)調(diào)節(jié)被測環(huán)境溫度和對超限溫度進(jìn)行報警等功能。
關(guān)鍵詞 溫度傳感器DS1820;單片機;硬件設(shè)計;軟件設(shè)計
Abstract
Practical application of one-chip computer in heat-treatment furnace is listed,and detailed introduction is given to the compositionsand the main functions of temperature control system.
The paper introduces the temperature measurement and control system based on the DS1820. The author emphasizes on the working principle of the DS1820, instructionset, data transfer, the interface and the communication protocol between the DS1820 and single chip microcomputer. The system adopt single chi'p microcomputer combined with the DS1820,it can measure temperature between -55℃-125℃. The system not only can measure the temperature of the environment , but also can alarm when the temperature is beyond the rang of the safe temperature which is set.
Key words DS1820; Single Chip Microcomputer; tlardware Design; Software Design
目 錄
第1章 緒 論
第2章 系統(tǒng)簡介
2.1 系統(tǒng)的組成
2.1.1系統(tǒng)組成圖
2.1.2 系統(tǒng)各部分工作原理
2.1.3 系統(tǒng)各部分功能
2.2 系統(tǒng)的工作過程
第3章 系統(tǒng)的硬件電路設(shè)計
3.1 微處理器的89C51的簡介
3.1.1 引腳性能
3.2 DS1820的簡介
3.2.1 DS1820功能塊的詳細(xì)說明
3.2.2 DS1820測溫原理
3.2.3 DS1820使用中注意事項
3.3 控制電路設(shè)計
3.3.1主回路設(shè)計
3.3.2 鍵盤顯示電路
3.3.3 接口電路
3.3.4溫度控制電路
第4章 控制的算法
4.1 溫度控制的PID算法
第5章 溫度控制程序
5.1 總 述
5.2 主程序
5.3 T0中斷服務(wù)程序CT0
5.4 子程序
致 謝
參考文獻(xiàn)
附錄1
附錄2
參考文獻(xiàn)
[5]《單片機外圍電路設(shè)計》沙占友主編,電子工業(yè)出版社
[6] 陳明熒.8051單片機課程設(shè)計實訓(xùn)教材 北京:清華大學(xué)出版社
[7] 胡漢才.單片機原理及其接口技術(shù) 北京:清華大學(xué)出版社
[8] 徐淑華 程退安 姚萬生 .單片機微型機原理及應(yīng)用 哈爾濱工業(yè)大學(xué)出版社
附錄1
本設(shè)計使用的單片機程序如下:
#include
//*************************
void INIT()
{
ADCON1=0X07;
TRISC=0X80;
TRISB=0X00;
TRISD=0X00;
RD1=0;
RD0=0;
......
附錄2
溫度傳感器DS1820 的匯編程序
晶振:12M
TEMPER_L EQU 36H
TEMPER_H EQU 35H
TEMPER_NUM EQU 60H
FLAG1 BIT 00H
......
2.3萬字 37頁
摘 要
本文列舉了單片機在鍋爐中的一個實際應(yīng)用,并對設(shè)計的溫度控制系統(tǒng)的組成及主要電路的作用進(jìn)行了詳細(xì)的介紹。
文章介紹了用單片機控制的、基于數(shù)字溫度傳感器DS1820的溫度測量和控制系統(tǒng):重點闡述了DS1820的工作原理、指令系統(tǒng)、單片機與DS1820之間的接口、數(shù)據(jù)傳遞、通信協(xié)議。該系統(tǒng)采用單片機與數(shù)字溫度傳感器DS1820相結(jié)合,能夠測量出-55℃-125℃之間的溫度,同時還具有通過控制加熱系統(tǒng)調(diào)節(jié)被測環(huán)境溫度和對超限溫度進(jìn)行報警等功能。
關(guān)鍵詞 溫度傳感器DS1820;單片機;硬件設(shè)計;軟件設(shè)計
Abstract
Practical application of one-chip computer in heat-treatment furnace is listed,and detailed introduction is given to the compositionsand the main functions of temperature control system.
The paper introduces the temperature measurement and control system based on the DS1820. The author emphasizes on the working principle of the DS1820, instructionset, data transfer, the interface and the communication protocol between the DS1820 and single chip microcomputer. The system adopt single chi'p microcomputer combined with the DS1820,it can measure temperature between -55℃-125℃. The system not only can measure the temperature of the environment , but also can alarm when the temperature is beyond the rang of the safe temperature which is set.
Key words DS1820; Single Chip Microcomputer; tlardware Design; Software Design
目 錄
第1章 緒 論
第2章 系統(tǒng)簡介
2.1 系統(tǒng)的組成
2.1.1系統(tǒng)組成圖
2.1.2 系統(tǒng)各部分工作原理
2.1.3 系統(tǒng)各部分功能
2.2 系統(tǒng)的工作過程
第3章 系統(tǒng)的硬件電路設(shè)計
3.1 微處理器的89C51的簡介
3.1.1 引腳性能
3.2 DS1820的簡介
3.2.1 DS1820功能塊的詳細(xì)說明
3.2.2 DS1820測溫原理
3.2.3 DS1820使用中注意事項
3.3 控制電路設(shè)計
3.3.1主回路設(shè)計
3.3.2 鍵盤顯示電路
3.3.3 接口電路
3.3.4溫度控制電路
第4章 控制的算法
4.1 溫度控制的PID算法
第5章 溫度控制程序
5.1 總 述
5.2 主程序
5.3 T0中斷服務(wù)程序CT0
5.4 子程序
致 謝
參考文獻(xiàn)
附錄1
附錄2
參考文獻(xiàn)
[5]《單片機外圍電路設(shè)計》沙占友主編,電子工業(yè)出版社
[6] 陳明熒.8051單片機課程設(shè)計實訓(xùn)教材 北京:清華大學(xué)出版社
[7] 胡漢才.單片機原理及其接口技術(shù) 北京:清華大學(xué)出版社
[8] 徐淑華 程退安 姚萬生 .單片機微型機原理及應(yīng)用 哈爾濱工業(yè)大學(xué)出版社
附錄1
本設(shè)計使用的單片機程序如下:
#include
//*************************
void INIT()
{
ADCON1=0X07;
TRISC=0X80;
TRISB=0X00;
TRISD=0X00;
RD1=0;
RD0=0;
......
附錄2
溫度傳感器DS1820 的匯編程序
晶振:12M
TEMPER_L EQU 36H
TEMPER_H EQU 35H
TEMPER_NUM EQU 60H
FLAG1 BIT 00H
......