博碩士論文 104522010 詳細資訊




以作者查詢圖書館館藏 以作者查詢臺灣博碩士 以作者查詢全國書目 勘誤回報 、線上人數:53 、訪客IP:3.145.74.215
姓名 施宇謙(Yu-Chien Shih)  查詢紙本館藏   畢業系所 資訊工程學系
論文名稱 現場總線網路精密時間同步晶片設計與實作
(Design and Implementation of Precision Time Protocol Chip for Serial Fieldbus Network)
相關論文
★ 整合GRAFCET虛擬機器的智慧型控制器開發平台★ 分散式工業電子看板網路系統設計與實作
★ 設計與實作一個基於雙攝影機視覺系統的雙點觸控螢幕★ 智慧型機器人的嵌入式計算平台
★ 一個即時移動物偵測與追蹤的嵌入式系統★ 一個固態硬碟的多處理器架構與分散式控制演算法
★ 基於立體視覺手勢辨識的人機互動系統★ 整合仿生智慧行為控制的機器人系統晶片設計
★ 嵌入式無線影像感測網路的設計與實作★ 以雙核心處理器為基礎之車牌辨識系統
★ 基於立體視覺的連續三維手勢辨識★ 微型、超低功耗無線感測網路控制器設計與硬體實作
★ 串流影像之即時人臉偵測、追蹤與辨識─嵌入式系統設計★ 一個快速立體視覺系統的嵌入式硬體設計
★ 即時連續影像接合系統設計與實作★ 基於雙核心平台的嵌入式步態辨識系統
檔案 [Endnote RIS 格式]    [Bibtex 格式]    [相關文章]   [文章引用]   [完整記錄]   [館藏目錄]   [檢視]  [下載]
  1. 本電子論文使用權限為同意立即開放。
  2. 已達開放權限電子全文僅授權使用者為學術研究之目的,進行個人非營利性質之檢索、閱讀、列印。
  3. 請遵守中華民國著作權法之相關規定,切勿任意重製、散佈、改作、轉貼、播送,以免觸法。

