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

當(dāng)前位置:主頁 > 科技論文 > 計算機論文 >

嵌入式串口聯(lián)網(wǎng)服務(wù)器的設(shè)計與實現(xiàn)

發(fā)布時間:2018-08-07 14:39
【摘要】:在工業(yè)控制系統(tǒng)中,串行通信簡單、可靠、易于實現(xiàn),而且具有很好的數(shù)據(jù)傳輸能力,因而廣泛用于工業(yè)控制系統(tǒng)設(shè)備中。但是,這類設(shè)備常常采用集中的管理方式,并不易擴展。隨著互聯(lián)網(wǎng)的發(fā)展和廣泛普及,工業(yè)領(lǐng)域的控制模式也發(fā)生了巨大的變化,工業(yè)控制系統(tǒng)正在日趨網(wǎng)絡(luò)化和分散化。于是將工業(yè)控制中的設(shè)備通過以太網(wǎng)組成分布式的工業(yè)控制網(wǎng)絡(luò)系統(tǒng)成為了必然趨勢。 要將現(xiàn)場控制網(wǎng)絡(luò)和信息網(wǎng)絡(luò)相連,只需要解決由于現(xiàn)場控制網(wǎng)絡(luò)上的通信協(xié)議和信息網(wǎng)絡(luò)上的通信協(xié)議的不同而引起的協(xié)議轉(zhuǎn)換問題,就可以將傳統(tǒng)串行鏈路上的數(shù)據(jù)傳輸?shù)叫畔⒕W(wǎng)絡(luò)上,而不需要淘汰原有的設(shè)備,如此可以提高原有設(shè)備利用率,節(jié)約成本,還可以在已有網(wǎng)絡(luò)的基礎(chǔ)上最大化的簡化布線的復(fù)雜度。 本文根據(jù)工控環(huán)境的需要,設(shè)計了低成本的嵌入式串口聯(lián)網(wǎng)服務(wù)器,實現(xiàn)串口數(shù)據(jù)流與以太網(wǎng)數(shù)據(jù)幀之間的轉(zhuǎn)換,使分散于工控現(xiàn)場的串口設(shè)備接入以太網(wǎng),以實現(xiàn)工業(yè)監(jiān)控中對數(shù)據(jù)采集、傳輸及設(shè)備控制的分布式智能管理。 本文介紹了串口聯(lián)網(wǎng)服務(wù)器的意義和作用,實現(xiàn)了基于ARM Cortex-M3構(gòu)架的32位高性能、低成本微處理器LM3S6911、開源的嵌入式實時操作系統(tǒng)Rt-Thread及開源的Lwip協(xié)議的串口聯(lián)網(wǎng)服務(wù)器的完整設(shè)計,并且開發(fā)了上位機配置軟件。 本設(shè)計主要包括三個部分: 1)根據(jù)工控環(huán)境特點,選用低功耗、高性能的嵌入式處理器LM3S6911,該處理器結(jié)合了10/100Mbps以太網(wǎng)媒體訪問控制(MAC)以及物理層(PHY),使得本設(shè)計可以實現(xiàn)單芯片的解決方案。 2)在移植嵌入式實時操作系統(tǒng)Rt-Thread和嵌入式TCP/IP協(xié)議棧Lwip的基礎(chǔ)上,開發(fā)了數(shù)據(jù)交換程序和各接口之間的通信程序。 3)在windows平臺上,開發(fā)實現(xiàn)了可供用戶對串口聯(lián)網(wǎng)服務(wù)器進行配置的上位機軟件。 最后給出了功能及性能測試結(jié)果。 本文設(shè)計的工業(yè)串口聯(lián)網(wǎng)服務(wù)器具有體積小、性能高、操作簡單、成本低等優(yōu)點,適用于工控環(huán)境,滿足實際需求。
[Abstract]:In the industrial control system, the serial communication is simple, reliable, easy to realize, and has good data transmission ability, so it is widely used in industrial control system equipment. However, such devices are often managed centrally and are not easily scalable. With the development and popularization of the Internet, the control mode in the industrial field has changed greatly, and the industrial control system is becoming more and more networked and decentralized. Therefore, it is an inevitable trend to form a distributed industrial control network system by Ethernet. To connect the field control network with the information network, we only need to solve the problem of protocol conversion caused by the difference between the communication protocol on the field control network and the communication protocol on the information network. The data on the traditional serial link can be transmitted to the information network without the need to eliminate the original equipment, which can improve the utilization rate of the original equipment and save the cost. It can also maximize the complexity of simplified routing on the basis of existing networks. According to the need of industrial control environment, a low-cost embedded serial port network server is designed in this paper to realize the conversion between serial data stream and Ethernet data frame, so that the serial port devices scattered in industrial control field can connect to Ethernet. In order to realize the distributed intelligent management of data acquisition, transmission and equipment control in industrial monitoring. This paper introduces the significance and function of serial port network server, and realizes the complete design of 32 bits high performance, low cost microprocessor LM3S6911, open source embedded real time operating system Rt-Thread and open source Lwip protocol serial port network server based on ARM Cortex-M3 architecture. And developed the upper computer configuration software. This design mainly includes three parts: 1) according to the characteristics of industrial control environment, select low power consumption, The high performance embedded processor LM3S6911, which combines 10/100Mbps Ethernet media access control (MAC) and physical layer (PHY), enables this design to implement a single-chip solution. 2) porting embedded real-time operating system Based on Rt-Thread and embedded TCP/IP protocol stack Lwip, The data exchange program and the communication program between the interfaces are developed. 3) on the windows platform, the upper computer software which can be configured for the serial port network server is developed. Finally, the test results of function and performance are given. The industrial serial port network server designed in this paper has the advantages of small volume, high performance, simple operation and low cost. It is suitable for industrial control environment and meets the actual demand.
【學(xué)位授予單位】:安徽大學(xué)
【學(xué)位級別】:碩士
【學(xué)位授予年份】:2012
【分類號】:TP368.1;TP273

