国产精品婷婷久久久久久,国产精品美女久久久浪潮av,草草国产,人妻精品久久无码专区精东影业

基于at89c51單片機(jī)溫度控制系統(tǒng)設(shè)計.doc

約55頁DOC格式手機(jī)打開展開

基于at89c51單片機(jī)溫度控制系統(tǒng)設(shè)計,摘要隨著電子科技的發(fā)展,溫度控制在生活中的應(yīng)用領(lǐng)域越來越廣泛,同時在工業(yè)自動化控制中占有非常重要的地位。同時隨著51單片機(jī)的成熟和普及,51單片機(jī)已經(jīng)應(yīng)用于各行各業(yè),從溫度控制系統(tǒng)的發(fā)展來看,以單片機(jī)為核心構(gòu)成的微機(jī)溫度控制系統(tǒng)調(diào)節(jié)裝置己經(jīng)成為主要的發(fā)展方向。它根據(jù)用戶所需溫度與設(shè)定溫度之差值來控制溫度,從而達(dá)到改變用...
編號:45-196568大小:1.02M
分類: 論文>電氣自動化/電力論文

內(nèi)容介紹

此文檔由會員 ljjwl8321 發(fā)布

摘 要
隨著電子科技的發(fā)展,溫度控制在生活中的應(yīng)用領(lǐng)域越來越廣泛,同時在工業(yè)自動化控制中占有非常重要的地位。同時隨著51單片機(jī)的成熟和普及,51單片機(jī)已經(jīng)應(yīng)用于各行各業(yè),從溫度控制系統(tǒng)的發(fā)展來看,以單片機(jī)為核心構(gòu)成的微機(jī)溫度控制系統(tǒng)調(diào)節(jié)裝置己經(jīng)成為主要的發(fā)展方向。它根據(jù)用戶所需溫度與設(shè)定溫度之差值來控制溫度,從而達(dá)到改變用戶所需溫度的目的。有很多控制方案可選。首選方案就是PID控制。
本課題研究AT89C51芯片在溫度控制系統(tǒng)中的應(yīng)用,實現(xiàn)對溫度的測量,并能根據(jù)設(shè)定值對溫度進(jìn)行調(diào)節(jié),實現(xiàn)溫控的目的。本文簡述了溫度控制的原理,介紹了基于AT89C51單片機(jī)的檢測系統(tǒng)的硬件設(shè)計,并說明了用模糊PID控制方法設(shè)計出的溫度控制的控制算法及其系統(tǒng)實現(xiàn)方法,實現(xiàn)對溫度的檢測,顯示和報警功能。


關(guān)鍵詞:AT89C51 單片機(jī) 溫度控制 PID控制




















The temperature control system based on the AT89C51
Abstract
With the development of the electronic technology, the temperature control is widely used in the application areas of the life, and has the important station in the control of the automation industry. With the maturation and popularization of the 51 series single-chip, it has used in the every walk of life, From the development of the temperature control system, the main direction of development is micro-computer temperature control system device based on single-chip. It controls the temperature by the difference of the temperature the users need and the temperature set, so as to change the temperature to satisfy users. There are many control method to be selected. The first is PID control method.
The task is to research the applications of AT89C51 chip in the temperature control system, measuring the temperature, and adjusting the temperature according to the set value, achieving the aim of the temperature control. The paper explains the principle of temperature control, introduces the hard design of detecting system based on single-chip AT89C51, and illustrates the way and algorithm by fuzzy PID control method to achieve temperature control, display and alarm.

Keywords:AT89C51 ; monolithic computer; temperature control; PID control

目錄
摘 要 I
ABSTRACT II
第一章 緒 論 1
1.1 選題背景和意義 1
1.2 溫度控制系統(tǒng)的發(fā)展?fàn)顩r 2
1.3 PID的發(fā)展 4
1.4 本文的主要設(shè)計工作 4
第二章 系統(tǒng)分析 6
2.1 系統(tǒng)介紹 6
2.2 PID控制理論 7
2.2.1 模糊PID控制 9
2.3 系統(tǒng)開發(fā)環(huán)境 10
第三章 硬件電路設(shè)計 16
3.1系統(tǒng)硬件設(shè)計 16
3.1.1 AT89C51的芯片分析介紹 17
3.2溫度檢測電路 22
3.2.1 傳感器的選擇 22
3.2.2 檢測電路的設(shè)計 23
3.3電源電路 24
3.4顯示電路 25
3.4.1 芯片介紹 26
3.4.2 LED數(shù)碼管簡介 27
3.5通信電路 30
3.6 繼電器控制電路 31
第四章 軟件設(shè)計 33
4.1 程序總體設(shè)計 33
4.2 系統(tǒng)各模塊設(shè)計 40
4.2.1 鍵盤管理模塊 40
4.2.2 顯示模塊 42
4.2.3 溫度檢測模塊 42
4.3 本章小結(jié) 45
第五章 總結(jié)和展望 46
參考文獻(xiàn) 47
致謝 50
附錄 部分驅(qū)動程序 51