基于單片機(jī)的鍋爐設(shè)計(jì).doc
約38頁DOC格式手機(jī)打開展開
基于單片機(jī)的鍋爐設(shè)計(jì),2.3萬字37頁摘要本文列舉了單片機(jī)在鍋爐中的一個(gè)實(shí)際應(yīng)用,并對(duì)設(shè)計(jì)的溫度控制系統(tǒng)的組成及主要電路的作用進(jìn)行了詳細(xì)的介紹。文章介紹了用單片機(jī)控制的、基于數(shù)字溫度傳感器ds1820的溫度測(cè)量和控制系統(tǒng):重點(diǎn)闡述了ds1820的工作原理、指令系統(tǒng)、單片機(jī)與ds1820之間的接口、數(shù)據(jù)傳遞、通信協(xié)議。該系...
內(nèi)容介紹
此文檔由會(huì)員 劉麗 發(fā)布
基于單片機(jī)的鍋爐設(shè)計(jì)
2.3萬字 37頁
摘 要
本文列舉了單片機(jī)在鍋爐中的一個(gè)實(shí)際應(yīng)用,并對(duì)設(shè)計(jì)的溫度控制系統(tǒng)的組成及主要電路的作用進(jìn)行了詳細(xì)的介紹。
文章介紹了用單片機(jī)控制的、基于數(shù)字溫度傳感器DS1820的溫度測(cè)量和控制系統(tǒng):重點(diǎn)闡述了DS1820的工作原理、指令系統(tǒng)、單片機(jī)與DS1820之間的接口、數(shù)據(jù)傳遞、通信協(xié)議。該系統(tǒng)采用單片機(jī)與數(shù)字溫度傳感器DS1820相結(jié)合,能夠測(cè)量出-55℃-125℃之間的溫度,同時(shí)還具有通過控制加熱系統(tǒng)調(diào)節(jié)被測(cè)環(huán)境溫度和對(duì)超限溫度進(jìn)行報(bào)警等功能。
關(guān)鍵詞 溫度傳感器DS1820;單片機(jī);硬件設(shè)計(jì);軟件設(shè)計(jì)
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)簡(jiǎn)介
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è)計(jì)
3.1 微處理器的89C51的簡(jiǎn)介
3.1.1 引腳性能
3.2 DS1820的簡(jiǎn)介
3.2.1 DS1820功能塊的詳細(xì)說明
3.2.2 DS1820測(cè)溫原理
3.2.3 DS1820使用中注意事項(xiàng)
3.3 控制電路設(shè)計(jì)
3.3.1主回路設(shè)計(jì)
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]《單片機(jī)外圍電路設(shè)計(jì)》沙占友主編,電子工業(yè)出版社
[6] 陳明熒.8051單片機(jī)課程設(shè)計(jì)實(shí)訓(xùn)教材 北京:清華大學(xué)出版社
[7] 胡漢才.單片機(jī)原理及其接口技術(shù) 北京:清華大學(xué)出版社
[8] 徐淑華 程退安 姚萬生 .單片機(jī)微型機(jī)原理及應(yīng)用 哈爾濱工業(yè)大學(xué)出版社
附錄1
本設(shè)計(jì)使用的單片機(jī)程序如下:
#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頁
摘 要
本文列舉了單片機(jī)在鍋爐中的一個(gè)實(shí)際應(yīng)用,并對(duì)設(shè)計(jì)的溫度控制系統(tǒng)的組成及主要電路的作用進(jìn)行了詳細(xì)的介紹。
文章介紹了用單片機(jī)控制的、基于數(shù)字溫度傳感器DS1820的溫度測(cè)量和控制系統(tǒng):重點(diǎn)闡述了DS1820的工作原理、指令系統(tǒng)、單片機(jī)與DS1820之間的接口、數(shù)據(jù)傳遞、通信協(xié)議。該系統(tǒng)采用單片機(jī)與數(shù)字溫度傳感器DS1820相結(jié)合,能夠測(cè)量出-55℃-125℃之間的溫度,同時(shí)還具有通過控制加熱系統(tǒng)調(diào)節(jié)被測(cè)環(huán)境溫度和對(duì)超限溫度進(jìn)行報(bào)警等功能。
關(guān)鍵詞 溫度傳感器DS1820;單片機(jī);硬件設(shè)計(jì);軟件設(shè)計(jì)
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)簡(jiǎn)介
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è)計(jì)
3.1 微處理器的89C51的簡(jiǎn)介
3.1.1 引腳性能
3.2 DS1820的簡(jiǎn)介
3.2.1 DS1820功能塊的詳細(xì)說明
3.2.2 DS1820測(cè)溫原理
3.2.3 DS1820使用中注意事項(xiàng)
3.3 控制電路設(shè)計(jì)
3.3.1主回路設(shè)計(jì)
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]《單片機(jī)外圍電路設(shè)計(jì)》沙占友主編,電子工業(yè)出版社
[6] 陳明熒.8051單片機(jī)課程設(shè)計(jì)實(shí)訓(xùn)教材 北京:清華大學(xué)出版社
[7] 胡漢才.單片機(jī)原理及其接口技術(shù) 北京:清華大學(xué)出版社
[8] 徐淑華 程退安 姚萬生 .單片機(jī)微型機(jī)原理及應(yīng)用 哈爾濱工業(yè)大學(xué)出版社
附錄1
本設(shè)計(jì)使用的單片機(jī)程序如下:
#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
......
TA們正在看...
- 真題資料江蘇省無錫市2018年中考英語試卷及答案wor...doc
- 真題資料湖南省衡陽市2018年中考數(shù)學(xué)試題含答案wor...doc
- 真題資料遼寧省沈陽市2017年中考數(shù)學(xué)試題含答案wor...doc
- 真題資料長沙市2018年中考數(shù)學(xué)試題有答案word版.doc
- 知到創(chuàng)踐——大學(xué)生創(chuàng)新創(chuàng)業(yè)實(shí)務(wù)分章測(cè)試答案.doc
- 知識(shí)產(chǎn)權(quán)------答案.doc
- 知識(shí)產(chǎn)權(quán)培訓(xùn)試題答案.doc
- 知識(shí)產(chǎn)權(quán)法司法考試歷年真題及答案解析.doc
- 知識(shí)產(chǎn)權(quán)法第三次形成考題及答案.doc
- 知識(shí)產(chǎn)權(quán)法網(wǎng)上作業(yè)答案資料.doc