單片機閉環(huán)溫度控制系統(tǒng).doc
約24頁DOC格式手機打開展開
單片機閉環(huán)溫度控制系統(tǒng),1.3萬字24頁有詳細設計圖摘要本文介紹了一種pid水溫控制系統(tǒng)。該系統(tǒng)利用單片機可以方使地實現對pid參數的選擇與設定;也可以通過計算機與單片機的串行通訊,實現工業(yè)過程中的交互式pid控制。它是用溫度傳感器將檢測到的實際爐溫a/d轉換,送入計算機中,與設定值進行比較,得出偏差。對此偏差按pid算...
內容介紹
此文檔由會員 tian025 發(fā)布
單片機閉環(huán)溫度控制系統(tǒng)
1.3萬字 24頁
有詳細設計圖
摘要
本文介紹了一種PID水溫控制系統(tǒng)。該系統(tǒng)利用單片機可以方使地實現對PID參數的選擇與設定;也可以通過計算機與單片機的串行通訊,實現工業(yè)過程中的交互式PID控制。它是用溫度傳感器將檢測到的實際爐溫A/D轉換,送入計算機中,與設定值進行比較,得出偏差。對此偏差按PID算法進行修正,求得對應的控制量控制可控硅驅動器,調節(jié)電爐的加熱功率,從而實現對爐溫的控制。因此采集的爐溫數據精度至關重要。利用89C51單片機實現溫度智能控制,能自動完成數據采集、處理、緩沖、轉換、并進行PID實施控制和鍵盤終端處理及顯示,包括各參數數值的修正。但在控制過程中應該注意,采樣周期不能太短,否則使調節(jié)過于頻繁,不但執(zhí)行機構不能反應,而且計算機的利用率大為降低。采樣周期太長,也是不合適,因為干擾無法及時消除,使調節(jié)品質下降。隨著單片機在各行業(yè)控制系統(tǒng)中的普遍采用,其構成的實時控制系統(tǒng)日臻完善,使該溫度控制系統(tǒng)的總體性能大大提高,功能更趨完善,并詳細介紹了該系統(tǒng)的軟、硬件實施手段及系統(tǒng)特點。
關鍵詞:單片機;PID算法;串行通訊;熱電偶;溫度控制
Abstract
This text introduced a kind of PID water temperature control system. It can choose and modify the PID parameters by SCM expediently. Moreover, via communication between the Computer and SCM, It can visually control the industry process temperature with the extensive PID arithmetic. It is an actual cooker to spreads to feel with the temperature machine will examine temperature A/ D conversion, sending into the computer inside, proceeding the comparison with the initial value, having to out the deviation. Press PID calculate way to proceed the correction to this deviation, beg to should of the control measures the control can control the silicon drives the machine, regulating the heating power of the electric stove, thereby realize to the control of the cooker temperature . Therefore the cooker temperature data accuracy that collects is very importance. Make use of 89 C51s the single a machine realizes temperature intelligence control, can complete automatically the data collect, handles, buffer, convert, combining the proceeding PID puts into practice the control handles and show with the keyboard terminal, including the correction of each parameter number. But should notice in control process, adopt the kind period can't be too short, make regulate otherwise too multifarious, not only carry out the organization can't respond, but also the utilization of the computer is big for lower. Adopt the kind period too long ,also is not fit, because interference can't on time dissolve, make regulate the quality descent. Along with the single a machine in each profession control system of widespread adoption, its component and real time controls the system more perfected, Make the total function of that temperature control system increases consumedly, the function is gradually perfect, combining detailed introducing that system of soft, the hardware puts into practice means and system characteristics.
Keywords: Single chip computer; PID arithmetic; serial communication; thermoelectric couple; Temperature control
目 錄
摘要
Abstract
前言
第一章 硬件電路設計
1.1 主機電路的設計
1.2 I/O通道的硬件電路的設計
1.2.1 數據采集電路的設計
1.2.2電控制執(zhí)行電路的設計
1.3 鍵盤及顯示的設計
1.4 溫度檢測電路設計
1.5 A/D轉換接口電路設計
1.6 光電隔離電路設計
1.7 掉電保護電路的設計
1.8 時鐘電路
第二章 系統(tǒng)軟件設計
2.1主程序模塊
2.2功能實現模塊
2.2.1 T0中斷子程序
2.2.2鍵盤中斷子程序
2.2.3 T1中斷子程序
2.2.4 采樣子程序
2.2.5 數字濾波子程序
2.2.6 溫度查表程序
2.3 運算控制模塊
2.3.1 標度轉換子程序
2.3.2 PID算法子程序
總結和結束語
附件
參考文獻
所設計的控制系統(tǒng)有以下功能:(1)溫度控制設定范圍為40~90C,最小區(qū)分度為0.2C,標定溫差<0.6C,靜態(tài)誤差<0.4C;(2)實現控制可以升溫也可以降溫;(3)實時顯示當前溫度值;(4)按鍵控制:設置復位鍵、功能轉換鍵、加一鍵、減一鍵;(4)越限報警。
參考文獻
1、譚運光、陳安源等.單片機開發(fā)手冊.華齡出版社
2、李華編.MCS—51系列單片機實用接口技術.北京航空航天大學出版社
1.3萬字 24頁
有詳細設計圖
摘要
本文介紹了一種PID水溫控制系統(tǒng)。該系統(tǒng)利用單片機可以方使地實現對PID參數的選擇與設定;也可以通過計算機與單片機的串行通訊,實現工業(yè)過程中的交互式PID控制。它是用溫度傳感器將檢測到的實際爐溫A/D轉換,送入計算機中,與設定值進行比較,得出偏差。對此偏差按PID算法進行修正,求得對應的控制量控制可控硅驅動器,調節(jié)電爐的加熱功率,從而實現對爐溫的控制。因此采集的爐溫數據精度至關重要。利用89C51單片機實現溫度智能控制,能自動完成數據采集、處理、緩沖、轉換、并進行PID實施控制和鍵盤終端處理及顯示,包括各參數數值的修正。但在控制過程中應該注意,采樣周期不能太短,否則使調節(jié)過于頻繁,不但執(zhí)行機構不能反應,而且計算機的利用率大為降低。采樣周期太長,也是不合適,因為干擾無法及時消除,使調節(jié)品質下降。隨著單片機在各行業(yè)控制系統(tǒng)中的普遍采用,其構成的實時控制系統(tǒng)日臻完善,使該溫度控制系統(tǒng)的總體性能大大提高,功能更趨完善,并詳細介紹了該系統(tǒng)的軟、硬件實施手段及系統(tǒng)特點。
關鍵詞:單片機;PID算法;串行通訊;熱電偶;溫度控制
Abstract
This text introduced a kind of PID water temperature control system. It can choose and modify the PID parameters by SCM expediently. Moreover, via communication between the Computer and SCM, It can visually control the industry process temperature with the extensive PID arithmetic. It is an actual cooker to spreads to feel with the temperature machine will examine temperature A/ D conversion, sending into the computer inside, proceeding the comparison with the initial value, having to out the deviation. Press PID calculate way to proceed the correction to this deviation, beg to should of the control measures the control can control the silicon drives the machine, regulating the heating power of the electric stove, thereby realize to the control of the cooker temperature . Therefore the cooker temperature data accuracy that collects is very importance. Make use of 89 C51s the single a machine realizes temperature intelligence control, can complete automatically the data collect, handles, buffer, convert, combining the proceeding PID puts into practice the control handles and show with the keyboard terminal, including the correction of each parameter number. But should notice in control process, adopt the kind period can't be too short, make regulate otherwise too multifarious, not only carry out the organization can't respond, but also the utilization of the computer is big for lower. Adopt the kind period too long ,also is not fit, because interference can't on time dissolve, make regulate the quality descent. Along with the single a machine in each profession control system of widespread adoption, its component and real time controls the system more perfected, Make the total function of that temperature control system increases consumedly, the function is gradually perfect, combining detailed introducing that system of soft, the hardware puts into practice means and system characteristics.
Keywords: Single chip computer; PID arithmetic; serial communication; thermoelectric couple; Temperature control
目 錄
摘要
Abstract
前言
第一章 硬件電路設計
1.1 主機電路的設計
1.2 I/O通道的硬件電路的設計
1.2.1 數據采集電路的設計
1.2.2電控制執(zhí)行電路的設計
1.3 鍵盤及顯示的設計
1.4 溫度檢測電路設計
1.5 A/D轉換接口電路設計
1.6 光電隔離電路設計
1.7 掉電保護電路的設計
1.8 時鐘電路
第二章 系統(tǒng)軟件設計
2.1主程序模塊
2.2功能實現模塊
2.2.1 T0中斷子程序
2.2.2鍵盤中斷子程序
2.2.3 T1中斷子程序
2.2.4 采樣子程序
2.2.5 數字濾波子程序
2.2.6 溫度查表程序
2.3 運算控制模塊
2.3.1 標度轉換子程序
2.3.2 PID算法子程序
總結和結束語
附件
參考文獻
所設計的控制系統(tǒng)有以下功能:(1)溫度控制設定范圍為40~90C,最小區(qū)分度為0.2C,標定溫差<0.6C,靜態(tài)誤差<0.4C;(2)實現控制可以升溫也可以降溫;(3)實時顯示當前溫度值;(4)按鍵控制:設置復位鍵、功能轉換鍵、加一鍵、減一鍵;(4)越限報警。
參考文獻
1、譚運光、陳安源等.單片機開發(fā)手冊.華齡出版社
2、李華編.MCS—51系列單片機實用接口技術.北京航空航天大學出版社
TA們正在看...
- 基于互聯(lián)網的可靠性信息系統(tǒng)------英文文獻及翻譯.doc
- 計算機病毒-------英文文獻翻譯.doc
- 基于現代設計方法的礦井提升機內在安全性的研究---...doc
- 簡要分析網絡安全技術------外文翻譯.doc
- 建設工程質量管理外文翻譯.doc
- 加強區(qū)域旅游競爭力戰(zhàn)略------外文翻譯.pdf
- 建筑施工混凝土裂縫的預防與處理--------外文翻譯.doc
- 建筑業(yè)的競爭及競爭策略------外文文獻翻譯.pdf
- 交通事故分析的可能性和局限性-------外文翻譯.doc
- 具有競爭力的靠近家鄉(xiāng)的旅游目的地的目標品牌定位-...doc