摘要(中) 智慧工廠終端製造設備需整合大量且分散的感測器和致動器,透過現場總線網路進行即時控制和即時資料收集。精密時間同步為工業現場總線網路提供精密且一致的時間戳記,讓所有終端裝置得以即時且同步的運作。典型的運動控制對於時間同步誤差要求必須至少在1微秒以內,然而作為現今自動化設備主流的Modbus現場總線,因為缺乏精密時間同步機制,在分散式協同運動控制的應用上受到很大的局限。本論文參考IEEE 1588標準協定,設計一個基於Modbus協定的精密時間同步晶片,通過Modbus封包傳遞同步封包。精密時間同步除了考量到主從時鐘的時間偏移量和封包的傳輸時間延遲,還針對系統比例誤差進行修正。精密時間同步晶片整合在Modbus現場總線,透過Modbus功能碼的擴充實現系統時間同步,此一晶片每秒進行一次同步,可讓系統時間誤差達到42奈秒,可滿足工業運動控制的精密時間要求。
摘要(英) Smart factory cooperate with a lot and distributed sensors and actuators to realize real-time control and data collection under the fieldbus network. Precision Time Protocol(PTP) is used to synchronize clocks throughout an industrial fieldbus network. It achieves clock accuracy in the sub-microsecond range, making it suitable for motion control systems. Nowadays, Modbus is the primary fieldbus network protocol for automated industrial device. However, the industrial application of Modbus is limited in distributed cooperative motion control because of its lack of time synchronization mechanism. Therefore, we design a PTP chip for Modbus based on IEEE 1588 standard. And the synchronous packets are transmitted via Modbus packets. Besides the time offset between master clock and slave clock, PTP also takes transmission delay into account. In addition, the system error is adjusted by proportional controller. PTP chip is integrated on Modbus through the expansion of function code and it synchronize clocks of network system once per second. Time synchronization accuracy of PTP chip is up to 42 nanoseconds, it is satisfied with the industrial motion control.
關鍵字(中) ★ 現場總線
★ 時間同步
關鍵字(英) ★ Modbus
★ fieldbus
★ PTP
論文目次 摘要 I
目錄 II
圖目錄 VI
表目錄 IX
第一章、緒論 1
1.1 研究背景 1
1.2 研究目的 2
1.3 論文架構 3
第二章、相關技術回顧 4
2.1 Modbus現場總線通訊協定 4
2.2 精密時間同步協定 7
2.2.1 IEEE 1588協定 7
2.2.2 PTP原理 8
2.2.3 PTP封包格式 9
2.3 PID控制器 12
第三章、精密時間同步演算法設計 14
3.1 PTP封包格式 14
3.2 時間同步校正流程 15
3.2.1 時間偏移量 16
3.2.2 傳輸時間延遲 17
3.2.3 比例誤差 19
3.3 四階段封包發送 21
第四章、系統實作 23
4.1 嵌入式系統設計方法論 23
4.1.1 IDEF0 23
4.1.2 Grafcet離散事件建模 25
4.2 高精度串列通訊現場總線 25
4.2.1 Modbus網路系統 26
4.2.2 精密時間同步模組 27
4.3 精密時間同步模組階層式架構設計 28
4.3.1 精密時間同步模組 29
4.3.2 主控端模組 30
4.3.3 從屬端模組 30
4.4 精密時間同步模組離散事件建模 31
4.4.1 主控端傳送模組 32
4.4.2 主控端接收模組 32
4.4.3 從屬端傳送模組 33
4.4.4 從屬端接收模組 34
4.5 系統模組控制器 35
4.5.1 Modbus硬體控制器 35
4.5.2 PTP模組內部控制器 36
4.6 硬體合成 37
第五章、實驗 40
5.1 硬體開發與測試環境 40
5.1.1 FPGA開發平台 40
5.1.2 MCU測試平台 41
5.1.3 RS-485晶片 41
5.2 系統功能驗證 42
5.2.1 時間同步封包傳輸 42
5.3 效能驗證 45
5.3.1 時脈產生器誤差測量 45
5.3.2 比例控制器係數調整 46
5.3.3 精密時間同步誤差實測 47
5.4 多軸馬達運動控制應用 49
第六章、結論與未來展望 55
6.1 結論 55
6.2 未來展望 56
參考文獻 57
參考文獻 [1] M. Hermann, T. Pentek, and B. Otto, "Design principles for industrie 4.0 scenarios," in System Sciences (HICSS), 2016 49th Hawaii International Conference on, 2016, pp. 3928-3937: IEEE.
[2] R. Baheti and H. Gill, "Cyber-physical systems," The impact of control technology, vol. 12, pp. 161-166, 2011.
[3] F. Xia, L. T. Yang, L. Wang, and A. Vinel, "Internet of things," International Journal of Communication Systems, vol. 25, no. 9, p. 1101, 2012.
[4] P. Waurzyniak, "Why manufacturing needs real-time data collection," Manufacturing Engineering, pp. 53-61, 2015.
[5] M. Felser, "The fieldbus standards: History and structures," Technology Leadership Day, 2002.
[6] I. Modicon, "Modicon modbus protocol reference guide," North Andover, Massachusetts, pp. 28-29, 1996.
[7] I. Standard, "11898: Road Vehicles—Interchange of Digital Information—Controller Area Network (CAN) for High-Speed Communication," International Standards Organization, Switzerland, 1993.
[8] J. Eidson and K. Lee, "IEEE 1588 standard for a precision clock synchronization protocol for networked measurement and control systems," in Sensors for Industry Conference, 2002. 2nd ISA/IEEE, 2002, pp. 98-105: IEEE.
[9] D. L. Mills, "Internet time synchronization: the network time protocol," IEEE Transactions on communications, vol. 39, no. 10, pp. 1482-1493, 1991.
[10] D. L. Mills, "Simple network time protocol (SNTP) version 4 for IPv4, IPv6 and OSI," 2006.
[11] T. Inc., AN-1728 IEEE 1588 Precision Time Protocol Time Synchronization Performance. Texas Inc., 2013.
[12] "IEEE Standard for a Precision Clock Synchronization Protocol for Networked Measurement and Control Systems," IEEE Std 1588-2008 (Revision of IEEE Std 1588-2002), pp. 1-300, 2008.
[13] K. Correll, N. Barendt, and M. Branicky, "Design considerations for software only implementations of the IEEE 1588 precision time protocol," in Conference on IEEE, 2005, vol. 1588, pp. 11-15.
[14] Y. Li, K. H. Ang, and G. C. Chong, "Patents, software, and hardware for PID control: an overview and analysis of the current art," IEEE Control Systems, vol. 26, no. 1, pp. 42-54, 2006.
[15] C.-H. Chen, M.-Y. Lin, and X.-C. Guo, "High-level modeling and synthesis of smart sensor networks for Industrial Internet of Things," Computers & Electrical Engineering, vol. 61, pp. 48-66, 2017.
[16] T. Inc., DE10-Lite User Manual. Terasic Inc., 2003-2017.
[17] T. Inc., High Output RS-485 Tranceivers Datasheet. Texas Inc., 2009.
[18] M. Hermann, T. Pentek, and B. Otto, "Design Principles for Industrie 4.0 Scenarios," in 2016 49th Hawaii International Conference on System Sciences (HICSS), 2016, pp. 3928-3937.
指導教授 陳慶瀚 審核日期 2017-11-20
推文 facebook   plurk   twitter   funp   google   live   udn   HD   myshare   reddit   netvibes   friend   youpush   delicious   baidu   
網路書籤 Google bookmarks   del.icio.us   hemidemi   myshare   

若有論文相關問題,請聯絡國立中央大學圖書館推廣服務組 TEL:(03)422-7151轉57407,或E-mail聯絡  - 隱私權政策聲明