基于單片機的溫度控制系統(tǒng).doc
約39頁DOC格式手機打開展開
基于單片機的溫度控制系統(tǒng),1.4萬字 39頁包括程序代碼摘要本文列舉了單片機在鍋爐中的一個實際應用,并對設計的溫度控制系統(tǒng)的組成及主要電路的作用進行了詳細的介紹。文章介紹了用單片機控制的、基于數(shù)字溫度傳感器ds1820的溫度測量和控制系統(tǒng):重點闡述了ds1820的工作原理、指令系統(tǒng)、單片機與ds1820之間的接口、數(shù)據(jù)傳...
內容介紹
此文檔由會員 200306 發(fā)布
基于單片機的溫度控制系統(tǒng)
1.4萬字 39頁
包括程序代碼
摘 要
本文列舉了單片機在鍋爐中的一個實際應用,并對設計的溫度控制系統(tǒng)的組成及主要電路的作用進行了詳細的介紹。
文章介紹了用單片機控制的、基于數(shù)字溫度傳感器DS1820的溫度測量和控制系統(tǒng):重點闡述了DS1820的工作原理、指令系統(tǒng)、單片機與DS1820之間的接口、數(shù)據(jù)傳遞、通信協(xié)議。該系統(tǒng)采用單片機與數(shù)字溫度傳感器DS1820相結合,能夠測量出-55℃-125℃之間的溫度,同時還具有通過控制加熱系統(tǒng)調節(jié)被測環(huán)境溫度和對超限溫度進行報警等功能。
關鍵詞 溫度傳感器DS1820;單片機;硬件設計;軟件設計
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)的硬件電路設計
3.1 微處理器的89C51的簡介
3.1.1 引腳性能
3.2 DS1820的簡介
3.2.1 DS1820功能塊的詳細說明
3.2.2 DS1820測溫原理
3.2.3 DS1820使用中注意事項
3.3 控制電路設計
3.3.1主回路設計
3.3.2 鍵盤顯示電路
3.3.3 接口電路
3.3.4溫度控制電路
第4章 控制的算法
4.1 溫度控制的PID算法
第5章 溫度控制程序
5.1 總 述
5.2 主程序
5.3 T0中斷服務程序CT0
5.4 子程序
致 謝
參考文獻
附錄1 單片機程序
附錄2 溫度傳感器DS1820 的匯編程序
參考文獻
[1]《單片機原理及應用》李鴻主編,湖南大學出版社
[2]《測控系統(tǒng)原理與設計》孫占友等編著,北京航空航天大學出版社
[3]《檢測與轉換技術》常健生等主編,北京機械工業(yè)出版社
[4]《電子測量儀器原理與應用Ⅱ—智能儀器》羅耀華主編,哈爾濱工程大學出版社
[5]《單片機外圍電路設計》沙占友主編,電子工業(yè)出版社
1.4萬字 39頁
包括程序代碼
摘 要
本文列舉了單片機在鍋爐中的一個實際應用,并對設計的溫度控制系統(tǒng)的組成及主要電路的作用進行了詳細的介紹。
文章介紹了用單片機控制的、基于數(shù)字溫度傳感器DS1820的溫度測量和控制系統(tǒng):重點闡述了DS1820的工作原理、指令系統(tǒng)、單片機與DS1820之間的接口、數(shù)據(jù)傳遞、通信協(xié)議。該系統(tǒng)采用單片機與數(shù)字溫度傳感器DS1820相結合,能夠測量出-55℃-125℃之間的溫度,同時還具有通過控制加熱系統(tǒng)調節(jié)被測環(huán)境溫度和對超限溫度進行報警等功能。
關鍵詞 溫度傳感器DS1820;單片機;硬件設計;軟件設計
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)的硬件電路設計
3.1 微處理器的89C51的簡介
3.1.1 引腳性能
3.2 DS1820的簡介
3.2.1 DS1820功能塊的詳細說明
3.2.2 DS1820測溫原理
3.2.3 DS1820使用中注意事項
3.3 控制電路設計
3.3.1主回路設計
3.3.2 鍵盤顯示電路
3.3.3 接口電路
3.3.4溫度控制電路
第4章 控制的算法
4.1 溫度控制的PID算法
第5章 溫度控制程序
5.1 總 述
5.2 主程序
5.3 T0中斷服務程序CT0
5.4 子程序
致 謝
參考文獻
附錄1 單片機程序
附錄2 溫度傳感器DS1820 的匯編程序
參考文獻
[1]《單片機原理及應用》李鴻主編,湖南大學出版社
[2]《測控系統(tǒng)原理與設計》孫占友等編著,北京航空航天大學出版社
[3]《檢測與轉換技術》常健生等主編,北京機械工業(yè)出版社
[4]《電子測量儀器原理與應用Ⅱ—智能儀器》羅耀華主編,哈爾濱工程大學出版社
[5]《單片機外圍電路設計》沙占友主編,電子工業(yè)出版社