天堂国产午夜亚洲专区-少妇人妻综合久久蜜臀-国产成人户外露出视频在线-国产91传媒一区二区三区

基于Web的嵌入式測(cè)控系統(tǒng)設(shè)計(jì)

發(fā)布時(shí)間:2018-08-16 14:23
【摘要】:隨著計(jì)算機(jī)技術(shù)與互聯(lián)網(wǎng)技術(shù)的高速發(fā)展,基于網(wǎng)絡(luò)化的測(cè)控方式得到了廣泛的應(yīng)用,傳統(tǒng)的控制系統(tǒng)與網(wǎng)絡(luò)的融合也漸漸成為了一種必然趨勢(shì)。本文應(yīng)用計(jì)算機(jī)網(wǎng)絡(luò)技術(shù)與嵌入式測(cè)控系統(tǒng)技術(shù),設(shè)計(jì)了一個(gè)基于B/S架構(gòu)的嵌入式Web遠(yuǎn)程測(cè)控系統(tǒng)。利用本系統(tǒng)工作人員可以使用手機(jī)、電腦等聯(lián)網(wǎng)終端遠(yuǎn)程接收車間現(xiàn)場(chǎng)的數(shù)據(jù)并對(duì)現(xiàn)場(chǎng)設(shè)備進(jìn)行控制設(shè)定。本系統(tǒng)主要包含三部分:Web服務(wù)器基站、Web客戶端和前端數(shù)據(jù)采集子系統(tǒng)。Web服務(wù)器基站作為本系統(tǒng)的核心搭建在以S3C2440為核心處理器的嵌入式開發(fā)平臺(tái)上,主要負(fù)責(zé)對(duì)數(shù)據(jù)的接收、存儲(chǔ)、處理、轉(zhuǎn)發(fā)以及Web網(wǎng)頁(yè)動(dòng)態(tài)交互。Web服務(wù)器基站通過CAN總線可以掛載多個(gè)前端數(shù)據(jù)采集子系統(tǒng),并將各個(gè)子系統(tǒng)上傳的數(shù)據(jù)通過路由器發(fā)送至Web客戶端。由于本系統(tǒng)采用了B/S網(wǎng)絡(luò)架構(gòu),所以Web客戶端可以使用個(gè)人電腦、手機(jī)或者平板電腦等聯(lián)網(wǎng)終端通過瀏覽器對(duì)服務(wù)器進(jìn)行訪問。通過Web客戶端可以查看當(dāng)前系統(tǒng)的運(yùn)行狀態(tài)、調(diào)整當(dāng)前子系統(tǒng)指標(biāo)參數(shù),實(shí)現(xiàn)了對(duì)被控系統(tǒng)進(jìn)行監(jiān)控的目的。前端數(shù)據(jù)采集子系統(tǒng)是以C8051F040單片機(jī)為核心設(shè)計(jì)的獨(dú)立系統(tǒng),主要負(fù)責(zé)對(duì)被控對(duì)象的數(shù)據(jù)采集、處理、顯示、控制及數(shù)據(jù)傳輸,前端子系統(tǒng)通過CAN總線與Web服務(wù)器基站相連接,保證了通信的可靠性與準(zhǔn)確性。本文詳細(xì)地闡述了Web服務(wù)器端程序的開發(fā)過程,Web客戶端網(wǎng)頁(yè)的編程思路及代碼實(shí)現(xiàn),以及前端數(shù)據(jù)采集子系統(tǒng)的軟硬件設(shè)計(jì)。在深入研究并學(xué)習(xí)Web服務(wù)器、嵌入式測(cè)控系統(tǒng)、CAN總線等技術(shù)的基礎(chǔ)上,以實(shí)驗(yàn)室水箱控制系統(tǒng)為被控對(duì)象,成功搭建了基于Web的嵌入式測(cè)控系統(tǒng)。在Web客戶端實(shí)現(xiàn)了對(duì)被控系統(tǒng)液位、流量、重量等參數(shù)的測(cè)量、顯示,以及對(duì)液位的PID控制、系統(tǒng)參數(shù)設(shè)定功能。整個(gè)課題取得了預(yù)期的效果。
[Abstract]:With the rapid development of computer technology and Internet technology, networked measurement and control methods have been widely used, and the integration of traditional control systems and networks has gradually become an inevitable trend. In this paper, an embedded Web remote measurement and control system based on B / S architecture is designed by using the technology of computer network and embedded measurement and control system. The system can be used by the staff to use mobile phones, computers and other networking terminals to remotely receive workshop data and control the field equipment settings. The system consists of three parts: Web client and front-end data acquisition subsystem. As the core of the system, the Web server base station is built on the embedded development platform with S3C2440 as the core processor, which is mainly responsible for receiving the data. Storage, processing, forwarding and dynamic interaction of Web Web pages. The base station of web server can mount multiple front-end data acquisition subsystems through CAN bus, and send the data uploaded from each subsystem to the Web client through the router. Because the system adopts the B / S network architecture, the Web client can access the server through the browser, such as personal computer, mobile phone or tablet computer. The Web client can view the running state of the current system, adjust the index parameters of the current subsystem, and realize the purpose of monitoring the controlled system. The front-end data acquisition subsystem is an independent system based on C8051F040 microcontroller, which is mainly responsible for the data acquisition, processing, display, control and data transmission of the controlled object. The front-end subsystem is connected with the Web server base station through the CAN bus. The reliability and accuracy of communication are guaranteed. In this paper, the development process of Web server-side program is described in detail, and the programming thinking and code realization of web client web page, as well as the hardware and software design of front-end data acquisition subsystem are described in detail. Based on the deep research and study of Web server, embedded measurement and control system can bus and so on, the embedded measurement and control system based on Web is successfully built by taking the laboratory water tank control system as the controlled object. The measurement, display, PID control and system parameter setting function of the controlled system such as liquid level, flow rate, weight and so on are realized in the Web client. The whole project has achieved the expected results.
【學(xué)位授予單位】:東北大學(xué)
【學(xué)位級(jí)別】:碩士
【學(xué)位授予年份】:2014
【分類號(hào)】:TP393.09

