單片機(jī)溫度控制系統(tǒng)的設(shè)計(jì)與實(shí)現(xiàn).doc
約57頁(yè)DOC格式手機(jī)打開(kāi)展開(kāi)
單片機(jī)溫度控制系統(tǒng)的設(shè)計(jì)與實(shí)現(xiàn),目錄摘要:3abstract3第一章 緒論41.1 課題的背景與意義41.2 課題的應(yīng)用與展望41.3 課題舉例簡(jiǎn)介5第二章 總體方案62.1 系統(tǒng)結(jié)構(gòu)62.2 具體設(shè)計(jì)考慮6第三章 元器件簡(jiǎn)介73.1 at89c51單片機(jī)73.1.1 概述73.1.2 主要特性83.1.3 引腳功能83.2 ad590溫度傳感器10...


內(nèi)容介紹
此文檔由會(huì)員 shixin7751 發(fā)布
目錄
摘要: 3
Abstract 3
第一章 緒論 4
1.1 課題的背景與意義 4
1.2 課題的應(yīng)用與展望 4
1.3 課題舉例簡(jiǎn)介 5
第二章 總體方案 6
2.1 系統(tǒng)結(jié)構(gòu) 6
2.2 具體設(shè)計(jì)考慮 6
第三章 元器件簡(jiǎn)介 7
3.1 AT89C51單片機(jī) 7
3.1.1 概述 7
3.1.2 主要特性 8
3.1.3 引腳功能 8
3.2 AD590溫度傳感器 10
3.2.1 概述 10
3.2.2 主要特性 11
3.2.3 AD590工作原理 11
3.3 ADC0809模數(shù)轉(zhuǎn)換器 13
3.3.1 主要特性 13
3.3.2 ADC0809工作原理 13
第四章 硬件設(shè)計(jì) 14
4.1 擴(kuò)展外圍接口 14
4.2 溫度控制電路 15
4.3 溫度檢測(cè)電路設(shè)計(jì) 15
4.3.1 設(shè)計(jì)目標(biāo) 15
4.3.2 設(shè)計(jì)的出發(fā)點(diǎn) 16
4.3.3 設(shè)計(jì)原理 16
4.3.4 轉(zhuǎn)換電路 16
4.3.5 信號(hào)處理電路 17
4.3.6 主電路 18
4.4 光電隔離電路 19
4.5 過(guò)零檢測(cè)電路 19
4.6 PID控制算法 20
4.6.1 PID控制作用 20
4.6.2 PID算法的微機(jī)實(shí)現(xiàn) 20
4.6.3 PID算法的程序設(shè)計(jì) 21
第五章 軟件設(shè)計(jì) 22
5.1 設(shè)計(jì)步驟 23
5.1.1 畫(huà)出系統(tǒng)的程序框圖 23
5.1.2 內(nèi)存分配 24
第六章 系統(tǒng)調(diào)試 26
6.1 硬件調(diào)試方法 26
6.1.1 常見(jiàn)的硬件故障 26
6.1.2 聯(lián)機(jī)調(diào)試 27
6.1.3 脫機(jī)調(diào)試 28
6.2 軟件調(diào)試方法 28
6.3 誤差分析 29
第七章 結(jié)論 29
參考文獻(xiàn) 30
致謝 31
附錄A 32
外文原文 32
中文翻譯 39
附錄B 45
附錄C 55
摘要
本文主要從硬件和軟件兩方面介紹了MCS-51單片機(jī)溫度控制系統(tǒng)的設(shè)計(jì)思路,簡(jiǎn)單說(shuō)明如何實(shí)現(xiàn)對(duì)溫度的控制,并對(duì)硬件原理圖和程序框圖作了簡(jiǎn)潔的描述。還介紹了在單片機(jī)溫度控制系統(tǒng)的軟硬件設(shè)計(jì)中的一些主要技術(shù)關(guān)鍵環(huán)節(jié),該系統(tǒng)主要以8031單片機(jī)為核心,由溫度檢測(cè)電路,模/數(shù)轉(zhuǎn)換電路, 過(guò)零檢測(cè)電路, 報(bào)警與指示電路, 光電隔離與功率放大電路等構(gòu)成。
但用AT89C51單片機(jī)設(shè)計(jì)的溫度檢測(cè)電路是本次設(shè)計(jì)的主要內(nèi)容,是整個(gè)單片機(jī)溫度控制系統(tǒng)設(shè)計(jì)中不可缺少的一部分,該系統(tǒng)對(duì)溫度進(jìn)行了實(shí)時(shí)采集與檢測(cè)。本設(shè)計(jì)介紹的單片機(jī)溫度自動(dòng)控制系統(tǒng)的主要內(nèi)容包括:系統(tǒng)方案、元器件選擇、系統(tǒng)理論分析、硬件設(shè)計(jì)、軟件設(shè)計(jì)、系統(tǒng)調(diào)試及主要技術(shù)性能參數(shù)。
關(guān)鍵詞:?jiǎn)纹瑱C(jī);溫度傳感器;溫度檢測(cè);溫度控制;PID算法
Abstract
The design of single-chip’s temperature control system is introduced from hardware and software, and simply explains how to actualize the temperature control. The hardware principle and software case fig are described. Some important techniques in a design scheme of the hardware and the software of the temperature control by single-chip microcomputer are introduced. The system mostly takes 8031 single-chip microcomputer as core, it is structured by temperature testing circuit, A/D switch circuit, zero passage testing circuit, warning and indication circuit, optical-electrical isolation and power amplifier circuit and so on.
The main content of this design is temperature testing circuit that uses AT89C51 single-chip microcomputer .It is a part of the whole design that cannot be lacked. The system is used to collect and control temperature in real time. The temperature automatic control system based on single-chip microcomputer is described in the article including system scheme,parts of an apparatus choice, theoretical analysis,the design of hardware and software, system testing,and the main technical performance parameters.
Key Words:Single—Chip Microcomputer;Temperature sensor;Temperature collecting;Temperature controlling;PID algorithm
摘要: 3
Abstract 3
第一章 緒論 4
1.1 課題的背景與意義 4
1.2 課題的應(yīng)用與展望 4
1.3 課題舉例簡(jiǎn)介 5
第二章 總體方案 6
2.1 系統(tǒng)結(jié)構(gòu) 6
2.2 具體設(shè)計(jì)考慮 6
第三章 元器件簡(jiǎn)介 7
3.1 AT89C51單片機(jī) 7
3.1.1 概述 7
3.1.2 主要特性 8
3.1.3 引腳功能 8
3.2 AD590溫度傳感器 10
3.2.1 概述 10
3.2.2 主要特性 11
3.2.3 AD590工作原理 11
3.3 ADC0809模數(shù)轉(zhuǎn)換器 13
3.3.1 主要特性 13
3.3.2 ADC0809工作原理 13
第四章 硬件設(shè)計(jì) 14
4.1 擴(kuò)展外圍接口 14
4.2 溫度控制電路 15
4.3 溫度檢測(cè)電路設(shè)計(jì) 15
4.3.1 設(shè)計(jì)目標(biāo) 15
4.3.2 設(shè)計(jì)的出發(fā)點(diǎn) 16
4.3.3 設(shè)計(jì)原理 16
4.3.4 轉(zhuǎn)換電路 16
4.3.5 信號(hào)處理電路 17
4.3.6 主電路 18
4.4 光電隔離電路 19
4.5 過(guò)零檢測(cè)電路 19
4.6 PID控制算法 20
4.6.1 PID控制作用 20
4.6.2 PID算法的微機(jī)實(shí)現(xiàn) 20
4.6.3 PID算法的程序設(shè)計(jì) 21
第五章 軟件設(shè)計(jì) 22
5.1 設(shè)計(jì)步驟 23
5.1.1 畫(huà)出系統(tǒng)的程序框圖 23
5.1.2 內(nèi)存分配 24
第六章 系統(tǒng)調(diào)試 26
6.1 硬件調(diào)試方法 26
6.1.1 常見(jiàn)的硬件故障 26
6.1.2 聯(lián)機(jī)調(diào)試 27
6.1.3 脫機(jī)調(diào)試 28
6.2 軟件調(diào)試方法 28
6.3 誤差分析 29
第七章 結(jié)論 29
參考文獻(xiàn) 30
致謝 31
附錄A 32
外文原文 32
中文翻譯 39
附錄B 45
附錄C 55
摘要
本文主要從硬件和軟件兩方面介紹了MCS-51單片機(jī)溫度控制系統(tǒng)的設(shè)計(jì)思路,簡(jiǎn)單說(shuō)明如何實(shí)現(xiàn)對(duì)溫度的控制,并對(duì)硬件原理圖和程序框圖作了簡(jiǎn)潔的描述。還介紹了在單片機(jī)溫度控制系統(tǒng)的軟硬件設(shè)計(jì)中的一些主要技術(shù)關(guān)鍵環(huán)節(jié),該系統(tǒng)主要以8031單片機(jī)為核心,由溫度檢測(cè)電路,模/數(shù)轉(zhuǎn)換電路, 過(guò)零檢測(cè)電路, 報(bào)警與指示電路, 光電隔離與功率放大電路等構(gòu)成。
但用AT89C51單片機(jī)設(shè)計(jì)的溫度檢測(cè)電路是本次設(shè)計(jì)的主要內(nèi)容,是整個(gè)單片機(jī)溫度控制系統(tǒng)設(shè)計(jì)中不可缺少的一部分,該系統(tǒng)對(duì)溫度進(jìn)行了實(shí)時(shí)采集與檢測(cè)。本設(shè)計(jì)介紹的單片機(jī)溫度自動(dòng)控制系統(tǒng)的主要內(nèi)容包括:系統(tǒng)方案、元器件選擇、系統(tǒng)理論分析、硬件設(shè)計(jì)、軟件設(shè)計(jì)、系統(tǒng)調(diào)試及主要技術(shù)性能參數(shù)。
關(guān)鍵詞:?jiǎn)纹瑱C(jī);溫度傳感器;溫度檢測(cè);溫度控制;PID算法
Abstract
The design of single-chip’s temperature control system is introduced from hardware and software, and simply explains how to actualize the temperature control. The hardware principle and software case fig are described. Some important techniques in a design scheme of the hardware and the software of the temperature control by single-chip microcomputer are introduced. The system mostly takes 8031 single-chip microcomputer as core, it is structured by temperature testing circuit, A/D switch circuit, zero passage testing circuit, warning and indication circuit, optical-electrical isolation and power amplifier circuit and so on.
The main content of this design is temperature testing circuit that uses AT89C51 single-chip microcomputer .It is a part of the whole design that cannot be lacked. The system is used to collect and control temperature in real time. The temperature automatic control system based on single-chip microcomputer is described in the article including system scheme,parts of an apparatus choice, theoretical analysis,the design of hardware and software, system testing,and the main technical performance parameters.
Key Words:Single—Chip Microcomputer;Temperature sensor;Temperature collecting;Temperature controlling;PID algorithm
TA們正在看...
- 人教初中語(yǔ)文必背篇目.doc
- 人教初中語(yǔ)文教材分析.doc
- 人教初中語(yǔ)文文言文翻譯.doc
- 人教初中語(yǔ)文匯總:詞類(lèi)活用.doc
- 人教最新7—9年級(jí)教材規(guī)定名著必讀書(shū)目.浙江省初中...doc
- 人美中學(xué)美術(shù)優(yōu)秀教案范例集萃初中美術(shù)16冊(cè)教案全...doc
- 從初中數(shù)學(xué)到高中數(shù)學(xué).doc
- 優(yōu)化作業(yè)設(shè)計(jì)提高初中數(shù)學(xué)作業(yè)的有效性的研究.doc
- 優(yōu)秀初中語(yǔ)文教學(xué)設(shè)計(jì).doc
- 作文演講稿60初中.doc