基于產(chǎn)品生命周期的pdm系統(tǒng).doc
約74頁DOC格式手機(jī)打開展開
基于產(chǎn)品生命周期的pdm系統(tǒng),摘要經(jīng)濟(jì)全球化和信息化的快速發(fā)展,使制造業(yè)的競爭環(huán)境、發(fā)展模式以及活動(dòng)空間發(fā)生了深刻的變化。在這種背景下產(chǎn)品生命周期管理(product lifecycle management, plm)應(yīng)運(yùn)而生,它管理產(chǎn)品生命周期中所有與產(chǎn)品相關(guān)的數(shù)據(jù)和過程,是產(chǎn)品數(shù)據(jù)管理(product data management, pdm...
內(nèi)容介紹
此文檔由會(huì)員 違規(guī)屏蔽12 發(fā)布
摘 要
經(jīng)濟(jì)全球化和信息化的快速發(fā)展,使制造業(yè)的競爭環(huán)境、發(fā)展模式以及活動(dòng)空間發(fā)生了深刻的變化。在這種背景下產(chǎn)品生命周期管理(Product Lifecycle Management, PLM)應(yīng)運(yùn)而生,它管理產(chǎn)品生命周期中所有與產(chǎn)品相關(guān)的數(shù)據(jù)和過程,是產(chǎn)品數(shù)據(jù)管理(Product Data Management, PDM)的深化與發(fā)展。中小型制造企業(yè)在國家發(fā)展建設(shè)中占有重要地位,本課題從中小型制造企業(yè)對PDM系統(tǒng)需求日益緊迫的現(xiàn)狀出發(fā),通過研究PDM技術(shù)和產(chǎn)品生命周期建模技術(shù),構(gòu)建了基于產(chǎn)品生命周期的PDM系統(tǒng)的體系結(jié)構(gòu),開發(fā)了一個(gè)PDM系統(tǒng),解決了中小型制造企業(yè)產(chǎn)品數(shù)據(jù)在全生命周期的管理問題。
本課題主要研究內(nèi)容如下:
(1) 研究了PDM技術(shù)、PLM技術(shù)和產(chǎn)品生命周期建模技術(shù),通過分析某汽車企業(yè)對PDM系統(tǒng)的功能需求,設(shè)計(jì)了系統(tǒng)的用戶權(quán)限管理、圖文檔管理、產(chǎn)品結(jié)構(gòu)與配置管理、工作流管理等功能模塊,構(gòu)建了C/S和B/S混合模式下基于產(chǎn)品生命周期PDM系統(tǒng)的體系結(jié)構(gòu)。
(2) 在分析PDM系統(tǒng)與其它系統(tǒng)信息集成模式的基礎(chǔ)上,提出PDM系統(tǒng)與CAD系統(tǒng)、CAPP系統(tǒng)、CAM系統(tǒng)信息集成的具體方案。重點(diǎn)研究了PDM與CAD集成的關(guān)鍵技術(shù),采用封裝模式與接口模式相結(jié)合的方式實(shí)現(xiàn)PDM與CAD雙向集成,運(yùn)用SolidWorks API二次開發(fā)技術(shù),設(shè)計(jì)了一個(gè)集成PDM功能的CAD插件,研究出一套自動(dòng)生成產(chǎn)品結(jié)構(gòu)樹的算法。
(3) 基于Visual Studio.Net平臺(tái),利用C#編程語言,以SQL Server 2000作為系統(tǒng)數(shù)據(jù)庫,利用面向?qū)ο蠹夹g(shù),開發(fā)了一個(gè)基于產(chǎn)品生命周期的PDM系統(tǒng)。將用戶和權(quán)限通過角色這一橋梁聯(lián)系在一起,用戶通過角色被賦予相應(yīng)權(quán)限,實(shí)現(xiàn)了對產(chǎn)品生命周期中人員、數(shù)據(jù)和過程的嚴(yán)格控制。并針對系統(tǒng)開發(fā)所涉及的其它關(guān)鍵技術(shù)性問題,如圖形文件存儲(chǔ)方法、產(chǎn)品結(jié)構(gòu)樹節(jié)點(diǎn)的添加與刪除等,進(jìn)行了具體的分析,給出了詳細(xì)的解決方案。
關(guān)鍵詞 PLM;PDM;圖文檔管理;工作流管理;信息集成;產(chǎn)品結(jié)構(gòu)樹
Abstract
Economic globalization and the rapid development of information technology change the competitive environment, patterns of development and activity space of manufacturing deeply. In this context, product lifecycle management (PLM) came into being. PLM, managing all product-related data and processes, is the deepening and development of product data management (PDM). Small and medium-sized enterprises occupy an important position in national development and construction. Considering the problems in the process of current small and medium manufacturing enterprises, PDM technology and product life cycle modeling were studied in this paper. The architecture of PDM based on product lifecycle was established. A PDM system being suit for small and medium manufacturing enterprises was developed, which solves the management problem of product data in the whole lifecycle.
The main contents in this paper include:
(1) By studying the concept, architecture and main functions of PDM and product life cycle modeling technology and combining with the actual needs of an automobile company, the functional modules were designed, including user permissions management, drawings and documents management, product structure and configuration management, workflow management. The architecture based on product lifecycle in the C/S and B/S was built.
(2) Based on analyzing PDM system and other systematic information integrated model, the specific programs that PDM integrates CAD, CAPP and CAM systems were advanced. Focusing on the pivotal technology of PDM and CAD integration, encapsulation mode and interface mode were combined with each other to realize the double integration of PDM and CAD. Through using the SolidWorks API secondary development technology, a CAD plugin which integrates PDM functions was designed. An algorithm which can generate product structure tree automatically was studied.
(3) Based on Visual Studio.Net platform, by using C# programming language and choosing SQL Server 2000 as database, Object-oriented technology was applied to develop a PDM system based on product lifecycle. Users and permissions were connected by role. User permissions on resources were restricted by the permission of different users, which realizes the strict administration of people, data and process involved in different product lifecycle stages. Other pivotal technologies related to the system development, such as drawings and documents storage method and the addition and deletion of the nodes of product structure tree, were analyzed in detail to propose the particular solving scheme.
Keywords PLM; PDM; drawings and documents management; workflow management; information integration; product structure tree
目 錄
摘 要 I
Abstract II
第1章 緒論 1
1.1 課題背景和意義 1
1.1.1 課題背景 1
1.1.2 課題意義 2
1.2 產(chǎn)品數(shù)據(jù)管理概述 2
1.2.1 產(chǎn)品數(shù)據(jù)管理產(chǎn)生的背景及定義 2
1.2.2 產(chǎn)品數(shù)據(jù)管理的發(fā)展現(xiàn)狀 3
1.2.3 產(chǎn)品數(shù)據(jù)管理的發(fā)展趨勢 4
1.3 產(chǎn)品生命周期管理概述 5
1.3.1 產(chǎn)品生命周期管理的定義和內(nèi)涵 5
1.3.2 產(chǎn)品生命周期管理的發(fā)展現(xiàn)狀 6
1.3.3 產(chǎn)品生命周期的發(fā)展趨勢 8
1.4 研究內(nèi)容 8
第2章 基于產(chǎn)品全生命周期的PDM概述 10
2.1 PDM的主要內(nèi)容 10
2.1.1 PDM的主要功能 10
2.1.2 PDM的體系結(jié)構(gòu) 13
2.2 產(chǎn)品生命周期建模 14
2.2.1 產(chǎn)品的分類 14
2.2.2 產(chǎn)品生命周期階段劃分 15
2.2.3 產(chǎn)品生命周期模型主要內(nèi)容 16
2.2.4 產(chǎn)品生命周期模型的建立 18
..
經(jīng)濟(jì)全球化和信息化的快速發(fā)展,使制造業(yè)的競爭環(huán)境、發(fā)展模式以及活動(dòng)空間發(fā)生了深刻的變化。在這種背景下產(chǎn)品生命周期管理(Product Lifecycle Management, PLM)應(yīng)運(yùn)而生,它管理產(chǎn)品生命周期中所有與產(chǎn)品相關(guān)的數(shù)據(jù)和過程,是產(chǎn)品數(shù)據(jù)管理(Product Data Management, PDM)的深化與發(fā)展。中小型制造企業(yè)在國家發(fā)展建設(shè)中占有重要地位,本課題從中小型制造企業(yè)對PDM系統(tǒng)需求日益緊迫的現(xiàn)狀出發(fā),通過研究PDM技術(shù)和產(chǎn)品生命周期建模技術(shù),構(gòu)建了基于產(chǎn)品生命周期的PDM系統(tǒng)的體系結(jié)構(gòu),開發(fā)了一個(gè)PDM系統(tǒng),解決了中小型制造企業(yè)產(chǎn)品數(shù)據(jù)在全生命周期的管理問題。
本課題主要研究內(nèi)容如下:
(1) 研究了PDM技術(shù)、PLM技術(shù)和產(chǎn)品生命周期建模技術(shù),通過分析某汽車企業(yè)對PDM系統(tǒng)的功能需求,設(shè)計(jì)了系統(tǒng)的用戶權(quán)限管理、圖文檔管理、產(chǎn)品結(jié)構(gòu)與配置管理、工作流管理等功能模塊,構(gòu)建了C/S和B/S混合模式下基于產(chǎn)品生命周期PDM系統(tǒng)的體系結(jié)構(gòu)。
(2) 在分析PDM系統(tǒng)與其它系統(tǒng)信息集成模式的基礎(chǔ)上,提出PDM系統(tǒng)與CAD系統(tǒng)、CAPP系統(tǒng)、CAM系統(tǒng)信息集成的具體方案。重點(diǎn)研究了PDM與CAD集成的關(guān)鍵技術(shù),采用封裝模式與接口模式相結(jié)合的方式實(shí)現(xiàn)PDM與CAD雙向集成,運(yùn)用SolidWorks API二次開發(fā)技術(shù),設(shè)計(jì)了一個(gè)集成PDM功能的CAD插件,研究出一套自動(dòng)生成產(chǎn)品結(jié)構(gòu)樹的算法。
(3) 基于Visual Studio.Net平臺(tái),利用C#編程語言,以SQL Server 2000作為系統(tǒng)數(shù)據(jù)庫,利用面向?qū)ο蠹夹g(shù),開發(fā)了一個(gè)基于產(chǎn)品生命周期的PDM系統(tǒng)。將用戶和權(quán)限通過角色這一橋梁聯(lián)系在一起,用戶通過角色被賦予相應(yīng)權(quán)限,實(shí)現(xiàn)了對產(chǎn)品生命周期中人員、數(shù)據(jù)和過程的嚴(yán)格控制。并針對系統(tǒng)開發(fā)所涉及的其它關(guān)鍵技術(shù)性問題,如圖形文件存儲(chǔ)方法、產(chǎn)品結(jié)構(gòu)樹節(jié)點(diǎn)的添加與刪除等,進(jìn)行了具體的分析,給出了詳細(xì)的解決方案。
關(guān)鍵詞 PLM;PDM;圖文檔管理;工作流管理;信息集成;產(chǎn)品結(jié)構(gòu)樹
Abstract
Economic globalization and the rapid development of information technology change the competitive environment, patterns of development and activity space of manufacturing deeply. In this context, product lifecycle management (PLM) came into being. PLM, managing all product-related data and processes, is the deepening and development of product data management (PDM). Small and medium-sized enterprises occupy an important position in national development and construction. Considering the problems in the process of current small and medium manufacturing enterprises, PDM technology and product life cycle modeling were studied in this paper. The architecture of PDM based on product lifecycle was established. A PDM system being suit for small and medium manufacturing enterprises was developed, which solves the management problem of product data in the whole lifecycle.
The main contents in this paper include:
(1) By studying the concept, architecture and main functions of PDM and product life cycle modeling technology and combining with the actual needs of an automobile company, the functional modules were designed, including user permissions management, drawings and documents management, product structure and configuration management, workflow management. The architecture based on product lifecycle in the C/S and B/S was built.
(2) Based on analyzing PDM system and other systematic information integrated model, the specific programs that PDM integrates CAD, CAPP and CAM systems were advanced. Focusing on the pivotal technology of PDM and CAD integration, encapsulation mode and interface mode were combined with each other to realize the double integration of PDM and CAD. Through using the SolidWorks API secondary development technology, a CAD plugin which integrates PDM functions was designed. An algorithm which can generate product structure tree automatically was studied.
(3) Based on Visual Studio.Net platform, by using C# programming language and choosing SQL Server 2000 as database, Object-oriented technology was applied to develop a PDM system based on product lifecycle. Users and permissions were connected by role. User permissions on resources were restricted by the permission of different users, which realizes the strict administration of people, data and process involved in different product lifecycle stages. Other pivotal technologies related to the system development, such as drawings and documents storage method and the addition and deletion of the nodes of product structure tree, were analyzed in detail to propose the particular solving scheme.
Keywords PLM; PDM; drawings and documents management; workflow management; information integration; product structure tree
目 錄
摘 要 I
Abstract II
第1章 緒論 1
1.1 課題背景和意義 1
1.1.1 課題背景 1
1.1.2 課題意義 2
1.2 產(chǎn)品數(shù)據(jù)管理概述 2
1.2.1 產(chǎn)品數(shù)據(jù)管理產(chǎn)生的背景及定義 2
1.2.2 產(chǎn)品數(shù)據(jù)管理的發(fā)展現(xiàn)狀 3
1.2.3 產(chǎn)品數(shù)據(jù)管理的發(fā)展趨勢 4
1.3 產(chǎn)品生命周期管理概述 5
1.3.1 產(chǎn)品生命周期管理的定義和內(nèi)涵 5
1.3.2 產(chǎn)品生命周期管理的發(fā)展現(xiàn)狀 6
1.3.3 產(chǎn)品生命周期的發(fā)展趨勢 8
1.4 研究內(nèi)容 8
第2章 基于產(chǎn)品全生命周期的PDM概述 10
2.1 PDM的主要內(nèi)容 10
2.1.1 PDM的主要功能 10
2.1.2 PDM的體系結(jié)構(gòu) 13
2.2 產(chǎn)品生命周期建模 14
2.2.1 產(chǎn)品的分類 14
2.2.2 產(chǎn)品生命周期階段劃分 15
2.2.3 產(chǎn)品生命周期模型主要內(nèi)容 16
2.2.4 產(chǎn)品生命周期模型的建立 18
..
TA們正在看...
- 無刷直流電動(dòng)機(jī)的單片機(jī)控制.doc
- 淺談假日經(jīng)濟(jì).doc
- 假日經(jīng)濟(jì)研究.doc
- 假日經(jīng)濟(jì)營銷探討.doc
- tcd103c輸出信號處理技術(shù)研究.doc
- 我國飯店公共關(guān)系營銷問題剖析和解決措施.doc
- 企業(yè)人才流失的原因及對策探析.doc
- 8253定時(shí)計(jì)數(shù)器(發(fā)聲系統(tǒng)和音樂程序設(shè)計(jì)).doc
- 實(shí)時(shí)時(shí)鐘設(shè)計(jì).doc
- 虛擬儀器設(shè)計(jì)-信號數(shù)據(jù)的下載、讀取與顯示.doc