【相似文獻(xiàn)】

相關(guān)期刊論文 前10條

1 張毅;學(xué)生成績(jī)處理子系統(tǒng)的設(shè)計(jì)和實(shí)現(xiàn)[J];醫(yī)學(xué)信息;2005年08期

2 林盛杰;引進(jìn)現(xiàn)代化管理手段 提供高質(zhì)量流通服務(wù)——汕頭大學(xué)圖書館自動(dòng)化集成系統(tǒng)流通子系統(tǒng)的設(shè)計(jì)與實(shí)現(xiàn)[J];圖書館論壇;1992年05期

3 陳敬東;抗惡劣環(huán)境計(jì)算機(jī)外存儲(chǔ)設(shè)備子系統(tǒng)[J];艦船指揮控制系統(tǒng);1995年06期

4 張燕 ,張忠兵 ,陸海瓊 ,丁巍峰;交通銀行同城票據(jù)實(shí)時(shí)清算接口子系統(tǒng)設(shè)計(jì)[J];中國(guó)金融電腦;2003年02期

5 蔡波,李小華;商場(chǎng)管理信息系統(tǒng)財(cái)務(wù)子系統(tǒng)分析與設(shè)計(jì)[J];計(jì)算機(jī)系統(tǒng)應(yīng)用;1996年06期

6 張鴻輝;王澤昌;;城鎮(zhèn)地籍?dāng)?shù)據(jù)更新與監(jiān)理入庫(kù)子系統(tǒng)設(shè)計(jì)方案探討[J];國(guó)土資源信息化;2006年03期

7 黃小玲;;嵌入式GUI的設(shè)計(jì)與實(shí)現(xiàn)[J];現(xiàn)代計(jì)算機(jī)(專業(yè)版);2010年05期

8 沈銀萱;張志鳳;;高校計(jì)算機(jī)帳務(wù)處理子系統(tǒng)的分析與設(shè)計(jì)[J];北京機(jī)械工業(yè)學(xué)院學(xué)報(bào);1998年03期

9 呂秋云,張公禮;網(wǎng)絡(luò)視頻監(jiān)控系統(tǒng)中報(bào)警子系統(tǒng)的設(shè)計(jì)與開發(fā)[J];計(jì)算機(jī)應(yīng)用與軟件;2005年03期

10 郭爽;;企業(yè)“一卡通”水控子系統(tǒng)設(shè)計(jì)與研究[J];科技資訊;2011年04期

相關(guān)會(huì)議論文 前4條

1 王關(guān)義;孫海寧;;國(guó)家自主創(chuàng)新體系中的子系統(tǒng)及其互動(dòng)優(yōu)化[A];中國(guó)企業(yè)管理研究會(huì)年度報(bào)告(2006—2007)——中國(guó)企業(yè)自主創(chuàng)新與品牌建設(shè)學(xué)術(shù)研討會(huì)暨中國(guó)企業(yè)管理研究會(huì)2006年年會(huì)論文集[C];2006年

