電動機熱保護系統(tǒng)設計.zip
電動機熱保護系統(tǒng)設計,摘 要電機的實際溫升若超出其所用絕緣結構的溫升限度,將給電機的壽命帶來極大的危害。以e級絕緣結構為例,若溫升超出規(guī)定限值約10℃,電動機的壽命將減為原來的一半。影響電機的因素極多,尤其是電動機的軸承、繞組,鐵芯處的溫升。鑒于該問題的重要性以及電機的發(fā)熱與溫升計算的困難,近年來國內(nèi)外都進行了大量的研究工作。隨著科技的不斷...
該文檔為壓縮文件,包含的文件列表如下:
內(nèi)容介紹
原文檔由會員 zaixian 發(fā)布
摘 要
電機的實際溫升若超出其所用絕緣結構的溫升限度,將給電機的壽命帶來極大的危害。以E級絕緣結構為例,若溫升超出規(guī)定限值約10℃,電動機的壽命將減為原來的一半。影響電機的因素極多,尤其是電動機的軸承、繞組,鐵芯處的溫升。鑒于該問題的重要性以及電機的發(fā)熱與溫升計算的困難,近年來國內(nèi)外都進行了大量的研究工作。
隨著科技的不斷進步,在工業(yè)生產(chǎn)中溫度是常用的被控參數(shù),而采用單片機來對這些被控參數(shù)進行控制已成為當今的主流。本文介紹了數(shù)字溫度測量檢測電動機溫升及自動控制系統(tǒng)的設計。本文采用單片機來實現(xiàn)對電動機溫度的控制。它的主要組成部分有:STC89C52單片機、溫度傳感器,顯示電路。它可以實時的顯示電動機的溫度,實現(xiàn)對溫度的自動控制。通過測試表明,本設計對溫度的控制有方便、簡單的特點,從而大幅提高了被控溫度的技術指標。
關鍵詞: 單片機 溫度傳感器 顯示電路 電動機溫升
Abstract
Actual electric motor temperature rises if exceeding what whose uses the structure being insulated warms up litre of limit , will bring immense damage to immense damage the electric motor life-span. E level insulation structure once is regular , overranging stipulates that limit value makes an appointment with 10℃, the electric motor life-span will cut for original halves if the temperature rises. The factor affecting an electric motor's is extremely many, especially the temperature that electric motor axle bearing , winding , iron core get along rises. Because owing the problem significance the difficulty secretly scheming against as well as electric motor fever heat and temperature rise, have carried out the magnanimous research job in recent years at home and abroad.
Progress with science and technology ceaselessness, the temperature is a controlled parameter in common use, but adopt the monolithic machine to come to carry out the main current becoming under the control of already a nowadays on these controlled parameters in the commercial run. The figure temperature measurement detecting electric motor temperature the main body of a book has been introduced rises reaching autocontrol system design. The main body of a book is adopt to realize controlling to the electric motor temperature coming monolithic machine. Its main ingredient has: The STC89C52 monolithic machine , the temperature sensor , keyboard and display are circuital. It is not bad the real time display sum sets up the temperature , realize the autocontrol to the temperature. Have the convenient , simple characteristic by testing controlling indicating , designing that originally to the temperature, technology index having improved the controlled temperature thereby by large margins
Keywords: The electric motor temperature rises Monolithic machine Temperature sensor Demonstrate a circuit.
目 錄
摘 要 i
Abstract ii
第一章 概論 1
第一節(jié) 系統(tǒng)設計背景 1
第二節(jié) 總體方案設計 1
一、方案一 1
二、方案二 1
第三節(jié) 本系統(tǒng)功能 1
第四節(jié) 本系統(tǒng)優(yōu)點 2
一、線路簡單 2
二、溫度測量準確 2
第二章 系統(tǒng)硬件介紹及原理圖 3
第一節(jié) 系統(tǒng)硬件組成 3
第二節(jié) STC單片機介紹 3
一、STC單片機功能介紹 4
二、引腳功能描述 5
第三節(jié) DS18B20數(shù)字溫度傳感器介紹 7
一、功能介紹 7
二、DS18B20的內(nèi)部邏輯圖 9
第四節(jié) DS18B20的工作原理 9
一、DS18B20工作時序 9
二、ROM操作命令 11
三、DS18B20的測溫流程 12
第五節(jié) 顯示模塊 12
一、顯示器工作原理: 13
二、LED顯示方式 14
第六節(jié) 電源的設計 14
一、變壓 14
二、整流 15
三、濾波 15
四、穩(wěn)壓 15
第七節(jié) 鍵盤電路的設計 16
第三章 系統(tǒng)接口設計 17
第一節(jié) 單片機引腳連接 17
第二節(jié) 顯示電路 17
第三節(jié) DS18B20溫度傳感器電路 18
第四節(jié) 繼電器電路 18
第五節(jié) 時鐘電路 19
第六節(jié) 復位電路 19
第四章 程序框圖及C語言程序 20
第一節(jié) 溫度采集系統(tǒng)原理框圖 20
一、溫度顯示模塊 20
二、讀溫度子程序 21
三、溫度轉換子程序 22
四、計算溫度子程序 22
第二節(jié) 溫度采集系統(tǒng)C語言程序 23
第五章 實驗設計調(diào)試 33
第一節(jié) Keil C51集成開發(fā)環(huán)境簡介 33
一、Keil C51集成開發(fā)環(huán)境介紹 33
二、Keil C51的開發(fā)過程 33
三、建立一個工程項目,選擇芯片并確定選項 33
四、建立源程序文件 35
五、添加文件到當前項目中 36
六、編譯文件 36
第二節(jié) Keil C51集成開發(fā)環(huán)境軟件的調(diào)試方法 37
一、常用調(diào)試命令 37
二、斷點設置 38
第三節(jié) 硬件設計調(diào)試 38
第六章 抗干擾設計 39
第一節(jié) 單片機控制系統(tǒng)的主要干擾源 39
第二節(jié) 單片機抗干擾的硬件措施 39
一、接地技術 39
二、隔離與屏蔽 39
三、濾波 39
第三節(jié) 單片機軟件的抗干擾措施 40
結論 41
參考文獻 42
附錄 43
外文資料 44
中文翻譯 53
致謝 60
電機的實際溫升若超出其所用絕緣結構的溫升限度,將給電機的壽命帶來極大的危害。以E級絕緣結構為例,若溫升超出規(guī)定限值約10℃,電動機的壽命將減為原來的一半。影響電機的因素極多,尤其是電動機的軸承、繞組,鐵芯處的溫升。鑒于該問題的重要性以及電機的發(fā)熱與溫升計算的困難,近年來國內(nèi)外都進行了大量的研究工作。
隨著科技的不斷進步,在工業(yè)生產(chǎn)中溫度是常用的被控參數(shù),而采用單片機來對這些被控參數(shù)進行控制已成為當今的主流。本文介紹了數(shù)字溫度測量檢測電動機溫升及自動控制系統(tǒng)的設計。本文采用單片機來實現(xiàn)對電動機溫度的控制。它的主要組成部分有:STC89C52單片機、溫度傳感器,顯示電路。它可以實時的顯示電動機的溫度,實現(xiàn)對溫度的自動控制。通過測試表明,本設計對溫度的控制有方便、簡單的特點,從而大幅提高了被控溫度的技術指標。
關鍵詞: 單片機 溫度傳感器 顯示電路 電動機溫升
Abstract
Actual electric motor temperature rises if exceeding what whose uses the structure being insulated warms up litre of limit , will bring immense damage to immense damage the electric motor life-span. E level insulation structure once is regular , overranging stipulates that limit value makes an appointment with 10℃, the electric motor life-span will cut for original halves if the temperature rises. The factor affecting an electric motor's is extremely many, especially the temperature that electric motor axle bearing , winding , iron core get along rises. Because owing the problem significance the difficulty secretly scheming against as well as electric motor fever heat and temperature rise, have carried out the magnanimous research job in recent years at home and abroad.
Progress with science and technology ceaselessness, the temperature is a controlled parameter in common use, but adopt the monolithic machine to come to carry out the main current becoming under the control of already a nowadays on these controlled parameters in the commercial run. The figure temperature measurement detecting electric motor temperature the main body of a book has been introduced rises reaching autocontrol system design. The main body of a book is adopt to realize controlling to the electric motor temperature coming monolithic machine. Its main ingredient has: The STC89C52 monolithic machine , the temperature sensor , keyboard and display are circuital. It is not bad the real time display sum sets up the temperature , realize the autocontrol to the temperature. Have the convenient , simple characteristic by testing controlling indicating , designing that originally to the temperature, technology index having improved the controlled temperature thereby by large margins
Keywords: The electric motor temperature rises Monolithic machine Temperature sensor Demonstrate a circuit.
目 錄
摘 要 i
Abstract ii
第一章 概論 1
第一節(jié) 系統(tǒng)設計背景 1
第二節(jié) 總體方案設計 1
一、方案一 1
二、方案二 1
第三節(jié) 本系統(tǒng)功能 1
第四節(jié) 本系統(tǒng)優(yōu)點 2
一、線路簡單 2
二、溫度測量準確 2
第二章 系統(tǒng)硬件介紹及原理圖 3
第一節(jié) 系統(tǒng)硬件組成 3
第二節(jié) STC單片機介紹 3
一、STC單片機功能介紹 4
二、引腳功能描述 5
第三節(jié) DS18B20數(shù)字溫度傳感器介紹 7
一、功能介紹 7
二、DS18B20的內(nèi)部邏輯圖 9
第四節(jié) DS18B20的工作原理 9
一、DS18B20工作時序 9
二、ROM操作命令 11
三、DS18B20的測溫流程 12
第五節(jié) 顯示模塊 12
一、顯示器工作原理: 13
二、LED顯示方式 14
第六節(jié) 電源的設計 14
一、變壓 14
二、整流 15
三、濾波 15
四、穩(wěn)壓 15
第七節(jié) 鍵盤電路的設計 16
第三章 系統(tǒng)接口設計 17
第一節(jié) 單片機引腳連接 17
第二節(jié) 顯示電路 17
第三節(jié) DS18B20溫度傳感器電路 18
第四節(jié) 繼電器電路 18
第五節(jié) 時鐘電路 19
第六節(jié) 復位電路 19
第四章 程序框圖及C語言程序 20
第一節(jié) 溫度采集系統(tǒng)原理框圖 20
一、溫度顯示模塊 20
二、讀溫度子程序 21
三、溫度轉換子程序 22
四、計算溫度子程序 22
第二節(jié) 溫度采集系統(tǒng)C語言程序 23
第五章 實驗設計調(diào)試 33
第一節(jié) Keil C51集成開發(fā)環(huán)境簡介 33
一、Keil C51集成開發(fā)環(huán)境介紹 33
二、Keil C51的開發(fā)過程 33
三、建立一個工程項目,選擇芯片并確定選項 33
四、建立源程序文件 35
五、添加文件到當前項目中 36
六、編譯文件 36
第二節(jié) Keil C51集成開發(fā)環(huán)境軟件的調(diào)試方法 37
一、常用調(diào)試命令 37
二、斷點設置 38
第三節(jié) 硬件設計調(diào)試 38
第六章 抗干擾設計 39
第一節(jié) 單片機控制系統(tǒng)的主要干擾源 39
第二節(jié) 單片機抗干擾的硬件措施 39
一、接地技術 39
二、隔離與屏蔽 39
三、濾波 39
第三節(jié) 單片機軟件的抗干擾措施 40
結論 41
參考文獻 42
附錄 43
外文資料 44
中文翻譯 53
致謝 60