IEEE 1394串行總線及其在工業(yè)運用中的示例
發(fā)布時間:2021-07-22 17:56
隨著科技的不斷發(fā)展,我們的世界正在進(jìn)入一個數(shù)字化的時代。數(shù)字信息正逐步取代傳統(tǒng)的圖像和音頻信息。這種信息模式既保證了信息傳輸?shù)馁|(zhì)量也使其更加便利。目前,高速的數(shù)字通訊模式被廣泛采用。但是,隨著用戶越來越高的要求,大多數(shù)通信接口的傳輸速度已經(jīng)滿足不了用戶的需要。作為一個支持傳輸速度高達(dá)400Mbps且支持熱插拔以及同步異步兩種通信模式的高速串行總線標(biāo)準(zhǔn),IEEE 1394通信協(xié)議在接口市場起到越來越大的作用。同時,工業(yè)生產(chǎn)也希望運用它來提高生產(chǎn)的效率。本文來自由ASM太平洋科技有限公司提供的“FireWire Software Design”課題。它的主要目的是掌握IEEE 1394通信的原理并且對將其應(yīng)用于工業(yè)實際運用中的可行性及可靠性進(jìn)行預(yù)研。本文集中關(guān)注IEEE 1394兩種通信模式的性能并考慮其小型區(qū)域網(wǎng)絡(luò)的構(gòu)建。同時,還會采用液冷系統(tǒng)的數(shù)據(jù)進(jìn)行工業(yè)現(xiàn)場中上下位機的異步通信,以次作為IEEE 1394在工業(yè)運用中的示例并借此觀察其傳輸?shù)男阅。由于預(yù)算的限制,本文主要研究IEEE 1394異步通信方式。本文內(nèi)容包括以下幾個方面:1)簡單描述并比較各種流行的串行總線;2)詳細(xì)說明了I...
【文章來源】:哈爾濱工業(yè)大學(xué)黑龍江省 211工程院校 985工程院校
【文章頁數(shù)】:53 頁
【學(xué)位級別】:碩士
【文章目錄】:
ABSTRACT
摘要
LIST OF TABLES
LIST OF FIGURES
1. INTRODUCTION
1.1 Background
1.2 Compare with other serial bus
1.2.1 1394 bus
1.2.2 USB bus
1.2.3 TIA/EIA 232 bus
1.2.4 TIA/EIA 422 bus
1.2.5 TIA/EIA 485 bus
1.2.6 HDLC
1.3 Analysis of different buses and alternatives
2. 1394 BASIC STRUCTURE OUTLINE
2.1 The basic protocol layers
2.2 Open Host Controller
2.3 Bus communication
2.3.1 Two communication types
2.3.2 Major step of data transmission with IEEE 1394 devices
2.4 Arbitration
2.4.1 Asynchronous Arbitration
2.4.2 Isochronous Arbitration
2.5 Bus automatic configuration
2.5.1 Bus reset (Initialization)
2.5.2 Tree identification
2.5.3 Self identification
2.6 Bus management
2.7 Summary
3. TEST FOR ASYNCHRONOUS TRANSFER
3.1 Asynchronous data transfer principle
3.2 Hardware of the experiment
3.3 Main step of experiment of asynchronous transmission
3.3.1 OHCI initialization
3.3.2 ASY data packet transfer
3.3.3 Data emendation and retry code
3.4 Destination ID in asynchronous packet
3.5 Result and analysis
3.6 Summary
4. DEMONSTRATION
4.1 Liquid cooling system description
4.2 Data transmission of the system description
4.2.1 Structure of the data transmission
4.2.2 Blocks in Software design descriptions
4.3 IEEE 1394 local network structure
4.4 Summary
5. CONCLUSION
REFERENCES
【參考文獻(xiàn)】:
期刊論文
[1]1394接口在嵌入式系統(tǒng)上的設(shè)計和實現(xiàn)[J]. 曹松,李慧軍,惠平. 數(shù)據(jù)采集與處理. 2004(03)
[2]IEEE 1394高速串行總線及其應(yīng)用[J]. 龔東磊,胡繼波. 計算機工程. 2002(11)
[3]新的PC外設(shè)接口──設(shè)備插架技術(shù)與USB/IEEE 1394[J]. 陳向東. 電子科技. 1998(08)
[4]劃時代的IEEE 1394[J]. 海盜. 電腦. 1997(09)
[5]IEEE 1394傳輸原理[J]. 張小英,居悌. 微機發(fā)展. 1997(02)
本文編號:3297620
【文章來源】:哈爾濱工業(yè)大學(xué)黑龍江省 211工程院校 985工程院校
【文章頁數(shù)】:53 頁
【學(xué)位級別】:碩士
【文章目錄】:
ABSTRACT
摘要
LIST OF TABLES
LIST OF FIGURES
1. INTRODUCTION
1.1 Background
1.2 Compare with other serial bus
1.2.1 1394 bus
1.2.2 USB bus
1.2.3 TIA/EIA 232 bus
1.2.4 TIA/EIA 422 bus
1.2.5 TIA/EIA 485 bus
1.2.6 HDLC
1.3 Analysis of different buses and alternatives
2. 1394 BASIC STRUCTURE OUTLINE
2.1 The basic protocol layers
2.2 Open Host Controller
2.3 Bus communication
2.3.1 Two communication types
2.3.2 Major step of data transmission with IEEE 1394 devices
2.4 Arbitration
2.4.1 Asynchronous Arbitration
2.4.2 Isochronous Arbitration
2.5 Bus automatic configuration
2.5.1 Bus reset (Initialization)
2.5.2 Tree identification
2.5.3 Self identification
2.6 Bus management
2.7 Summary
3. TEST FOR ASYNCHRONOUS TRANSFER
3.1 Asynchronous data transfer principle
3.2 Hardware of the experiment
3.3 Main step of experiment of asynchronous transmission
3.3.1 OHCI initialization
3.3.2 ASY data packet transfer
3.3.3 Data emendation and retry code
3.4 Destination ID in asynchronous packet
3.5 Result and analysis
3.6 Summary
4. DEMONSTRATION
4.1 Liquid cooling system description
4.2 Data transmission of the system description
4.2.1 Structure of the data transmission
4.2.2 Blocks in Software design descriptions
4.3 IEEE 1394 local network structure
4.4 Summary
5. CONCLUSION
REFERENCES
【參考文獻(xiàn)】:
期刊論文
[1]1394接口在嵌入式系統(tǒng)上的設(shè)計和實現(xiàn)[J]. 曹松,李慧軍,惠平. 數(shù)據(jù)采集與處理. 2004(03)
[2]IEEE 1394高速串行總線及其應(yīng)用[J]. 龔東磊,胡繼波. 計算機工程. 2002(11)
[3]新的PC外設(shè)接口──設(shè)備插架技術(shù)與USB/IEEE 1394[J]. 陳向東. 電子科技. 1998(08)
[4]劃時代的IEEE 1394[J]. 海盜. 電腦. 1997(09)
[5]IEEE 1394傳輸原理[J]. 張小英,居悌. 微機發(fā)展. 1997(02)
本文編號:3297620
本文鏈接:http://www.sikaile.net/kejilunwen/jisuanjikexuelunwen/3297620.html
最近更新
教材專著