2 李會(huì)軍;李娜;譚杰;馬增良;;制衣行業(yè)MES設(shè)備管理子系統(tǒng)設(shè)計(jì)與實(shí)現(xiàn)[A];企業(yè)應(yīng)用集成系統(tǒng)與技術(shù)學(xué)術(shù)研究會(huì)論文集[C];2006年

3 楊世標(biāo);陳木;;基于TCP序列號(hào)檢測(cè)的防火墻子系統(tǒng)設(shè)計(jì)與實(shí)現(xiàn)[A];廣東省通信學(xué)會(huì)2008年度學(xué)術(shù)論文集[C];2009年

4 王偉;仇潤(rùn)鶴;史瑋;;OFDM基帶通信系統(tǒng)中同步子系統(tǒng)的設(shè)計(jì)與實(shí)現(xiàn)[A];2008年中國(guó)高校通信類院系學(xué)術(shù)研討會(huì)論文集(上冊(cè))[C];2009年

相關(guān)重要報(bào)紙文章 前5條

1 中國(guó)聯(lián)通汕頭分公司增值業(yè)務(wù)部 許育楠;聯(lián)通短信增值服務(wù)平臺(tái)的設(shè)計(jì)[N];廣東科技報(bào);2005年

2 楊青;話說ERP(二)[N];中國(guó)機(jī)電日?qǐng)?bào);2001年

3 ;水木清華 建智能“家園”[N];計(jì)算機(jī)世界;2002年

4 羅旭恒;智能樓宇邁向數(shù)字樓宇[N];中國(guó)計(jì)算機(jī)報(bào);2002年

5 ;六類搭建“超級(jí)校園網(wǎng)”[N];中國(guó)計(jì)算機(jī)報(bào);2005年

相關(guān)碩士學(xué)位論文 前10條

1 江宇浩;地鐵自動(dòng)售票機(jī)現(xiàn)金處理子系統(tǒng)的設(shè)計(jì)與開發(fā)[D];南京理工大學(xué);2015年

2 盧陳一;智能建筑管理系統(tǒng)的設(shè)計(jì)與實(shí)現(xiàn)[D];福建師范大學(xué);2015年

3 郭振霄;Ka波段FDD/TDD鏈路機(jī)可重構(gòu)中頻子系統(tǒng)設(shè)計(jì)[D];電子科技大學(xué);2015年

4 劉洋;面向大規(guī)模數(shù)據(jù)中心模擬框架子系統(tǒng)的設(shè)計(jì)與實(shí)現(xiàn)[D];電子科技大學(xué);2013年

5 尚休新;基于OpenFlow網(wǎng)絡(luò)的QoS保障子系統(tǒng)研究[D];電子科技大學(xué);2014年

6 顧杰超;基于CICS的網(wǎng)上銀行安全轉(zhuǎn)帳子系統(tǒng)的設(shè)計(jì)和研究[D];復(fù)旦大學(xué);2014年

7 王玉芳;移動(dòng)通訊系統(tǒng)中的賬務(wù)處理子系統(tǒng)設(shè)計(jì)及實(shí)現(xiàn)[D];中國(guó)科學(xué)院大學(xué)(工程管理與信息技術(shù)學(xué)院);2015年

8 潘軍;合眾人壽意外險(xiǎn)單證子系統(tǒng)的設(shè)計(jì)與實(shí)現(xiàn)[D];電子科技大學(xué);2014年

9 吳巍巍;山洪地質(zhì)災(zāi)害氣象精細(xì)化監(jiān)測(cè)預(yù)警服務(wù)平臺(tái)的設(shè)計(jì)與實(shí)現(xiàn)[D];電子科技大學(xué);2014年

10 楊馨;全媒體新聞生產(chǎn)系統(tǒng)新華社入庫(kù)服務(wù)子系統(tǒng)的設(shè)計(jì)與實(shí)現(xiàn)[D];北京郵電大學(xué);2015年

,

本文編號(hào):2186245

資料下載
論文發(fā)表

本文鏈接:http://sikaile.net/guanlilunwen/ydhl/2186245.html


Copyright(c)文論論文網(wǎng)All Rights Reserved | 網(wǎng)站地圖 |

版權(quán)申明:資料由用戶75897***提供,本站僅收錄摘要或目錄,作者需要?jiǎng)h除請(qǐng)E-mail郵箱bigeng88@qq.com