<dfn id="i820k"><samp id="i820k"></samp></dfn><strike id="i820k"></strike>
      • <th id="i820k"></th>
      • <strike id="i820k"></strike>
        <strike id="i820k"></strike>
        <kbd id="i820k"></kbd>
        論文格式
        電氣工程 會計論文 金融論文 國際貿(mào)易 財務(wù)管理 人力資源 輕化工程 德語論文 工程管理 文化產(chǎn)業(yè)管理 信息計算科學 電氣自動化 歷史論文
        機械設(shè)計 電子通信 英語論文 物流論文 電子商務(wù) 法律論文 工商管理 旅游管理 市場營銷 電視制片管理 材料科學工程 漢語言文學 免費獲取
        制藥工程 生物工程 包裝工程 模具設(shè)計 測控專業(yè) 工業(yè)工程 教育管理 行政管理 應(yīng)用物理 電子信息工程 服裝設(shè)計工程 教育技術(shù)學 論文降重
        通信工程 電子機電 印刷工程 土木工程 交通工程 食品科學 藝術(shù)設(shè)計 新聞專業(yè) 信息管理 給水排水工程 化學工程工藝 推廣賺積分 付款方式
        • 首頁 |
        • 畢業(yè)論文 |
        • 論文格式 |
        • 個人簡歷 |
        • 工作總結(jié) |
        • 入黨申請書 |
        • 求職信 |
        • 入團申請書 |
        • 工作計劃 |
        • 免費論文 |
        • 合作期刊 |
        • 論文同學網(wǎng) |
        搜索 高級搜索

        當前位置:論文格式網(wǎng) -> 畢業(yè)論文 -> 電子機電論文

        單片機智能火災(zāi)報警器畢業(yè)設(shè)計論文

         本文ID:LWGSW5104 價格:128元
        掃一掃 掃一掃

        電子機電論文編號:JD034   字數(shù):30337,頁數(shù):69

         目錄
        摘要  1
        第一章   緒   論   5
        1.1  選題背景   5
        1.2  智能火災(zāi)報警系統(tǒng)  5
        1.3  火災(zāi)探測器   6
        1.3.1  火災(zāi)探測器簡介  6
        1.3.2  火災(zāi)探測器發(fā)展特點  7
        1.3.3  火災(zāi)探測器新技術(shù)  8
        第二章 總體設(shè)計及方案論證  9
        2.1  工藝技術(shù)要求   9
        2.2  系統(tǒng)設(shè)計思想  10
        2.3   方案論證   11
        2.3.1  單片機的選擇   11
        第三章   單片機AT89C51  12
        3.1引腳說明   12
        3.1.1  主要性能參數(shù)   12
        3.1.2  功能特性概述  13
        3.1.3   AT89C51方框圖   13
        3.1.4  引腳功能說明   14
        3.2  工作特性  16
        3.2.1  時鐘振蕩器   16
        3.2.2  空閑節(jié)電模式   16
        3.2.3  掉電模式   17
        3.2.4 程序存儲器的加密   17
        3.2.5  Flash閃速存儲器的編程   18
        3.2.6  編程方式   18
        3.2.7  數(shù)據(jù)查詢   19
        3.2.8  Ready sy   19
        3.2.9  程序效驗   19
        3.2.10 Flash編程和效驗的波形時序   19
        3.2.11  芯片擦除  20
        3.2.12  讀片內(nèi)簽名字節(jié)  20
        第四章   前向通道的設(shè)計  21
        4.1   溫度傳感器   21
        4.2 煙霧傳感器   22
        4.2.1 工作原理   22
        4.2.2  試驗結(jié)果   23
        4.3  運算放大器AD595   25
        4.4  A/D轉(zhuǎn)換器  26
        4.4.1  A/D轉(zhuǎn)換器的主要參數(shù)  26
        4.4.2  A/D轉(zhuǎn)換器與CPU的接口方法   26
        4.4.3  A/D轉(zhuǎn)換器與CPU之間傳送數(shù)據(jù)的方法   27
        4.5  8255擴展   29
        4.5.1  8255A的內(nèi)部結(jié)構(gòu)   29
        4.5.2  8255A的工作方式   30
        4.6  鍵盤顯示  31
        4.7  系統(tǒng)電源   33
        第五章   后向通道的設(shè)計   34
        5.1  卷簾門電機正反轉(zhuǎn)控制   34
        5.1.1  卷簾門自動控制   34
        5.2   自動噴淋控制   36
        5.2.1  固態(tài)繼電器SSR工作原理   36
        5.2.2  固態(tài)繼電器有如下特點  36
        5.2 .3  自動噴淋工作原理   37
        5.3  顯示部分  37
        5.3.1  MAX7219簡介   37
        5.3.2  MAX7219引腳說明  37
        5.3.3  MAX7219內(nèi)部組成結(jié)構(gòu)  38
        5.3.4 MAX7219接口電路圖  39
        5.4  報警電路  40
        5.4.1  語音報警電路   40
        5.4.2  T6668語音芯片介紹  41
        5.4.3   T6668的工作方式   41
        5.4.4  T6668的接口電路   41
        第六章   軟件設(shè)計   42
        6.1   設(shè)計思想  42
        6.1.1  主程序   42
        6.1.2  信號分析及調(diào)節(jié)  42
        6.2   流程圖   44
        6.2.1  主程序流程圖   44
        6.2.2  采樣程序流程圖   45
        6.2.3  濾波程序流程圖   46
        6.2.4  PID算法流程圖  49
        6.2.5  電機流程圖  50
        第七章 結(jié) 束語  55
        致    謝   56
        參考文獻   57
        附表B  59
        主程序  .....59
        中斷子程序  62 
        顯示子程序  63
        鍵盤子程序  64
        PID子程序  66

        摘要:火災(zāi)自動報警系統(tǒng)屬于樓宇自動化范疇,是當前樓宇自動化的一個主要構(gòu)成系統(tǒng)。其設(shè)置目的是為了防止和減少火災(zāi)危害,保護人身和財產(chǎn)安全。火災(zāi)報警技術(shù)是預(yù)防火災(zāi)的一項基礎(chǔ)工作,應(yīng)用范圍廣泛。報警早,損失少,不僅對發(fā)生火災(zāi)的單位和個人具有重要作用,而且對公安消防監(jiān)督機構(gòu)及時撲滅火災(zāi)、減少人員傷亡和財產(chǎn)損失同樣具有十分重要的現(xiàn)實意義。
        火災(zāi)自動報警系統(tǒng)由觸發(fā)器件、火災(zāi)報警裝置、火災(zāi)警報裝置及具有其他輔助功能的裝置組成。隨著電子技術(shù)和計算機技術(shù)的迅速發(fā)展,火災(zāi)自動報警系統(tǒng)的結(jié)構(gòu)、形式越來越靈活多樣,很難精確劃分為幾種固定的模式。火災(zāi)自動報警技術(shù)趨向于智能化系統(tǒng),這種系統(tǒng)可組合成任何形式的火災(zāi)自動報警網(wǎng)絡(luò)形式,既可以是區(qū)域報警系統(tǒng),又可以是集中報警系統(tǒng)或控制中心報警系統(tǒng)形式。
        所謂智能火災(zāi)自動報警系統(tǒng),應(yīng)當是:使用探測器件將火災(zāi)發(fā)生期間所產(chǎn)生的煙、溫、光等信號以模擬量形式,連同外界相關(guān)的環(huán)境參數(shù)一起傳送給報警器,報警器再根據(jù)獲取的數(shù)據(jù)及內(nèi)部存儲的大量數(shù)據(jù),利用火災(zāi)模型判據(jù)來判斷火災(zāi)是否存在,這樣的系統(tǒng)稱為智能火災(zāi)自動報警系統(tǒng)。由于該系統(tǒng)為解決火災(zāi)報警系統(tǒng)存在的兩個難題(誤報、漏報)提供了新的方法和手段,并在處理火災(zāi)真?zhèn)畏矫姹憩F(xiàn)出明顯的有效性和創(chuàng)新性,這是火災(zāi)自動報警系統(tǒng)在技術(shù)上的飛躍。從傳統(tǒng)型走向智能型,是國內(nèi)外火災(zāi)自動報警系統(tǒng)技術(shù)發(fā)展的必然趨勢。
        關(guān)鍵詞:智能火災(zāi)報警器 單片機
        Abstract: The fire auto alarm system belongs to the building automation category, is a current building automation compose largely system. Its establishment goal is to prevent with the reduction fire hazard, protects the person and the property safety. The fire warning technology is a fire preventing's foundation work, the application scope is widespread. The warning early, damages lacks, not only to has fire's unit and individual has the influential role, moreover to the public security fire prevention cognizant agency prompt suppress a fire, reduces the personnel casualty and the property damage has the very vital practical significance similarly. The fire auto alarm system by the trigger device, the fire alarm device, the fire alarm device and has other auxiliary function installment to be composed. Along with the electronic technology and computer technology's rapidly expand, the fire auto alarm system's structure, the form are getting more and more flexible diversely, the very difficult precise division is several kind of fixed patterns. The fire auto-alarm technology tends to the intellectualized system, this kind of system may combine any form the fire auto-alarm network form, both may be the region alarm system, and may be concentrates the alarm system or the control center alarm system form. The so-called intelligent fire auto alarm system, must be: The smoke which the use survey component has period produces, warm the fire, the light equisignal to simulate the quantity form, transmits together with the outside related environment parameter for the alarm apparatus, the alarm apparatus again the mass data which saves according to the gain data and the interior, judges the fire using the fire model criterion whether to exist, such system is called the intelligent fire auto alarm system. Because this system for the solution fire alarm system existence's two difficult problems (misinformation, failed to report) has provided the new method and the method, and displayed the obvious validity and the innovation in the processing fire truth aspect, this was the fire auto alarm system leap technically. Moves toward the intelligence from the tradition, is the domestic and foreign fire auto alarm system technological development inevitable trend.
         key word: Intelligent fire alarm apparatus monolithic integrated circuit


        本論文在電子機電論文欄目,由論文格式網(wǎng)整理,轉(zhuǎn)載請注明來源www.donglienglish.cn,更多論文,請點論文格式范文查看
        最新論文 熱門論文
        中小企業(yè)融資風險及風險防范研究
        上市公司財務(wù)舞弊問題研究
        試論家族企業(yè)內(nèi)部控制制度的建設(shè)——以A汽
        溫州中小企業(yè)財務(wù)管理存在的問題及對策
        淺談企業(yè)集團資金收支兩條線管理模式
        武義縣中小企業(yè)融資問題研究
        新企業(yè)會計準則———公允價值計量研究
        我國收入分配問題研究
        關(guān)于食品行業(yè)公司籌資方式對比研究
        關(guān)于會計職業(yè)道德的探討
        公司治理視角下的財務(wù)風險防范
        企業(yè)貨幣資金內(nèi)部控制的探析
        電算化會計畢業(yè)論文
        淺析企業(yè)成本管理
        淺談合并會計報表的編制與作用
        對企業(yè)所得稅核算幾個問題的認識
        人力資源會計論文
        企業(yè)內(nèi)部會計制度的建設(shè)研究
        實施《小企業(yè)會計制度》中存在的問題及改
        會計電算化在企業(yè)中的應(yīng)用、現(xiàn)狀和前景
        淺議我國中小企業(yè)融資的困境與對策
        上一篇:無線多路遙控發(fā)射接收系統(tǒng)設(shè)計畢.. 下一篇:基于Multism/protel的數(shù)字搶答器
        Tags:單片機 智能 火災(zāi) 報警器 畢業(yè)設(shè)計 論文 【收藏】 【返回頂部】
        會計論文
        電子機電論文
        金融論文
        電氣自動化論文
        模具設(shè)計
        化學工程與工藝
        機械設(shè)計
        電子通信論文
        英語論文
        行政管理論文
        物流論文
        電子商務(wù)論文
        法律論文
        國際貿(mào)易論文
        財務(wù)管理論文
        人力資源論文
        市場營銷論文
        土木工程論文
        工商管理論文
        工程管理論文
        漢語言文學論文
        教育管理論文
        測控專業(yè)論文
        交通工程論文
        旅游管理論文
        新聞專業(yè)論文
        藝術(shù)設(shè)計
        教育技術(shù)學論文
        應(yīng)用物理學論文
        輕化工程論文
        德語專業(yè)論文
        給水排水工程
        服裝設(shè)計與工程
        食品生物技術(shù)
        材料科學與工程
        電視制片管理
        工業(yè)工程論文
        文化產(chǎn)業(yè)管理
        包裝工程論文
        印刷工程論文
        信息管理論文
        制藥工程論文
        生物工程論文
        電子信息工程
        信息計算科學
        電氣工程論文
        通信工程論文
        財務(wù)會計畢業(yè)論文
        電子商務(wù)畢業(yè)論文
        現(xiàn)代教育技術(shù)
        信息管理專業(yè)
        心理學專業(yè)
        數(shù)學與應(yīng)用數(shù)學
        數(shù)學教育
        護理學畢業(yè)論文
        其他專業(yè)論文
        歷史學論文
        學前教育畢業(yè)論文
        小學教育畢業(yè)論文
        教育管理畢業(yè)論文
        法律專業(yè)畢業(yè)論文
        漢語言文學畢業(yè)論文
        工商管理畢業(yè)論文
        人力資源畢業(yè)論文
        營銷專業(yè)畢業(yè)論文
        物流專業(yè)畢業(yè)論文
        計算機論文
        精彩推薦
        論文格式網(wǎng)為您提供計算機畢業(yè)論文范文下載,只需要10元每份點擊計算機論文進入查看

        本站部分文章來自網(wǎng)絡(luò),如發(fā)現(xiàn)侵犯了您的權(quán)益,請聯(lián)系指出,本站及時確認刪除 E-mail:349991040@qq.com

        論文格式網(wǎng)(www.donglienglish.cn--論文格式網(wǎng)拼音首字母組合)提供電子機電論文畢業(yè)論文格式,論文格式范文,畢業(yè)論文范文

        Copyright@ 2010-2018 LWGSW.com 論文格式網(wǎng) 版權(quán)所有 蜀ICP備09018832號

        感谢您访问我们的网站,您可能还对以下资源感兴趣:

        论文格式网:毕业论文格式范文
      • <strike id="6k4wa"></strike>
          <th id="6k4wa"></th>