基于petri网的模具敏捷制造论文.doc

约47页DOC格式手机打开展开

基于petri网的模具敏捷制造论文,摘要敏捷制造是当前制造业中的一个新型制造模式,代表着今后制造业的发展方向。本文首先综述了国内外的研究状况,简要介绍了实现敏捷制造涉及的工作流管理系统和petri网建模及基于corba,web的分布式技术。其次,从生产经营的角度出发,分析了模具制造的流程,提出了模具敏捷制造工作流管理的模型(mamwm)。并且针对模具敏捷...
编号:36-206132大小:1.04M
分类: 论文>计算机论文

内容介绍

此文档由会员 wanli1988go 发布

摘要
敏捷制造是当前制造业中的一个新型制造模式,代表着今后制造业的发展方向。本文首先综述了国内外的研究状况,简要介绍了实现敏捷制造涉及的工作流管理系统和Petri网建模及基于CORBA,Web的分布式技术。
其次,从生产经营的角度出发,分析了模具制造的流程,提出了模具敏捷制造工作流管理的模型(MAMWM)。并且针对模具敏捷制造生产系统中存在的特点,在基本Petri网的基础上扩充了定义,提出了面向Agent的单令牌有色Petri网(ASTCTPN)模型;把MAMWM转化为Petri网模型。
再次,在工作流参考模型中,工作流引擎是工作流管理系统的核心。通过对关键业务的实际开发需求的分析,在传统的关系数据库的基础上,提出了一个适用于关键业务开发的基于关系结构的轻量级工作流引擎的框架结构。根据模具敏捷制造工作流管理系统Petri网,具体给出了模具敏捷制造工作流模型的机构模型、信息模型和控制模型。
随后,提出了CORBA在模具敏捷制造管理系统的应用方法,建立了基于CORBA的四层开放体系结构。
最后,以java作为切入点,模拟实现模具敏捷制造工作流管理系统的引擎和体系结构的三个接口。将CORBA服务发布在BES,实现了在广域网上的访问和运行。


关键词:模具,工作流,Petri,CORBA;








Abstract
Agile manufacturing (AM)is a new manufacturing mode in modern manufacturing industry. It is the developing direction of manufacturing industry.This paper first summarizes the research stituation of AM all over the world,introduces workflow management system and modling using Petri net and distributed technology based on CORBA and Web which are involved to realize AM.
Second, From the point of view of producing, the flow of mold manufacturing is analyzed and the mold agile manufacturing workflow model named MAMWM is put forward. According to the characteristics of mold agile manufacturing system, Based on the Petri Net, the definition is extended and the Agent-oriented single token and colored transition Petri net (ASTCTPN) is proposed. MAMWM is turned into the model of Petri Net.
Third.workflow engine is the core of the workflow management system in the workflow reference model. According to the analysis of the requirements to develop critical business applications, this paper presents a framework of a relationship-based lightweight workflow engine, which is built over the conventional relational database system.According to mold agile manufacturing workflow management system Petri net, the organization model, information model and control model of mold agile manufacturing workflow modle is proposed.
Fourth, Common Object Request Broker Architecture (CORBA) is used to mold agile manufacturing management system. The four-layer open architecture based on CORBA is constructed.
Finally,using the java as 切入点,the engine and the three interfaces of architecture of mold agile manufacturing workflow management system are stimulatelly implemented.accessing and running on WWW is implemented by deploying the CORBA services on the BES.
Keyword:mold,workflow.Petri.CORBA






目录
摘要……………………………………………………………….Ⅰ
Abstract………………………………………………………….Ⅱ

第一章 绪论……………………………………………………...1
1.1 敏捷制造技术及其发展概况 ………………………………………………...1
1.1.1敏捷制造模式的提出………………………………………………………1
1.1.2国内外敏捷制造技术的发展概况 ………………………………………1
1.2工作流技术 ……………………………………………………………………2
1.2.1工作流的基本概念………………………………………………………..2
1.2.2工作流技术的发展与国内外的研究状况…………………………………3
1.3工作流建模与运用Petri网方法建模的研究与发展简况……………………..4
1.3.1工作流建模…………………………………………………………………4
1.3.2运用Petri网方法建模的研究与发展简况……………………………..4
1.4 CORBA,Web技术与分布式技术………………………………………………..5
1.4.1Web技术发展概况………………………………………………………….5
1.4.2面向对象的分布式技术……………………………………………………5
1.4.3面向对象的Web技术……………………………………………………..7
1.5本次毕业设计的研究内容……………………………………………………..8
第二章 模具敏捷制造工作流管理系统模型的建立……………9
2.1 引言……………………………………………………………………………..9
2.2 模具制造的特点和敏捷化制造的必要性……………………………………..9
2.3 工作流技术…………………………………………………………………….10
2.3.1 工作流的基本概念和定义……………………………………………….10
2.3.2 工作流管理系统………………………………………………………….10
2.3.3 敏捷企业使用工作流管理的目的和意义……………………………….11
2.3.4 敏捷企业对工作流管理的要求………………………………………….11
2.3.5 工作流管理系统的体系结构…………………………………………….11
2.3.6 工作流参考模型………………………………………………………….13
2.4模具敏捷制造工作流的分析和设计……………………………………………14
2.5本章小结…………………………………………………………………………14
第三章 基于Petri网的模具敏捷制造工作流管理系统建模…..