跳到主要內容

臺灣博碩士論文加值系統

(44.192.92.49) 您好!臺灣時間:2023/06/08 06:45
字體大小: 字級放大   字級縮小   預設字形  
回查詢結果 :::

詳目顯示

我願授權國圖
: 
twitterline
研究生:吳憲宜
研究生(外文):Hsien-Yi Wu
論文名稱:以CORBA為基礎的晶圓廠製造執行系統設計之研究
論文名稱(外文):A Study of Designing a CORBA-based Manufacturing Execution System to Wafer Fab
指導教授:饒忻饒忻引用關係
指導教授(外文):Hsin Rau
學位類別:碩士
校院名稱:中原大學
系所名稱:工業工程學系
學門:工程學門
學類:工業工程學類
論文種類:學術論文
論文出版年:1999
畢業學年度:87
語文別:中文
論文頁數:95
中文關鍵詞:製造執行系統共通物件請求仲介架構物件導向技術統一模式語言
外文關鍵詞:MESCORBAObject-oriented techniqueUML
相關次數:
  • 被引用被引用:1
  • 點閱點閱:148
  • 評分評分:
  • 下載下載:0
  • 收藏至我的研究室書目清單書目收藏:0
半導體製造業長久以來均以縮短生產週期、降低生產成本、增加生產製造彈性、提高設備使用率、增進品質及產品追蹤等為製造目標。由於半導體之製程非常複雜,因此需要有更好的管理資訊系統與生產自動化技術來輔助完成其目標,製造執行系統(MES)正好符合此需求。
本研究根據OMG所制訂之CORBA規格為基礎,探討如何有效率地建構一個分散可整合式的製造執行系統。經由分析探討的結果,得到一個適當且具效率的分散式CORBA架構;再以此分散式CORBA架構作為發展MES系統的基礎,提出CORBA-based MES系統的建構流程。首先使用統一模式語言(UML)進行系統需求分析與物件類別模型建立,設計MES的物件系統;再以CORBA規格的介面定義語言(IDL)設計分散式物件介面;最後再將MES系統分析與設計的結果,使用CORBA軟體VisiBroker for Java實作 CORBA-based MES系統,建構一分散可整合式製造執行系統。本研究以WIP Tracking 模組為例進行設計驗證。
Shortening cycle time, decreasing production cost, increasing manufacturing flexibility, increasing equipment utilization, and promoting quality are the main goals of the production management for semiconductor manufacturing plants. Due to the complexity of wafer fabrication processes, there is a need for providing management information systems working with automated manufacturing systems. Manufacturing execution system(MES)is suitable for this requirement.
This study adopts the CORBA technology developed by the OMG, as a framework for developing a MES. This study also analyzes various distributed architectures for providing the best one for the MES. Then, based on the best architecture, a procedure for building the CORBA-based MES is proposed. First, this study uses the Unified Modeling Language (UML) to perform system analysis and design in order to develop a MES object system. Then, this research uses the Interface Definition Language (IDL) to design the distributed object interface. Finally, following the results of MES analysis and design and using the CORBA software called VisiBroker for Java, a CORBA-based MES can be implemented. This study chooses the WIP tracking module as an example to illustrate the design of a CORBA-based MES.
第一章 緒論………………………………………………………1
1.1 研究背景與動機……………………………………………1
1.2 研究目的……………………………………………………2
1.3 研究方法與架構……………………………………………3
1.4 章節概要……………………………………………………4
第二章 文獻探討…………………………………………………6
2.1 製造執行系統………………………………………………6
2.1.1 製造執行系統之演進…………………………………6
2.1.2 製造執行系統之定義…………………………………7
2.1.3 MES與規劃層及控制層之關係……………………….8
2.1.4 MES的功能模組……………………………………….9
2.1.5 MES相關軟體…………………………………………11
2.2分散式物件架構……………………………………………13
2.3 CORBA與DCOM………………………………………………15
2.3.1 OMG的物件管理架構…………………………………15
2.3.2 微軟的DCOM架構…………………………………….17
2.3.3 CORBA與DCOM的比較………………………………..18
2.4 CORBA的應用………………………………………………20
2.5 文獻探討結論…………………………………………….22
第三章 分散式物件技術CORBA………………………………….23
3.1 ORB之角色與功用…………………………………………23
3.2 ORB的標準結構……………………………………………24
3.3 分散式物件與ORB介面之互動關係………………………26
3.4 CORBA程式設計……………………………………………28
3.5 總結與討論……………………………………………….30
第四章 CORBA-based MES系統之分散式架構探討…………….31
4.1集中式處理系統與分散式處理系統的比較與探討……..31
4.1.1 一部機台之比較與探討…………………………….34
4.1.2 二部機台之比較與探討…………………………….36
4.1.3 四部機台之比較與探討…………………………….38
4.1.4 總結討論…………………………………………….40
4.2 四種分散式處理架構的比較與探討…………………….42
4.2.1 四部機台之比較與探討…………………………….46
4.2.2 八部機台之比較與探討…………………………….49
4.2.3 十六部機台之比較與探討………………………….53
4.2.4 三十二部機台之比較與探討……………………….56
4.2.5 總結討論…………………………………………….60
第五章 CORBA-based MES系統建構………………………………62
5.1功能需求分析……………………………………………….62
5.1.1 訂定預期達成功能……………………………………62
5.1.2 系統需求掌握…………………………………………64
5.2 建立分析模型………………………………………………67
5.3 建立物件類別模型…………………………………………68
5.3.1 活動事件分析…………………………………………68
5.3.2 辨識屬性與方法………………………………………70
5.4 辨識物件類別間傳送的訊息………………………………73
5.5 設計分散式物件介面………………………………………77
5.6 建立分散式物件系統架構…………………………………81
5.7 整合分散式CORBA架構與分散式物件系統架構………….82
5.8 CORBA-based MES系統之建構流程……………………….84
5.9 WIP Tracking實例設計……………………………………85
5.10 WIP Tracking系統實行………………………………….87
第六章 結論與未來展望………………………………………….91
6.1結論………………………………………………………….91
6.2未來展望…………………………………………………….92
參考文獻…………………………………………………………..93
[1] Baliga, J., 1997, Advances in MES : Complying With the CIM Framework, Semiconductor International, January, 69~76
[2] Berson, A., 1994, Client/Server Architecture, McGraw-Hill
[3] Bob, H., 1993, MESs on the Road Total Quality in the Process Industries, I&CS, 61~69
[4] Brockschmidt, K., 1995, Inside OLE, Microsoft Press
[5] Chance, C., 1994, MES and DCS Combo Helps Plants Meet Compliance, Cost, Quality and Service Goals, Chiltons’s I&CS ( Instrumentation & Control System), 67, No.10, 123~129
[6] Deuel, A. C., 1994, Benefits of a MES for Plant wide Automation, ISA Transactions, 33, No.2, 113~124
[7] Doering R., 1994 , The MMST Program: An Overview, Solid State Technology, January
[8] Esch, J., 1995, Real-time Manufacturing Execution Systems Bridge the Gap Between Planning and the Plant Floor, BYTE, December, 67~75
[9] Ewald, A., Roy, M., 1996, Choosing Between CORBA and DCOM, Object Magazine, October
[10] Hakanson, B., 1996, MES stands for manufacturing improvements, IIE Solutions, 28, No.2, 26~28
[11] Kamrani, Ali K., K. Kamran, and P. E. Kamrani, 1993, Manufacturing Enterprise Integration Using Hierarchical Control and Distributed Database, Computers and Industrial Engineering, 25, No.1-4, 581~584
[12] Kuhl, F., 1997, A CORBA framework for distributed simulation, JOOP, 18~23
[13] MacDonald, A., 1993, MESs Help Drive Competitive Gains in Discrete Industries, I&CS, 32~45
[14] Manufacturing Execution Systems Association, 1997, White Paper Number 2: MES Functionalities and MRP to MES Data Flow Possibilities, 6-7
[15] McGehee, J., Hebley, J., and Mahaffey, J., 1994, The MMST Computer Integrated Manufacturing System Framework, IEEE Transaction on Semiconductor Manufacturing, 7, No.2, 107~115
[16] Ming, L., Xiaojong, Y., Mitchell, T., Shuzi, Y., 1998,Design an intelligent machine center-strategy and practice , Mechatronics, 8, 271~285
[17] Mowbray, Z., 1995, The Essential CORBA: System Integration Using Distributed Objects, New York: John Wiley and Sons, Inc.
[18] Object Management Group, 1998, The Common Object Request Broker : Architecture and Specification, Revision 2.2, MA:Object Management Group
[19] Object Management Group, 1997, CORBA services: Common Object Services Specification, MA:Object Management Group
[20] Orfali, R., Harkey, D. and Edwards, T., 1996, The Essential Distributed Objects Survival Guide, New York: John Wiley and Sons, Inc.
[21] Orfali, R., Harkey, D., 1998, Client/Server Programming with JAVA and CORBA, New York: John Wiley and Sons, Inc.
[22] Pleinevaux, P., 1997, CCE : the CIME Computing Environment, INT. J. Computer Integrated Manufacturing, 1997, 10, No.1-4, 117~125
[23] Scott, D., 1996,Compartive Advantage Through Manufacturing Execution Systems, IEEE/SEMI Advanced Semiconductor Manufacturing Conference, 179~184
[24] SEMATECH, 1996, SEMATECH Computer Integrated Manufacturing (CIM) Framework Architecture Concepts, Principles, and Guidelines, version 0.7, SEMATECH Technology Transfer# 96123214A-ENG, SEMATECH
[25] Taylor D., 1992, Object Oriented Information Systems, New York: John Wiley and Sons, Inc.
[26] Veeramani, D., B. Bhargava, and M. M. Barash, 1993, Information System Architecture for Heterachical Control of Large FMSs, Computer Integrated Manufacturing Systems, 6, No.2, 76~92
[27] 沈學琪,鄭芳田,鄧俊彥,黃富鴻,1997,以分散式物件導向技術發展電腦整合製造系統架構,第十屆全國自動化科技研討會,10月,143~150
[28] 呂清河,1995,資料通信與分散式網路,全華科技
[29] 周瑞,1996,綜觀OLE與CORBA,物件導向雜誌,第3期
[30] 周瑞,1997,Active OLE COM程式設計,物件導向雜誌
[31] 張詩言,1993,分散處理與分散式資料庫系統,全欣資訊
[32] 蔡榮宗,1998,分散物件導向式晶圓廠製造執行系統之研究,中原大學工業工程研究所碩士論文
QRCODE
 
 
 
 
 
                                                                                                                                                                                                                                                                                                                                                                                                               
第一頁 上一頁 下一頁 最後一頁 top