博碩士論文 111552021 詳細資訊




以作者查詢圖書館館藏 以作者查詢臺灣博碩士 以作者查詢全國書目 勘誤回報 、線上人數:100 、訪客IP:3.137.220.166
姓名 黃世銘(Shih-Ming Huang)  查詢紙本館藏   畢業系所 資訊工程學系在職專班
論文名稱 SMT 機聯網 SEMI SMT-ELS A2 水平通訊 軟體開發
(Implementation of the Software Based on the Horizontal Communication of SMT-ELS)
相關論文
★ 整合GRAFCET虛擬機器的智慧型控制器開發平台★ 分散式工業電子看板網路系統設計與實作
★ 設計與實作一個基於雙攝影機視覺系統的雙點觸控螢幕★ 智慧型機器人的嵌入式計算平台
★ 一個即時移動物偵測與追蹤的嵌入式系統★ 一個固態硬碟的多處理器架構與分散式控制演算法
★ 基於立體視覺手勢辨識的人機互動系統★ 整合仿生智慧行為控制的機器人系統晶片設計
★ 嵌入式無線影像感測網路的設計與實作★ 以雙核心處理器為基礎之車牌辨識系統
★ 基於立體視覺的連續三維手勢辨識★ 微型、超低功耗無線感測網路控制器設計與硬體實作
★ 串流影像之即時人臉偵測、追蹤與辨識─嵌入式系統設計★ 一個快速立體視覺系統的嵌入式硬體設計
★ 即時連續影像接合系統設計與實作★ 基於雙核心平台的嵌入式步態辨識系統
檔案 [Endnote RIS 格式]    [Bibtex 格式]    [相關文章]   [文章引用]   [完整記錄]   [館藏目錄]   至系統瀏覽論文 (2029-6-7以後開放)
摘要(中) 隨著科技日新月異的發展,以及電子產品市場需求的激增,工業4.0時代已然來臨,設備之間的資訊交換與協作,無疑變得更加重要且不可或缺。本研究運用MIAT方法論,設計系統的整體架構,建構系統的IDEF0功能模組,並針對每一個功能模組,均進行了離散事件的模型建構,創建出了Grafcet模型,最終完成軟體的高階合成。本研究基於SEMI SMT-ELS A1/A1.1協定規範,主要開發SEMI SMT-ELS A2中所提及的主機與設備間,以及設備與設備間的水平通訊功能應用。透過實現連線狀態管理、MD參考模式管理、生產線路線規格管理以及MD傳送等四大核心功能,降低了企業的人力成本支出,同時也提升生產效率,為企業在激烈競爭的市場環境中,贏得更強大的競爭實力。有賴於標準化的通訊協定以及智慧化的管理功能,該軟體大幅降低人工逐一設定各設備的繁瑣工作,顯著優化整體生產流程,為企業節省大量人力成本開支。本研究成果可以幫助企業應對工業4.0帶來的嚴峻挑戰,還幫助SMT製程促進標準化統一,對於提升印刷電路板生產效率及品質控制,實具重大意義,是推動印刷電路板行業實現升級轉型重要的驅動力。
摘要(英) With the rapid development of technology and the increasing demand in the electronic product market, the era of Industry 4.0 has arrived. The exchange and collaboration of information between equipment have become increasingly important and indispensable. This study employs the MIAT methodology to design the overall system architecture, construct the IDEF0 functional modules of the system, and develop discrete event models for each functional module, creating Grafcet models, ultimately achieving the high-level synthesis of the software. Based on the SEMI SMT-ELS A1/A1.1 protocol specifications, this study primarily focuses on developing the horizontal communication functions between hosts and equipment as outlined in SEMI SMT-ELS A2, as well as the communication functions between equipment. By implementing core functions such as connection status management, MD reference mode management, production line route specification management, and MD transmission, the system reduces the enterprise′s labor costs and improves production efficiency. This enables companies to gain a stronger competitive edge in the fiercely competitive market environment. Thanks to standardized communication protocols and intelligent management functions, the software significantly reduces the tedious work of manually setting up each device, optimizes the overall production process, and saves a significant amount of labor costs for the enterprise. The research results can help companies address the challenges brought by Industry 4.0 and promote standardization and unity in the Surface Mount Technology (SMT) process. This is of great significance for improving the efficiency of printed circuit board production and quality control, serving as a key driver in advancing the upgrade and transformation of the printed circuit board industry. 
關鍵字(中) ★ SMT-ELS
★ 機聯網
★ SEMI SMT-ELS A2
★ SEMI SMT-ELS A2 水平通訊
關鍵字(英)
論文目次 摘要 ii
Abstract iii
謝誌 iv
目錄 v
圖目錄 vii
表目錄 xi
第一章、緒論 1
1.1 研究背景 1
1.2 研究目的 3
1.3 論文架構 3
第二章、技術回顧 5
2.1 Machine to machine 5
2.2 Socket API 5
2.3 SEMI SMT-ELS協定 10
2.3.1 SEMI SMT-ELS A1/1.1協定內容 10
2.3.2 生產線預期控制方案 12
2.3.3 設備預期控制方案 13
2.3.4 垂直通訊和水平通訊 14
2.3.5 SEMI SMT-ELS A2協定內容 16
2.3.6 SEMI SMT-ELS A2垂直通訊和水平通訊應用 17
2.4 MIAT方法論 22
2.4.1 IDEF0階層式架構 23
2.4.2 GRAFCET離散事件建模 25
2.4.3 高階軟體合成 27
第三章、系統架構 31
3.1 通用數據水平通訊之連線架構 31
3.2 通用數據水平通訊模組階層式系統設計 33
3.3 SEMI SMT-ELS A2模組離散事件建模 36
第四章、軟體驗證 45
4.1 實驗環境 45
4.2 驗證流程設計 46
4.2.1 水平通訊連線管理HC Connection Management實例 48
4.2.2 MD參考模式管理MD Reference Mode Management實例 56
4.2.3 路線規格管理Route Specification Management實例 62
4.2.4 傳送MD實例 70
4.2.5 SMT流水線生產情境驗證 75
第五章、結論與未來展望 82
5.1 結論 82
5.2 未來展望 83
參考文獻 84
附錄 86
參考文獻 [1] Y. Shen, H. Wang, F. Blaabjerg, H. Zhao, and T. Long, “Thermal Modeling and Design Optimization of PCB Vias and Pads,” IEEE Transactions on Power Electronics, vol. 35, no. 1, pp. 882–900, 2019.
[2] C. L. S. C. Fonseka, and J. A. K. S. Jayasinghe, “Implementation of an Automatic Optical Inspection System for Solder Quality Classification of THT Solder Joints,” IEEE Transactions on Components, Packaging and Manufacturing Technology, vol. 9, no. 2, pp. 353–366, 2018.
[3] C. Xu, X. Yang, Z. He, J. Qiu, and H. Gao, “Precise Positioning of Circular Mark Points and Transistor Components in Surface Mounting Technology Applications,” IEEE Transactions on Industrial Informatics, vol. 17, no. 4, pp. 2534–2544, 2021.
[4] T. C. Chan “The Development of Smart Manufacturing and Cases Study in Taiwan, 2018 IEEE International Conference on Advanced Manufacturing (ICAM), 2019.
[5] J. Leng, S. Ye, M. Zhou, J. L. Zhao, Q. Liu, W. Guo, W. Cao, and L. Fu, “Blockchain- Secured Smart Manufacturing in Industry 4.0: A Survey,” IEEE Transactions on Systems, Man, and Cybernetics: Systems, vol. 51, no. 1, pp. 237–252, 2021.
[6] P. Franco, J. M. Martínez, Y. C. Kim, and M. A. Ahmed, “IoT Based Approach for Load Monitoring and Activity Recognition in Smart Homes,” IEEE Access, vol. 9, pp. 45325–45339, 2021.
[7] C. Chen, L. Lyu, S. Zhu, and X. Guan, “On-Demand Transmission for EdgeAssisted Remote Control in Industrial Network Systems,” IEEE Transactions on Industrial Informatics, vol. 16, no. 7, pp. 4842–4854, 2020.
[8] Y. Sun, J. Liu, K. Yu, M. Alazab, and K. Lin, “PMRSS: Privacy-Preserving Medical Record Searching Scheme for Intelligent Diagnosis in IoT Healthcare,” IEEE Transactions on Industrial Informatics, vol. 18, no. 3, pp. 1981–1990, 2022.
[9] S. Telawi, A. Hayek, and J. Börcsök, “Safe Detection of Wheels Spinning and Sliding in Vehicles,” IEEE Transactions on Vehicular Technology, vol. 71, no. 9, pp. 9410–9421, 2022.
[10] B. Bajic, A. Rikalovic, N. Suzic, and V. Piuri, “Industry 4.0 Implementation Challenges and Opportunities: A Managerial Perspective,” IEEE Systems Journal, vol. 15, no. 1, pp. 546–559, 2021.
[11] A. Praseed, and P. S. Thilagam, “DDoS Attacks at the Application Layer: Challenges and Research Perspectives for Safeguarding Web Applications,” IEEE Communications Surveys & Tutorials, vol. 21, no. 1, pp. 661–685, 2019.
[12] J. Stój, “Cost-Effective Hot-Standby Redundancy With Synchronization Using EtherCAT and Real-Time Ethernet Protocols,” IEEE Transactions on Automation Science and Engineering, vol. 18, no. 4, pp. 2035–2047, 2021.
[13] A. Praseed, and P. S. Thilagam, “DDoS Attacks at the Application Layer: 77 Challenges and Research Perspectives for Safeguarding Web Applications,” IEEE Communications Surveys & Tutorials, vol. 21, no. 1, pp. 661–685, 2019.
[14] J. Montalban, R. Cabrera, E. Iradier, P. Angueira, Y. Wu, L. Zhang, W. Li, and Z. Hong, “Broadcast Core-Network: Converging Broadcasting With the Connected World,” IEEE Transactions on Broadcasting, vol. 67, no. 3, pp. 558–569, 2021.
[15] H. Si, C. Sun, B. Chen, L. Shi, and H. Qiao, “Analysis of Socket Communication Technology Based on Machine Learning Algorithms Under TCP/IP Protocol in Network Virtual Laboratory System,” IEEE Access, vol. 7, pp. 80453–80464, 2019.
[16] S. Ding, and X. Wang, “Medical Remote Monitoring of Multiple Physiological Parameters Based on Wireless Embedded Internet,” IEEE Access, vol. 8, pp. 78279–78292, 2020.
[17] 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 and Electrical Engineering, vol. 61, pp. 48-66, 2017.
[18] J. A. B. Montevechi, F. Leal, A. F. de Pinho, R. F. Costa, M. L. M. de Oliveira, and A. L. F. Silva. “Conceptual Modeling in Simulation Projects by Mean Adapted IDEF: An Application in a Brazilian Tech Company.” in Proceedings of the 2010 Winter Simulation Conference, 2010, pp. 1624-1635.
[19] R. David, “Grafcet a Powerful Tool for Specification of Logic Controllers, ”IEEE, Transactions on Control Systems Technology, vol. 3, pp. 253 268, September 1995.
[20] C. H. Chen, M. Y. Lin, Xing-Chen Guo, “High Performance Fieldbus Application- Specific Integrated Circuit Design for Industrial Smart Sensor Networks, ” Journal of Supercomputing, September 2018, Vol.74, No.9, pp 4451-4469.
[21] R. Julius, M. Schürenberg, F. Schumacher, and A. Fay. “Transformation of GRAFCET to PLC Code Including Hierarchical Structures.” Control Engineering Practice, vol. 64, pp. 173-194, 2017.
指導教授 陳慶瀚(Ching-han Chen) 審核日期 2024-6-12
推文 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聯絡  - 隱私權政策聲明