【參考文獻】

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

1 李國慶,王佐勛,王玉坤,王勝楠,張元國;基于數(shù)字信號處理器的一種新型電能質(zhì)量監(jiān)測儀的設(shè)計[J];東北電力學(xué)院學(xué)報;2005年01期

2 王保進 ,徐太忠 ,劉恒禹;嵌入式系統(tǒng)以太網(wǎng)控制器驅(qū)動程序的設(shè)計與實現(xiàn)[J];電子技術(shù);2002年04期

3 卞和營;楊承;;現(xiàn)場總線控制系統(tǒng)FCS必將取代集散型控制系統(tǒng)DCS[J];甘肅科技;2006年07期

4 曹正明;;關(guān)于工業(yè)以太網(wǎng)在工業(yè)控制中的應(yīng)用探討[J];黑龍江科技信息;2010年25期

5 馬學(xué)文,朱名日,程小輝;嵌入式系統(tǒng)中Bootloader的設(shè)計與實現(xiàn)[J];計算機工程;2005年07期

6 徐成;曾祺;楊科華;彭康;;嵌入式系統(tǒng)輕量級GUI的設(shè)計與實現(xiàn)[J];科學(xué)技術(shù)與工程;2007年13期

7 樊海紅;;利用單片機內(nèi)部定時器的程序運行監(jiān)視保護[J];聲學(xué)與電子工程;2006年02期

8 張占龍;計算機控制系統(tǒng)的發(fā)展[J];渝州大學(xué)學(xué)報(自然科學(xué)版);1999年03期

9 祁國梁;付明陽;王建曉;;基于單片機的以太網(wǎng)串口服務(wù)器原理[J];自動化與儀表;2007年04期

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

1 白晶晶;基于LM3S8962的串口通訊服務(wù)器的設(shè)計[D];內(nèi)蒙古大學(xué);2011年

2 吳幫明;高速列車跟蹤試驗監(jiān)測系統(tǒng)設(shè)計與實現(xiàn)[D];西南交通大學(xué);2011年

3 曹s,

本文編號:2170344


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

本文鏈接:http://sikaile.net/kejilunwen/jisuanjikexuelunwen/2170344.html


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

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