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

          當前位置:論文格式網(wǎng) -> 畢業(yè)論文 -> 電子信息工程
          畢業(yè)論文標題:

          基于MCGS的液溫監(jiān)控系統(tǒng)設計與實現(xiàn)

           本文ID:LWGSW13057 價格:收費積分/100
          掃一掃 掃一掃
          本站會員可自行下載:下載地址 基于MCGS的液溫監(jiān)控系統(tǒng)設計與實現(xiàn) (收費:12800 積分)  

          電子信息工程論文編號:DZXX163  論文字數(shù):13026,頁數(shù):50

          目錄

          摘要 I
          ABSTRACT II
          第1章 引言 1
          1.1 背景 1
          1.2 研究內(nèi)容 2
          第2章 監(jiān)控系統(tǒng)硬件設計 3
          2.1 系統(tǒng)結(jié)構(gòu) 3
          2.1.1 下位機核心處理器簡介 3
          2.1.2 上位機觸摸屏簡介 5
          2.2外圍電路設計 6
          2.2.1顯示電路設計 6
          2.2.2傳感器選擇 8
          2.2.3單片機與上位機通信電路 9
          2.2.4電源供電電路 10
          2.2.5 A/D采集接口電路 10
          第3章 監(jiān)控系統(tǒng)軟件設計流程 13
          3.1 軟件程序結(jié)構(gòu) 13
          3.1.1 下位機程序流程圖 13
          3.1.2 上位機程序流程圖 16
          3.2 硬件程序說明 17
          3.2.1 A/D轉(zhuǎn)換 17
          3.2.2數(shù)碼管動態(tài)掃描電路 17
          3.2.3系統(tǒng)參數(shù)配置 18
          3.3 外圍輸入接口程序說明 19
          3.3.1熱敏溫度傳感器 19
          3.3.2 按鈕輸入各功能 20
          第4章 數(shù)據(jù)通信的實現(xiàn) 21
          4.1 通信的硬件和上位機軟件 21
          4.2 通信協(xié)議 22
          4.3 通信驅(qū)動代碼的編寫 23
          第5章 上位機液位監(jiān)控系統(tǒng)軟件界面 25
          5.1 MCGS組態(tài)軟件簡介 25
          5.2 基于MCGS的上位機設計 26
          5.3 監(jiān)控曲線 28
          5.4 液位、溫度歷史數(shù)據(jù) 29
          結(jié)束語 30
          致謝 31
          參考文獻 32
          附錄 源代碼 33
          附錄1 原理圖 45
          附錄2 PCB板 46

          摘要

           隨著控制系統(tǒng)的發(fā)展,系統(tǒng)越來越復雜,需要監(jiān)控的系統(tǒng)參數(shù)也越來越多。同時為了減少現(xiàn)場環(huán)境對人身的傷害,要求控制人員最好能遠離現(xiàn)場。由此產(chǎn)生了一系列組態(tài)軟件,編寫上位機監(jiān)控軟件,進行遠程監(jiān)控。
           本文介紹了基于MCGS和單片機的遠程液位監(jiān)控系統(tǒng)的硬件和軟件設計。上位機采用嵌入式WINCE操作系統(tǒng)和MCGS嵌入式組態(tài)軟件,對液位和溫度信息進行實時監(jiān)控;下位機以單片機為核心,進行液位和溫度信息的采集和轉(zhuǎn)換,并與上位機進行信息交互;上位機和下位機通過串口方式進行通信。
           組態(tài)軟件MCGS(Monitor and Control Generated System)提供了大多數(shù)常用硬件設備的驅(qū)動,然而在實際應用中對于特殊的硬件設備,MCGS的驅(qū)動就不能滿足要求。因此為了解決組態(tài)軟件MCGS與所用特殊硬件設備通信的問題,利用MCGS的腳本開發(fā)工具,完成與所用單片機相匹配的子設備驅(qū)動構(gòu)件的開發(fā)。通過測試與掛接,實現(xiàn)了MCGS與STC12C5608單片機的通信。

          關鍵詞:嵌入式HMI,串行通信,組態(tài)軟件


          ABSTRACT

           With the development of control system, systems become more and more complicated, requiring monitoring of system parameters is also increasing. Meanwhile, in order to reduce on-site environment for personal injury, the system requires the workman far from the scene environment. In this way a series of configuration software are produced to exploit monitoring software of upper PC.
           This article introduced with emphasis the hardware and software design in the long-distance fluid position system based on the single chip and MCGS.The host computer control system adopts the embedded WINCE operation system and MCGS configuration software in embedded version, the MCGS software carries on the real-time monitoring to the fluid position and temperature information; the lower position machine takes the single chip as a core, gathering and transforming the fluid position and temperature information; The upper position machine and the lower position machine communicate through the serial port.
           Configuration software MCGS (Monitor and Control Generated System) has provided the majority commonly used hardware equipment's actuation, however in the practical application regarding the special hardware equipment, the MCGS actuation cannot satisfy the request. Therefore to solve the matching problem of configuration software MCGS and its special hardware driver, uses MCGS the script development kit, completes the development of SCM driver-component. The communication between MCGS and STC12C5608 microcontroller is achieved through testing and articulation of custom single-chip components.

           Keywords: Embedded HMI, Serial communication, Configuration software.


          相關論文
          本論文在電子信息工程欄目,由論文格式網(wǎng)整理,轉(zhuǎn)載請注明來源www.donglienglish.cn,更多論文,請點論文格式范文查看
          上一篇:基于微控制器的坡度測量儀的設計 下一篇:基于YDT 1363.3-2005 通信協(xié)議的..
          Tags:基于 MCGS 監(jiān)控系統(tǒng) 設計 實現(xiàn) 【收藏】 【返回頂部】
          會計論文
          電子機電論文
          金融論文
          電氣自動化論文
          模具設計
          化學工程與工藝
          機械設計
          電子通信論文
          英語論文
          行政管理論文
          物流論文
          電子商務論文
          法律論文
          國際貿(mào)易論文
          財務管理論文
          人力資源論文
          市場營銷論文
          土木工程論文
          工商管理論文
          工程管理論文
          漢語言文學論文
          教育管理論文
          測控專業(yè)論文
          交通工程論文
          旅游管理論文
          新聞專業(yè)論文
          藝術(shù)設計
          教育技術(shù)學論文
          應用物理學論文
          輕化工程論文
          德語專業(yè)論文
          給水排水工程
          服裝設計與工程
          食品生物技術(shù)
          材料科學與工程
          電視制片管理
          工業(yè)工程論文
          文化產(chǎn)業(yè)管理
          包裝工程論文
          印刷工程論文
          信息管理論文
          制藥工程論文
          生物工程論文
          電子信息工程
          信息計算科學
          電氣工程論文
          通信工程論文
          財務會計畢業(yè)論文
          電子商務畢業(yè)論文
          現(xiàn)代教育技術(shù)
          信息管理專業(yè)
          心理學專業(yè)
          數(shù)學與應用數(shù)學
          數(shù)學教育
          護理學畢業(yè)論文
          其他專業(yè)論文
          歷史學論文
          學前教育畢業(yè)論文
          小學教育畢業(yè)論文
          教育管理畢業(yè)論文
          法律專業(yè)畢業(yè)論文
          漢語言文學畢業(yè)論文
          工商管理畢業(yè)論文
          人力資源畢業(yè)論文
          營銷專業(yè)畢業(yè)論文
          物流專業(yè)畢業(yè)論文
          計算機論文
          最新文章
          熱門文章
          計算機論文
          推薦文章

          本站部分文章來自網(wǎng)絡,如發(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號

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

          论文格式网:毕业论文格式范文