PERFORMANCE ANALYSIS OF CELLULAR MANUFACTURING SYSTEMS USING COLORED PETRI NETS

Size: px
Start display at page:

Download "PERFORMANCE ANALYSIS OF CELLULAR MANUFACTURING SYSTEMS USING COLORED PETRI NETS"

Transcription

1 !" #%$'&( &&" ( #)* &"#!,+-#% #(&+.&! / :;9<=:%>@?9AB2DCFE94?9G9H3IJ:LK?909M9<@G9K <DN?969H32O<D>P?9036QK 0R:L25694 <=:K?903S1E947?UT725IJ:V<W03G@CDH9CX:X<DK 03<WY9K N K:8 PERFORMANCE ANALYSIS OF CELLULAR MANUFACTURING SYSTEMS USING COLORED PETRI NETS Hilano José Rocha de Carvalho (USP-EESC) hilanorc@sc.usp.br Arthur José Vieira Porto (USP-EESC) ajvporto@sc.usp.br The need for flexibility due to the global competitiveness is influencing the way companies are organized. There are several ways of organizing a manufacturing system directly dependent on the volume and on the variability of the products ddemanded. In order to reduce material handling and production scrap costs, cellular manufacturing systems (CMS) have emerged. Concerning a CMS study, the building of simulation models capable of handling complex simultaneity of processes and multifunctional work policies motivates the use of more efficient programming and simulation techniques. Hence, the aim of this paper is focused on proposing the use of colored Petri net formalism to develop a simulation model for the analysis of cellular manufacturing systems with multifunctional workforce in order to overcome the former limitations. The CPN Tools was used for the CPN edition and simulation analysis. The resultant colored Petri net based cellular manufacturing system simulation model (CPNCMSSM) was successfully used for the practical investigation of a three-working-cell CMS. Three scenarios were studied for which the number of family parts was the factor altered, converging to adequate and expected results about multifunctional work performance and work in process magnitude. Hence, the CPNCMSSM can be used to the study of bigger and more complex arrangements as an alternative to conventional programming and simulation languages and tools available. Keywords: Colored Petri nets, Cellular Manufacturing Systems, Simulation

2 1. Introduction The need for flexibility due to the global competitiveness is influencing the way companies are organized. There are several ways of organizing a manufacturing system directly dependent on the volume and on the variability of the products demanded (ASKIN, 1993). In order to reduce material handling and production scrap costs, cellular manufacturing systems (CMS) have emerged. As a matter of fact, such a system is defined by the concept of part family about which different types of machines and products (or parts) are grouped according to a predefined similarity index, e.g., the sequence of production operations, in order to form working cells (SINGH & RAJAMANI, 2004). Computer tools to model and simulate cellular or any kind of production system already exist (LAW & KELTON, 2000). However, the time taken by the modeler using conventional simulation programming languages to adapt a primary model for different scenarios may be a costly constraint. In addition, an attempt to generalize a simulation model may yield modeling loss of expressiveness, especially considering complex simultaneity of processes and material handling. Hence, the main objective of this paper is focused on the proposal of using a colored Petri net simulation model to model and to simulate cellular manufacturing systems in order to reduce complexity and modeling time without loss of expressiveness. As a related work, Carvalho et al. (2005) demonstrated the potentiality of Petri nets to model and to analyze the performance of the multifunctional workforce in a U-shaped production line compared to other simulation languages. However, due to the low level Petri nets limitations, especially in terms of the huge number of modeling elements, different levels of complexity inherently present in real and large manufacturing systems demand a more sophisticated approach. In this sense, the investigation herein tries to overcome the drawbacks and to keep the positive aspects evidenced by Carvalho et al. (2005) using a high level Petri net formalism. The remainder of this paper is organized as follows. In Section 2, the theory of colored Petri nets formalism is focused, concerning its main concepts and modeling and simulation elements, the CPN tools for academic purposes. In Section 3, a colored Petri net based cellular 2

3 manufacturing system simulation model (CPNCMSSM) is presented. Section 4 is dedicated to the practical use of CPNCMSSM using simulation. Finally, Section 5 is focused on the conclusions and final considerations. 2. Colored Petri nets The theory of colored Petri nets (CPN) was developed as an extension to the basic Petri nets` theory (JENSEN, 1997). The prime objective of CPN is to make feasible the modeling and formal analysis of large, concurrent and distributed systems using Petri nets. A detailed definition and discusson about the CPN formalism can be found in Jensen (1997). The CPN tools as defined in Jensen et al. (2007), in turn, comprise two components: a graphical user interface (GUI) and CPN ML. These ones are directly related to three integrated tools: the CPN editor, the CPN simulator and the CPN state space tool. The CPN ML is a functional programming language implemented on top of a SML/NJ compiler. Herein used, the CPN tools academic version was obtained from CPNTools (2006). Based on the CPN formalism and the CPN tools as defined above, the token primitive and compound types are defined by the color sets associated with each place and their type modifications are accomplished by the functions defined on the arcs. In order to do that, the corresponding transition must be enabled to fire. This happens when the number and the type of the input place tokens to the transition agrees with the conditions of transition s enablement defined by the transition guard. Figure 1 shows the CPN basic modeling elements, their graphical representation and an example of how to deal with the CPN formalism. As can be seen in Figure 1, the initial state of the CPN model is represented by three tokens in Place P1. The number and the type of those tokens are defined by the initial place marking of P1 (in this case, a five integer token and two ten integer tokens). They are three true firing conditions to Transition T1 since they are in agreement with the transition guard. The firing of T1 initialize the function FUN(X). FUN(X) captures the token data by the arc variable X and transforms them into one string token in number and in type following the ifthen-else structure of the CPN ML code of Figure 1. Finally, Place P2 receives the one string token from FUN(X). 3

4 colset INT = integer; colset STRING = string; val X : INT; FUN(X) = If (X >= 5) andalso (X < 10) then 1` YES else 1` NO ; Place Marking Color Type Name 1`5 ++ 2`10 Place P1 Arc Variable Transition T1 X Place P2 FUN(X) INT [X > 0] Arc Guard Function STRING Figure 1 CPN basic modeling elements, their graphical representation and a CPN model example with its CPN ML code. The prior conceptual discussion and the example depicted in Figure 1 is actually restricted to a non-hierarchical colored Petri net. Herein, a hierarchical colored Petri net is proposed which may incorporate two fundamental elements of modularization: Substitution transitions permits the derivation of simpler submodels by others already defined using a hierarchy approach of pages; Fusion places permits a faster mechanism of distribution of token data along the entire model linking submodels that may not be hierarchically associated. In the light of simulation principles present in Law & Kelton (2000), the Petri net basic modeling elements can be classified into static and dynamic elements. The static elements are the places, the transitions and the arcs. The dynamic element that goes through the different constituent nodes of a model is the token which may suffer several types of modifications in number or in type. As discussed above, the presence of a token or a set of tokens in a determined place defines the marking. As a matter of fact, the latter may be associated with the state of an object, the value of a variable or any kind of content that might be relevant at the modeling stage. Besides, the CPN editor and the CPN simulator with the CPN ML may provide the corresponding characters for the requirements of discrete event simulation programming language (DESPL) as defined by Law & Kelton (2000) and evidenced by Jensen et al. (2007). Moreover, the CPN state space tool constitutes the main differentiation from a conventional DESPL, once it provides a stable and formal manner for the verification of the so-called Petri nets model property analysis. 4

5 3. A colored Petri net simulation model for cellular manufacturing system analysis Hence, based on these last concepts and on those of Section 2 and Section 1, the intended colored Petri net simulation model prime and highest page is depicted in Figure 2. CPN Subpages Values Initialization Color Set Definitions Arc Variables CPN ML Code Function Definitions Figure 2 CPN Tools editor interface: the prime page of the colored Petri net simulation model for a cellular manufacturing system. In Figure 2, alongside the ManufacturingSpecifications prime page, the main CPN modeling parts, the Values Initialization, the Color Set Definitions, the Arc Variables and the CPN ML Code Function Definitions, are evidenced. Particularly, the Values Initializations part define the automatic initialization of the number and the type of the products, machines, workers, stations and production operations in consonance with the specifications of the manufacturing system under study. The Color Set Definitions and the Arc variables parts define, respectively, the necessary color sets associated with the resultant places and the direct related arc variables of the model building. The main part which definitely differentiates the CPN based CPN Tools from any other extension to Petri nets and establishes its modeling potentiality is the CPN ML Code Function Definitions. The latter is responsible for the definition of the 5

6 methods defined by the manufacturing system processes which will act directly on the token modifications in number and in type. The CPN subpages which derived from the prime page are also depicted in Figure 2. The way each subpage was conceived followed a functional fashion for which different submodels with specific purposes were constructed. Their hierarchy of pages is depicted in Figure 3. ManufacturingSpecifications Workstations Processes Workplace DefineProcesses DefineOperTravel Figure 3 The hierarchy of pages (prime page and its derived subpages) of the CPNCMSSM. The Workstation subpage is presented separately. In Figure 3, the DefineProcesses subpage is in charge of generating and controlling the initial and the subsequent process tokens, concerning the type of products, workers, production operations, machines and their corresponding stations. The worker resource dynamic property has to do with the motions inside the working cells due to multifunctional work. At this present paper, the workforce motion control is accomplished in the DefineOperTravel subpage, only taking into account the time taken by the worker to go from one workstation to another. Hence, if the same worker is demanded by more than one process information token at the same time (a conflict situation), the former will be allocated to execute one production operation arbitrarily. Consecutively, the Processes subpage was conceived to coordinate the above cited subpages providing to the subsequent level, that is, the Workstations subpage, the necessary process and worker motion information by means of colored tokens. The place Workplace in Figure 3 constitutes the core of the CPN modeling herein conceived. If the conditions for the start of a determined process become true, that is, the 6

7 resources tokens demanded by the process information tokens are all simultaneously available, a job token with a time stamp corresponding to the process time (based on the type of the operation, product and machine) is put into the place Workplace. In this sense, the simultaneous presence of different job tokens in place Workplace represents a condensed form of modeling the simultaneity of several workstations carrying out different production operations which correspond to the wholly function of the entire cellular manufacturing system. 4. A practical use of CPNCMSSM with simulation results The cellular manufacturing system investigated comprises three working cells. It is considered, at this present work, that a prior layout design was successfully done resulting in the layout structure of Figure 4 in accordance with the production sequence similarities of the different products. Figure 4 The cellular manufacturing system consisting of three working cells. In Figure 4, each working cell is depicted with the replicate of each necessary machine and the multifunctional workers. For example, in working cell 1, M1_1 means one replicate of a machine of type 1. Each machine, in turn, is located in a place called StatType(i), where i ranges from 1 to 15, that is, the total number of replicates of each machine. In addition, each of the ten different types of machines is dedicated to the accomplishment of one type of operation while all workers can do more than one operation due to the multifunctional work control policy, 7

8 as evidenced in Figure 4. Hence, the CPNCMSSM as defined in Section 3 was adapted to the CMS of Figure 4. The distance among the fifteen machine replicates were approximately considered in order to calculate the delay times associated with the multifunctional workforce motion. The different process times of each machine were also taken into account. For the generation of all types of initial process information tokens, an exponential distribution with average rate of 100 was defined. Concerning this, for the maximum statistical confidence of analysis, twenty replications of steps each were considered for the three scenarios analyzed. These three different scenarios were defined varying the number of products: six products for the first one, twelve products for the second one and eighteen products for the last one. In this sense, the main objective of the experimental investigation herein is simply to verify the use of CPNCMSSM on the performance analysis of the multifunctional workforce due to the increase of the number of family parts. Productive Indicators Scenario 1 Scenario 2 Scenario 3 Average workforce usage* 4.21 (60,1%) 5.95 (85 %) 5.95 (85 %) Average process queue length* Average workforce usage** (83 %) Average process queue length** Table 1 A comparative of productive indicators for three different scenarios. * Results for the initial multifunctional work control policy; ** Results for the new multifunctional work control policy. Table 1 presents a piece of the CPN Tools simulation reports for the average workforce usage and processes in queue (work in process) in each of the three scenarios simulated. In Table 1, the average number of busy workers has increased from Scenario 1 to Scenario 2, being stable from Scenario 2 to Scenario 3. The lesser change from Scenario 2 to Scenario 3 was due to the fact that in the former the multifunctional work have already been fully executed which influenced directly the increase in the average work in process from Scenario 2 to Scenario 3. Hence, a new multifunctional workforce control policy was applied with the addition of two workers to working cells 1 and 2 and a redefinition of the operations each one was supposed to 8

9 perform. Due to the latter modifications, as can be seen in Table 1, the average work in process has considerably decreased for Scenario 3, but the average workforce usage remained approximately the same from the one obtained by the former multifunctional work control policy in percentage terms. 5. Conclusions The performance analysis of multifunctional work in manufacturing system using Petri nets was already evidenced by Carvalho et al. (2005). However, only by means of a CPN model and CPN Tools, an effective cellular manufacturing system can be analyzed, as demonstrated by a practical case in Section 4. The resultant colored Petri net based cellular manufacturing system simulation model (CPNCMSSM) of Section 3 is general enough to be used to any kind of CMS, since the modeler has only the task to change the possible machine distance alterations due to layout re-designs and to consider or not multifunctional workforce. Even the addition of new productive resources, such as workers and machines, can be easily done. Without a doubt, CPNCMSSM is an alternative technique from conventional simulation languages and packages, especially owing to multifunctional work and process simultaneity modeling power. For further works, a user-friendly interface and an automatic code generator (CPNCMSSM s CPN ML) could be implemented by means of CPN Tools external communication with other programming techniques. References ASKIN, R.G. & STANDRIDGE, C.R. Modeling and Analysis of Manufacturing Systems. New York: John Wiley & Sons, CARVALHO, H. J. R. & YOSHIZAWA, A. R. & PONTES, H. L. J., & PORTO, A. J. V. Modelagem e Simulação de Linhas de Produção em Forma de U com Operadores Polivalentes por Redes de Petri Temporizadas, Anais do XXV Encontro Nacional de Engenharia de Produção, CPNTools. Available via < accessed in November, DESROCHERS, A. & AL-JAAR, R. Applications of Petri Nets in Manufacturing Systems: modeling, control, and performance analysis, New York: IEEE Press, JENSEN, K. Colored Petri Nets: Basic Concepts. 2. ed. New York: Springer, JENSEN, K. & KRISTENSEN, L.R. & WELLS, L. Coloured Petri Nets and CPN Tools for Modeling and Validation of Concurrent Systems. International Journal on Software Tools for Technology Transfer. Special Section CPN 04/05, p.1-42, LAW, A.M., & KELTON, W.D. Simulation modeling & analysis. 3. ed. New York: McGraw Hill 9

10 Inc., SINGH, N. & RAJAMANI, D. Cellular Manufacturing Systems: Design, Planning and Control. Chapman & Hall: John Wiley & Sons,

Temporal Verification of Business Processes Using BPMN

Temporal Verification of Business Processes Using BPMN Information Engineering Express International Institute of Applied Informatics 2017, Vol.3, No.4, P.105-113 Temporal Verification of Business Processes Using BPMN and CPN Ryoya Shiraki Yoshiyuki Shinkawa

More information

DESIGN PROJECT FAILURE AVOIDANCE USING AUDITING APPROACH

DESIGN PROJECT FAILURE AVOIDANCE USING AUDITING APPROACH DESIGN PROJECT FAILURE AVOIDANCE USING AUDITING APPROACH Hsien-Jung Wu* & Hung-Wen Hsu *Dept. of Information Management, Mingdao University, Taiwan Dept. of Industrial Design, Tunghai University, Taiwan

More information

A STUDY ON BOTTOM-UP RESOURCES CIRCULATION SYSTEMS BASED ON HIERARCHICAL MODELING

A STUDY ON BOTTOM-UP RESOURCES CIRCULATION SYSTEMS BASED ON HIERARCHICAL MODELING A STUDY ON BOTTOM-UP RESOURCES CIRCULATION SYSTEMS BASED ON HIERARCHICAL MODELING Itsuo HATONO Information Processing Center, Kobe University Nada, Kobe 657-8501, Japan Email: hatono@kobe-u.ac.jp Koji

More information

Agent-based Workflow Management Systems (WfMSs) Company LOGO

Agent-based Workflow Management Systems (WfMSs) Company LOGO Agent-based Workflow Management Systems (WfMSs) Company LOGO JBees a distributed and adaptive WfMS with monitoring and controlling capabilities by Lars Ehrler, Martin Fleurke, Maryam Purvis, Bastin Tony

More information

Job Batching and Scheduling for Parallel Non- Identical Machines via MILP and Petri Nets

Job Batching and Scheduling for Parallel Non- Identical Machines via MILP and Petri Nets Proceedings of the 2009 IEEE International Conference on Systems, Man, and Cybernetics San Antonio, TX, USA - October 2009 Job Batching and Scheduling for Parallel Non- Identical Machines via MILP and

More information

C2 Decision Making and Cognitive Analysis. Modelling Operational Level Planning Processes with Coloured Petri Nets

C2 Decision Making and Cognitive Analysis. Modelling Operational Level Planning Processes with Coloured Petri Nets Submission to the 7 th International Command and Control Research and Technology Symposium Topic C2 Decision Making and Cognitive Analysis Title Modelling Operational Level Planning Processes with Coloured

More information

Lectures 2 & 3. Software Processes. Software Engineering, COMP201 Slide 1

Lectures 2 & 3. Software Processes. Software Engineering, COMP201 Slide 1 Lectures 2 & 3 Software Processes Software Engineering, COMP201 Slide 1 What is a Process? When we provide a service or create a product we always follow a sequence of steps to accomplish a set of tasks

More information

MODELING AND SIMULATION OF A LEAN SYSTEM. CASE STUDY OF A PAINT LINE IN A FURNITURE COMPANY

MODELING AND SIMULATION OF A LEAN SYSTEM. CASE STUDY OF A PAINT LINE IN A FURNITURE COMPANY MODELING AND SIMULATION OF A LEAN SYSTEM. CASE STUDY OF A PAINT LINE IN A FURNITURE COMPANY Quynh-Lam Ngoc LE 1, Ngoc-Hien DO 2, Ki-Chan NAM 3 1 Ho Chi Minh City University of Technology, 268 Ly Thuong

More information

Using TimeNET to Evaluate Operational Planning Processes

Using TimeNET to Evaluate Operational Planning Processes Using TimeNET to Evaluate Operational Planning Processes Jörn Freiheit and Jonathan Billington Computer Systems Engineering Centre (CSEC) University of South Australia Mawson Lakes, SA, 5095, Australia

More information

Software Processes. Ian Sommerville 2004 Software Engineering, 7th edition. Chapter 4 Slide 1

Software Processes. Ian Sommerville 2004 Software Engineering, 7th edition. Chapter 4 Slide 1 Software Processes Ian Sommerville 2004 Software Engineering, 7th edition. Chapter 4 Slide 1 Objectives To introduce software process models To describe three generic process models and when they may be

More information

Modelling and Analysis of an Integrated Automated Guided Vehicle System using Coloured Petri Net

Modelling and Analysis of an Integrated Automated Guided Vehicle System using Coloured Petri Net Proceedings of the World ongress on Engineering 27 Vol WE 27, July 2-4, 27, London, U.K. Modelling and Analysis of an ntegrated Automated Guided Vehicle System using oloured Petri Net Tauseef Aized, Koji

More information

Software Processes. Objectives. Topics covered. The software process. Waterfall model. Generic software process models

Software Processes. Objectives. Topics covered. The software process. Waterfall model. Generic software process models Objectives Software Processes To introduce software process models To describe three generic process models and when they may be used To describe outline process models for requirements engineering, software

More information

Objectives. The software process. Topics covered. Waterfall model. Generic software process models. Software Processes

Objectives. The software process. Topics covered. Waterfall model. Generic software process models. Software Processes Objectives Software Processes To introduce software process models To describe three generic process models and when they may be used To describe outline process models for requirements engineering, software

More information

Topics covered. Software process models Process iteration Process activities The Rational Unified Process Computer-aided software engineering

Topics covered. Software process models Process iteration Process activities The Rational Unified Process Computer-aided software engineering Software Processes Objectives To introduce software process models To describe three generic process models and when they may be used To describe outline process models for requirements engineering, software

More information

Combining Activity-Based Costing with the Simulation of a Cellular Manufacturing System

Combining Activity-Based Costing with the Simulation of a Cellular Manufacturing System University of Nebraska - Lincoln DigitalCommons@University of Nebraska - Lincoln Industrial and Management Systems Engineering Faculty Publications Industrial and Management Systems Engineering 2001 Combining

More information

Simulation of fruit pallet movement in the port of Durban: A case study

Simulation of fruit pallet movement in the port of Durban: A case study Volume 21 (1), pp. 63 75 http://www.orssa.org.za ORiON ISSN 0529-191-X c 2005 Simulation of fruit pallet movement in the port of Durban: A case study J Bekker M Mostert FE van Dyk Received: 1 February

More information

MANUFACTURING PROCESS MANAGEMENT USING A FLEXIBLE MODELING AND SIMULATION APPROACH. Duilio Curcio Francesco Longo Giovanni Mirabelli

MANUFACTURING PROCESS MANAGEMENT USING A FLEXIBLE MODELING AND SIMULATION APPROACH. Duilio Curcio Francesco Longo Giovanni Mirabelli Proceedings of the 2007 Winter Simulation Conference S. G. Henderson, B. Biller, M.-H. Hsieh, J. Shortle, J. D. Tew, and R. R. Barton, eds. MANUFACTURING PROCESS MANAGEMENT USING A FLEXIBLE MODELING AND

More information

Availability Modeling of Grid Computing Environments Using SANs

Availability Modeling of Grid Computing Environments Using SANs Availability Modeling of Grid Computing Environments Using SANs Reza Entezari-Maleki Department of Computer Engineering, Sharif University of Technology, Tehran, Iran E-mail: entezari@ce.sharif.edu Ali

More information

Analysis of Process Models: Introduction, state space analysis and simulation in CPN Tools. prof.dr.ir. Wil van der Aalst

Analysis of Process Models: Introduction, state space analysis and simulation in CPN Tools. prof.dr.ir. Wil van der Aalst Analysis of Process Models: Introduction, state space analysis and simulation in CPN Tools prof.dr.ir. Wil van der Aalst What is a Petri net? A graphical notion A mathematical notion A programming notion

More information

Computational Complexity and Agent-based Software Engineering

Computational Complexity and Agent-based Software Engineering Srinivasan Karthikeyan Course: 609-22 (AB-SENG) Page 1 Course Number: SENG 609.22 Session: Fall, 2003 Course Name: Agent-based Software Engineering Department: Electrical and Computer Engineering Document

More information

CHAPTER 1 INTRODUCTION

CHAPTER 1 INTRODUCTION 1 CHAPTER 1 INTRODUCTION 1.1 MANUFACTURING SYSTEM Manufacturing, a branch of industry, is the application of tools and processes for the transformation of raw materials into finished products. The manufacturing

More information

A Coloured Petri Net based Tool for Course of Action Development and Analysis

A Coloured Petri Net based Tool for Course of Action Development and Analysis A Coloured Petri Net based Tool for Course of Action Development and Analysis Lin Zhang* Lars M. Kristensen** Chris Janczura* Guy Gallasch** Jonathan Billington** * Systems Simulation and Assessment Group

More information

A Simulation Platform for Multiagent Systems in Logistics

A Simulation Platform for Multiagent Systems in Logistics A Simulation Platform for Multiagent Systems in Logistics Heinz Ulrich, Swiss Federal Institute of Technology, Zürich Summary: The challenges in today s global economy are flexibility and fast reactions

More information

Analyzing IT Supported Production Control by Relating Petri Nets and UML Static Structure Diagrams

Analyzing IT Supported Production Control by Relating Petri Nets and UML Static Structure Diagrams Analyzing IT Supported Production Control by Relating Petri Nets and UML Static Structure Diagrams Henk Jan Pels Technische Universiteit Eindhoven h.j.pels@tue.nl Abstract. A method to model the interaction

More information

IMPLEMENTATION, EVALUATION & MAINTENANCE OF MIS:

IMPLEMENTATION, EVALUATION & MAINTENANCE OF MIS: IMPLEMENTATION, EVALUATION & MAINTENANCE OF MIS: The design of a management information system may seem to management to be an expensive project, the cost of getting the MIS on line satisfactorily may

More information

A Machine Setup Model for TFT-LCD Cell Back-End Process

A Machine Setup Model for TFT-LCD Cell Back-End Process A Machine Setup Model for TFT-LCD Cell Back-End Process Y.-C. Chang 1, P.-S. Chen 2, P.-C. Chen 1 1 Department of Industrial Engineering and Management, National Chiao Tung University, Hsinchu, Taiwan

More information

Scheduling of Three FMS Layouts Using Four Scheduling Rules

Scheduling of Three FMS Layouts Using Four Scheduling Rules Scheduling of Three FMS Layouts Using Four Scheduling Rules Muhammad Arshad1 m.arshad8@bradford.ac.uk Milana Milana1 m.milana@student.bradford.ac.uk Mohammed Khurshid Khan1 M.K.Khan@bradford.ac.uk 1 School

More information

Modeling the responsibility relationship in the REA Business Ontology using Petri Nets

Modeling the responsibility relationship in the REA Business Ontology using Petri Nets Modeling the responsibility relationship in the REA Business Ontology using Petri Nets Hans Weigand 1, Paul Johannesson 2, Birger Andersson 2 1 University of Tilburg, P.O.Box 90153, 5000 LE Tilburg, The

More information

COPYRIGHTED MATERIAL RELIABILITY ENGINEERING AND PRODUCT LIFE CYCLE 1.1 RELIABILITY ENGINEERING

COPYRIGHTED MATERIAL RELIABILITY ENGINEERING AND PRODUCT LIFE CYCLE 1.1 RELIABILITY ENGINEERING 1 RELIABILITY ENGINEERING AND PRODUCT LIFE CYCLE 1.1 RELIABILITY ENGINEERING Reliability has a broad meaning in our daily life. In technical terms, reliability is defined as the probability that a product

More information

Ontologies and the Dynamics of Organisational Environments: An Example of a Group Memory System for the Management of Group Competencies

Ontologies and the Dynamics of Organisational Environments: An Example of a Group Memory System for the Management of Group Competencies Proceedings of I-KNOW 03 Graz, Austria, July 2-4, 2003 Ontologies and the Dynamics of Organisational Environments: An Example of a Group Memory System for the Management of Group Competencies José Braga

More information

Material Flow Map and Layout Optimization: action plan and software validation

Material Flow Map and Layout Optimization: action plan and software validation Material Flow Map and Layout Optimization: action plan and software validation Domenico Falcone, Alessandro Silvestri, Vincenzo Duraccio, Gianpaolo Di Bona Department of Mechanics, Structures, Environment,

More information

A Case Study of Capacitated Scheduling

A Case Study of Capacitated Scheduling A Case Study of Capacitated Scheduling Rosana Beatriz Baptista Haddad rosana.haddad@cenpra.gov.br; Marcius Fabius Henriques de Carvalho marcius.carvalho@cenpra.gov.br Department of Production Management

More information

AN INTRODUCTION TO USING PROSIM FOR BUSINESS PROCESS SIMULATION AND ANALYSIS. Perakath C. Benjamin Dursun Delen Madhav Erraguntla

AN INTRODUCTION TO USING PROSIM FOR BUSINESS PROCESS SIMULATION AND ANALYSIS. Perakath C. Benjamin Dursun Delen Madhav Erraguntla Proceedings of the 1998 Winter Simulation Conference D.J. Medeiros, E.F. Watson, J.S. Carson and M.S. Manivannan, eds. AN INTRODUCTION TO USING PROSIM FOR BUSINESS PROCESS SIMULATION AND ANALYSIS Perakath

More information

A BI-OBJECTIVE MODELING FOR A CELLULAR MANUFACTURING SYSTEM DESIGN USING FUZZY GOAL PROGRAMMING UNDER UNCERTAINTY

A BI-OBJECTIVE MODELING FOR A CELLULAR MANUFACTURING SYSTEM DESIGN USING FUZZY GOAL PROGRAMMING UNDER UNCERTAINTY Indian Journal of Fundamental and Applied Life Sciences ISSN: 645 (Online) An Open Access, Online International Journal Available at www.cibtech.org/sp.ed/jls/05/0/jls.htm 05 Vol. 5 (S), pp. 89-90/Ansari

More information

A new concept for experiment program planning for the fusion experiment Wendelstein 7-X

A new concept for experiment program planning for the fusion experiment Wendelstein 7-X A new concept for experiment program planning for the fusion experiment Wendelstein 7-X J. Schacht, H. Laqua, M. Lewerentz, A. Spring Abstract The control and data acquisition system (codac system) for

More information

G54SIM (Spring 2016)

G54SIM (Spring 2016) G54SIM (Spring 2016) Lecture 03 Introduction to Conceptual Modelling Peer-Olaf Siebers pos@cs.nott.ac.uk Motivation Define what a conceptual model is and how to communicate such a model Demonstrate how

More information

Introduction to Software Engineering

Introduction to Software Engineering CHAPTER 1 Introduction to Software Engineering Structure 1.1 Introduction Objectives 1.2 Basics of Software Engineering 1.3 Principles of Software Engineering 1.4 Software Characteristics 1.5 Software

More information

Transactions on Information and Communications Technologies vol 1, 1993 WIT Press, ISSN

Transactions on Information and Communications Technologies vol 1, 1993 WIT Press,   ISSN Strategic level interactive scheduling and operational level real-time scheduling for flexible manufacturing systems M. Tsukiyama, K. Mori & T. Fukuda Industrial Electronics and Systems Laboratory, Mitsubishi

More information

International Journal of Advanced Research in Computer Science and Software Engineering

International Journal of Advanced Research in Computer Science and Software Engineering Volume 2, Issue 8, August 2012 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com Improvement in

More information

Use of Simulation in Different Phases of Manufacturing System Life Cycle

Use of Simulation in Different Phases of Manufacturing System Life Cycle Use of Simulation in Different Phases of Manufacturing System Life Cycle Asish Tripathy 1, Dr.K. Mohapatra 2, Subhashree Pothal 3, Durga Prasanna Mohanty 4 1,3Asst. Professor, Department of Mechanical

More information

CS626 Data Analysis and Simulation

CS626 Data Analysis and Simulation CS626 Data Analysis and Simulation Instructor: Peter Kemper R 14A, phone 221-3462, email:kemper@cs.wm.edu Office hours: Monday, Wednesday 2-4 pm Today: Stochastic Input Modeling based on WSC 21 Tutorial

More information

Petri Net Modeling of Routing and Operation Flexibility in Production Systems

Petri Net Modeling of Routing and Operation Flexibility in Production Systems Proceedings of the 13th Mediterranean Conference on Control and Automation Limassol, Cyprus, June 27-29, 2005 Petri Net Modeling of Routing and Operation Flexibility in Production Systems MoM04-4 G. J.

More information

CIMFLOW A WORKFLOW MANAGEMENT SYSTEM BASED ON INTEGRATION PLATFORM ENVIRONMENT

CIMFLOW A WORKFLOW MANAGEMENT SYSTEM BASED ON INTEGRATION PLATFORM ENVIRONMENT CIMFLOW A WORKFLOW MANAGEMENT SYSTEM BASED ON INTEGRATION PLATFORM ENVIRONMENT Haibin Luo Yushun Fan State CIMS Engineering and Research Center, Dept. of Automation, Tsinghua University Beijing, P.R. China.

More information

Software tool support for software development

Software tool support for software development Computer-aided software engineering Software tool support for software development CASE technology Production-process support technology Tools to support development activities such as specification, design,

More information

HUMAN FACTOR ENGINEERING APPLIED TO NUCLEAR POWER PLANT DESIGN

HUMAN FACTOR ENGINEERING APPLIED TO NUCLEAR POWER PLANT DESIGN FR0200584 HUMAN FACTOR ENGINEERING APPLIED TO NUCLEAR POWER PLANT DESIGN A. Manrique BWR General Electric Business Manager J.C. Valdivia Operation Engineering Project Manager A. Jimenez Operation Engineering

More information

Expert system for the process sequence design of a ball stud

Expert system for the process sequence design of a ball stud Journal of Materials Processing Technology 89 90 (1999) 72 78 Expert system for the process sequence design of a ball stud J.-H. Song, Y.-T. Im * Computer Aided Materials Processing Laboratory, Department

More information

Determining the Effectiveness of Specialized Bank Tellers

Determining the Effectiveness of Specialized Bank Tellers Proceedings of the 2009 Industrial Engineering Research Conference I. Dhillon, D. Hamilton, and B. Rumao, eds. Determining the Effectiveness of Specialized Bank Tellers Inder S. Dhillon, David C. Hamilton,

More information

Proceedings of the 2010 Winter Simulation Conference B. Johansson, S. Jain, J. Montoya-Torres, J. Hugan, and E. Yücesan, eds.

Proceedings of the 2010 Winter Simulation Conference B. Johansson, S. Jain, J. Montoya-Torres, J. Hugan, and E. Yücesan, eds. Proceedings of the 2010 Winter Simulation Conference B. Johansson, S. Jain, J. Montoya-Torres, J. Hugan, and E. Yücesan, eds. BOTTLENECK ANALYSIS OF A CHEMICAL PLANT USING DISCRETE EVENT SIMULATION Bikram

More information

The software process

The software process Software Processes The software process A structured set of activities required to develop a software system Specification; Design; Validation; Evolution. A software process model is an abstract representation

More information

Timetabling with Genetic Algorithms

Timetabling with Genetic Algorithms Timetabling with Genetic Algorithms NADIA NEDJAH AND LUIZA DE MACEDO MOURELLE Department of de Systems Engineering and Computation, State University of Rio de Janeiro São Francisco Xavier, 524, 5 O. Andar,

More information

PETRI NET VERSUS QUEUING THEORY FOR EVALUATION OF FLEXIBLE MANUFACTURING SYSTEMS

PETRI NET VERSUS QUEUING THEORY FOR EVALUATION OF FLEXIBLE MANUFACTURING SYSTEMS Advances in Production Engineering & Management 5 (2010) 2, 93-100 ISSN 1854-6250 Scientific paper PETRI NET VERSUS QUEUING THEORY FOR EVALUATION OF FLEXIBLE MANUFACTURING SYSTEMS Hamid, U. NWFP University

More information

Chapter 14: Systems Development

Chapter 14: Systems Development Accounting Information Systems: Essential Concepts and Applications Fourth Edition by Wilkinson, Cerullo, Raval, and Wong-On-Wing Chapter 14: Systems Development Slides Authored by Somnath Bhattacharya,

More information

Line Balancing on AUDI B8 Cable Assembly Line using MUDA: A Case Study

Line Balancing on AUDI B8 Cable Assembly Line using MUDA: A Case Study International Journal of Advance Industrial Engineering E-ISSN 2320 5539 2015 INPRESSCO, All Rights Reserved Available at http://inpressco.com/category/ijaie/ Research Article Line Balancing on AUDI B8

More information

Risk Simulation in Project Management System

Risk Simulation in Project Management System Risk Simulation in Project Management System Anatoliy Antonov, Vladimir Nikolov, Yanka Yanakieva Abstract: The Risk Management System of a Project Management System should be able to simulate, to evaluate

More information

STATISTICAL ANALYSIS OF A PRODUCTION LINE FOR A TROUSER MANUFACTURING UNIT IN A GARMENT INDUSTRY USING SIMULATION MODELING

STATISTICAL ANALYSIS OF A PRODUCTION LINE FOR A TROUSER MANUFACTURING UNIT IN A GARMENT INDUSTRY USING SIMULATION MODELING STATISTICAL ANALYSIS OF A PRODUCTION LINE FOR A TROUSER MANUFACTURING UNIT IN A GARMENT INDUSTRY USING SIMULATION MODELING Gana Shyam.V 1, V.Vivekanand 2, Rohit Titus 3, Abhishek Shetty 4 1,3,4Bachelor

More information

PERFORMANCE ANALYSES OF CONWIP CONTROLLED PRODUCTION SYSTEM USING SIMULATION

PERFORMANCE ANALYSES OF CONWIP CONTROLLED PRODUCTION SYSTEM USING SIMULATION PERFORMANCE ANALYSES OF CONWIP CONTROLLED PRODUCTION SYSTEM USING SIMULATION ROTARU Ana University of Pitesti, Faculty of Mechanics and Technology, Department of Management and Technology e-mail: ana_c_rotaru@yahoo.com

More information

CHAPTER 2 LITERATURE SURVEY

CHAPTER 2 LITERATURE SURVEY 10 CHAPTER 2 LITERATURE SURVEY This chapter provides the related work that has been done about the software performance requirements which includes the sub sections like requirements engineering, functional

More information

Simulation Model of Quality Control Laboratory in Pharmaceutical Industry

Simulation Model of Quality Control Laboratory in Pharmaceutical Industry Simulation Model of Quality Control Laboratory in Pharmaceutical Industry Andrea Costigliola andrea.costigliola@tecnico.ulisboa.pt Instituto Superior Técnico, Lisboa, Portugal 2 November 2016 Abstract

More information

Simulation Software. Chapter 3. Based on the slides provided with the textbook. Jiang Li, Ph.D. Department of Computer Science

Simulation Software. Chapter 3. Based on the slides provided with the textbook. Jiang Li, Ph.D. Department of Computer Science Simulation Software Chapter 3 Based on the slides provided with the textbook 3.1 Introduction Many features common to most simulation programs Special-purpose simulation packages incorporate these common

More information

CHAPTER 1 INTRODUCTION

CHAPTER 1 INTRODUCTION 1 CHAPTER 1 INTRODUCTION 1.1 FACILITY LAYOUT DESIGN Layout design is nothing but the systematic arrangement of physical facilities such as production machines, equipments, tools, furniture etc. A plant

More information

Principles of Verification, Validation, Quality Assurance, and Certification of M&S Applications

Principles of Verification, Validation, Quality Assurance, and Certification of M&S Applications Introduction to Modeling and Simulation Principles of Verification, Validation, Quality Assurance, and Certification of M&S Applications OSMAN BALCI Professor Copyright Osman Balci Department of Computer

More information

DYNAMIC STAND ASSIGNMENT TO IMPROVE AIRPORT GATES OCCUPANCY

DYNAMIC STAND ASSIGNMENT TO IMPROVE AIRPORT GATES OCCUPANCY DYNAMIC STAND ASSIGNMENT TO IMPROVE AIRPORT GATES OCCUPANCY Miquel Angel Piera (a), Mercedes Narciso (b), Juan Jose Ramos (c),toni Laserna (d) Autonomous University of Barcelona, Department of Telecommunications

More information

ISSN Number: Modelling Time-Constrained Software Development. Dr. Antony Powell Department of Management Studies, University of York

ISSN Number: Modelling Time-Constrained Software Development. Dr. Antony Powell Department of Management Studies, University of York University of York Department of Management Studies Working Paper No. 4 ISSN Number: 1743-441 Modelling -Constrained Software Development Dr. Antony Powell Department of Management Studies, University

More information

Tecnomatix Plant Simulation

Tecnomatix Plant Simulation Value Stream Mapping Library Benefits Increase productivity of existing production facilities by as much as 20 percent Reduce investment in planning for new production by as much as 20 percent Reduce inventories

More information

A RFBSE model for capturing engineers useful knowledge and experience during the design process

A RFBSE model for capturing engineers useful knowledge and experience during the design process A RFBSE model for capturing engineers useful knowledge and experience during the design process Hao Qin a, Hongwei Wang a*, Aylmer Johnson b a. School of Engineering, University of Portsmouth, Anglesea

More information

Keywords Warehouse Management, Optimization, Decision Support, Hierarchical Coloured Petri Network.

Keywords Warehouse Management, Optimization, Decision Support, Hierarchical Coloured Petri Network. Volume 3, Issue 9, September 2013 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com Modeling of

More information

one Introduction chapter Overview Chapter

one Introduction chapter Overview Chapter one Introduction Chapter chapter Overview 1.1 Introduction to Decision Support Systems 1.2 Defining a Decision Support System 1.3 Decision Support Systems Applications 1.4 Textbook Overview 1.5 Summary

More information

Learning Petri Net Models of Non-Linear Gene Interactions

Learning Petri Net Models of Non-Linear Gene Interactions Learning Petri Net Models of Non-Linear Gene Interactions Abstract Understanding how an individual s genetic make-up influences their risk of disease is a problem of paramount importance. Although machine

More information

Towards the Workflow-enabled Civil Construction Enterprise Integration

Towards the Workflow-enabled Civil Construction Enterprise Integration Towards the Workflow-enabled Civil Construction Enterprise Integration Mario Paulo Teixeira Pinto( a), Joao Jose Pinto Ferreira(b) (a) Superior School of Industrial Studies and Management. Polytechnic

More information

Agent Based Reasoning in Multilevel Flow Modeling

Agent Based Reasoning in Multilevel Flow Modeling ZHANG Xinxin *, and LIND Morten * *, Department of Electric Engineering, Technical University of Denmark, Kgs. Lyngby, DK-2800, Denmark (Email: xinz@elektro.dtu.dk and mli@elektro.dtu.dk) 1 Introduction

More information

I R TECHNICAL RESEARCH REPORT. Rescheduling Frequency and Supply Chain Performance. by Jeffrey W. Herrmann, Guruprasad Pundoor TR

I R TECHNICAL RESEARCH REPORT. Rescheduling Frequency and Supply Chain Performance. by Jeffrey W. Herrmann, Guruprasad Pundoor TR TECHNICAL RESEARCH REPORT Rescheduling Frequency and Supply Chain Performance by Jeffrey W. Herrmann, Guruprasad Pundoor TR 2002-50 I R INSTITUTE FOR SYSTEMS RESEARCH ISR develops, applies and teaches

More information

Transforming Your Value Streams Workbook

Transforming Your Value Streams Workbook Transforming Your Value Streams Workbook Learn how to make value flow one piece at a time. A workbook intended to accompany the Facilitator s Guides for this course. This guide includes the Key Points

More information

Lean Manufacturing using Axiomatic Design

Lean Manufacturing using Axiomatic Design Lean Manufacturing using Axiomatic Design Sachpreet Singh Aulakh, Janpreet Singh Gill Abstract The manufacturing system design is the topic of discussion in this paper. Numerous manufacturing system design

More information

Modular Logic Controllers for Machining Systems: Formal Representation and Analysis using Petri Nets

Modular Logic Controllers for Machining Systems: Formal Representation and Analysis using Petri Nets Modular Logic Controllers for Machining Systems: Formal Representation and Analysis using Petri Nets Dawn Tilbury Mechanical Engineering and Applied Mechanics University of Michigan Acknowledgments Joint

More information

version NDIA CMMI Conf 3.5 SE Tutorial RE - 1

version NDIA CMMI Conf 3.5 SE Tutorial RE - 1 Requirements Engineering SE Tutorial RE - 1 What Are Requirements? Customer s needs, expectations, and measures of effectiveness Items that are necessary, needed, or demanded Implicit or explicit criteria

More information

CHAPTER 7 CONCLUSION AND FUTURE SCOPE

CHAPTER 7 CONCLUSION AND FUTURE SCOPE 180 CHAPTER 7 CONCLUSION AND FUTURE SCOPE 7.1 OVERVIEW In this Chapter, an insight of the research work done along with major contributions as explained in this thesis and the future scope of this research

More information

A SIMPLIFIED MODELING APPROACH FOR HUMAN SYSTEM INTERACTION. Torbjörn P.E. Ilar

A SIMPLIFIED MODELING APPROACH FOR HUMAN SYSTEM INTERACTION. Torbjörn P.E. Ilar Proceedings of the 2008 Winter Simulation Conference S. J. Mason, R. R. Hill, L. Mönch, O. Rose, T. Jefferson, J. W. Fowler eds. A SIMPLIFIED MODELING APPROACH FOR HUMAN SYSTEM INTERACTION Torbjörn P.E.

More information

C. Wohlin, P. Runeson and A. Wesslén, "Software Reliability Estimations through Usage Analysis of Software Specifications and Designs", International

C. Wohlin, P. Runeson and A. Wesslén, Software Reliability Estimations through Usage Analysis of Software Specifications and Designs, International C. Wohlin, P. Runeson and A. Wesslén, "Software Reliability Estimations through Usage Analysis of Software Specifications and Designs", International Journal of Reliability, Quality and Safety Engineering,

More information

Assignment Flexibility in a Cellular Manufacturing System - Machine Pooling versus Labor Chaining -

Assignment Flexibility in a Cellular Manufacturing System - Machine Pooling versus Labor Chaining - 1050 Flexible Automation and Intelligent Manufacturing, FAIM2004, Toronto, Canada Assignment Flexibility in a Cellular Manufacturing System - Machine Pooling versus Labor Chaining - Jos A.C. Bokhorst 1,

More information

Value system simulation models

Value system simulation models Value system simulation models The REA ontology as a conceptual basis for simulation models Wim Laurier Facultés Universitaires Saint-Louis, Faculté ESPO, Brussels, Belgium wim.laurier@ugent.be Abstract.

More information

Soft Systems Methodology for Hard Systems Engineering - The Case of Information Systems Development at LIT/INPE/BRAZIL

Soft Systems Methodology for Hard Systems Engineering - The Case of Information Systems Development at LIT/INPE/BRAZIL Soft Systems Methodology for Hard Systems Engineering - The Case of Information Systems Development at LIT/INPE/BRAZIL Ana Claudia de Paula Silva 1, Geilson Loureiro 1 Abstract The Soft Systems Methodology

More information

A DESIGN PROCESS MODELING APPROACH INCORPORATING NONLINEAR ELEMENTS

A DESIGN PROCESS MODELING APPROACH INCORPORATING NONLINEAR ELEMENTS Proceedings of 1998 DETC: ASME Design Theory and Methodology Conference September 13-16, 1998, Atlanta DETC98-5663 A DESIGN PROCESS MODELING APPROACH INCORPORATING NONLINEAR ELEMENTS Johan Andersson Department

More information

A New Networking Technique The Beeline Diagramming Method Seon-Gyoo Kim

A New Networking Technique The Beeline Diagramming Method Seon-Gyoo Kim 2018 International Conference on Mechanical, Electronic and Information Technology (ICMEIT 2018) ISBN: 978-1-60595-548-3 A New Networking Technique The Beeline Diagramming Method Seon-Gyoo Kim Department

More information

Workflow Model Representation Concepts

Workflow Model Representation Concepts Workflow Model Representation Concepts József Tick Institute for Software Engineering, John von Neumann Faculty, Budapest Tech tick@bmf.hu Abstract: Workflow management and the possibilities of workflow

More information

AUTOSCHED TUTORIAL. Bill Lindler. AutoSimulations 655 E. Medical Drive Bountiful, Utah 84010, U.S.A.

AUTOSCHED TUTORIAL. Bill Lindler. AutoSimulations 655 E. Medical Drive Bountiful, Utah 84010, U.S.A. AUTOSCHED TUTORIAL Bill Lindler AutoSimulations 655 E. Medical Drive Bountiful, Utah 84010, U.S.A. ABSTRACT The AutoSched TM finite capacity planning and scheduling tool helps you increase throughput,

More information

Experiences from Lightweight RE Method Evaluations

Experiences from Lightweight RE Method Evaluations Experiences from Lightweight RE Method Evaluations Uolevi Nikula Lappeenranta University of Technology, Department of Information Technology, P.O. Box 20, FIN-53851 Lappeenranta, Finland Uolevi.Nikula@lut.fi

More information

People at work: Modelling human performance in shop floor for process improvement in manufacturing enterprises.

People at work: Modelling human performance in shop floor for process improvement in manufacturing enterprises. People at work: Modelling human performance in shop floor for process improvement in manufacturing enterprises. Siti Nurhaida Khalil 1, R.H Weston 1 and J.O. Ajaefobi 1 1 MSI (Manufacturing System Integration

More information

Using Design of Experiments and Simulation Modeling to Study the Facility Layout for a Server Assembly Process

Using Design of Experiments and Simulation Modeling to Study the Facility Layout for a Server Assembly Process Proceedings of the 2008 Industrial Engineering Research Conference J. Fowler and S. Mason, eds. Using Design of Experiments and Simulation Modeling to Study the Facility Layout for a Server Assembly Process

More information

Texas A&M Industrial Engineering 9/23/99

Texas A&M Industrial Engineering 9/23/99 anufacturing System anufacturing System Planning and Analysis Characterized by: Number of machines Number of part types Part routes through the system Processing times achine setups emand patterns Raw

More information

Spreadsheet Simulation. Development and Learning Benefits. MPS Interactive Systems Limited. All rights reserved.

Spreadsheet Simulation. Development and Learning Benefits. MPS Interactive Systems Limited. All rights reserved. Spreadsheet Simulation Development and Learning Benefits Abstract/Introduction Using simulations as a medium of learning and planning has been gaining widespread acceptance in several organizations. Institutions

More information

APPLYING NEW TECHNOLOGIES TO AUTOMATE AND SUPPORT COMPLEX SIMULATION MODELS FOR OIL DISTRIBUTION IN BRAZIL

APPLYING NEW TECHNOLOGIES TO AUTOMATE AND SUPPORT COMPLEX SIMULATION MODELS FOR OIL DISTRIBUTION IN BRAZIL APPLYING NEW TECHNOLOGIES TO AUTOMATE AND SUPPORT COMPLEX SIMULATION MODELS FOR OIL DISTRIBUTION IN BRAZIL BARBOSA, GUILHERME.J. & LIMOEIRO, CLÁUDIO.D.P. E-mail: gjb@petrobras.com.br Petróleo Brasileiro

More information

SAP AUTOMATION WITHOUT THE COMPLEXITY

SAP AUTOMATION WITHOUT THE COMPLEXITY SAP AUTOMATION WITHOUT THE COMPLEXITY WHITE PAPER OCTOBER 2012 CONTENTS CONTENTS Introduction 3 The Fundamental Problem 4 Things Are Getting Better But 5 The Brave New World 6 The Process To Achieve Utopia

More information

Using discrete event simulation in supply chain planning

Using discrete event simulation in supply chain planning Using discrete event simulation in supply chain planning Hellström, Daniel; Johnsson, Mats 2002 Link to publication Citation for published version (APA): Hellström, D., & Johnsson, M. (2002). Using discrete

More information

SCHEDULING FOR HIGH-RISE BUILDING CONSTRUCTION USING SIMULATION TECHNIQUES

SCHEDULING FOR HIGH-RISE BUILDING CONSTRUCTION USING SIMULATION TECHNIQUES SCHEDULING FOR HIGH-RISE BUILDING CONSTRUCTION USING SIMULATION TECHNIQUES Arthur W T Leung Division of Building Science and Technology, City University of Hong Kong bsawtl@cityu.edu.hk Dr C M Tam Department

More information

Activity-Based Costing Approach to Equipment Selection Problem For Flexible Manufacturing Systems

Activity-Based Costing Approach to Equipment Selection Problem For Flexible Manufacturing Systems Activity-Based Costing Approach to Equipment Selection Problem For Flexible anufacturing Systems Prasert Nakcharoen, Ph.D. Webster University, Los Angeles 325 Challenger Way Suite # 030 El Segundo, CA

More information

An Agent-Based Scheduling Framework for Flexible Manufacturing Systems

An Agent-Based Scheduling Framework for Flexible Manufacturing Systems An Agent-Based Scheduling Framework for Flexible Manufacturing Systems Iman Badr International Science Index, Industrial and Manufacturing Engineering waset.org/publication/2311 Abstract The concept of

More information

Proceedings of the 2012 Winter Simulation Conference C. Laroque, J. Himmelspach, R. Pasupathy, O. Rose, and A. M. Uhrmacher, eds.

Proceedings of the 2012 Winter Simulation Conference C. Laroque, J. Himmelspach, R. Pasupathy, O. Rose, and A. M. Uhrmacher, eds. Proceedings of the 2012 Winter Simulation Conference C. Laroque, J. Himmelspach, R. Pasupathy, O. Rose, and A. M. Uhrmacher, eds. A SIMULATION-BASED LEAN PRODUCTION APPROACH AT A LOW-VOLUME PARTS MANUFACTURER

More information

A Quantitative Comparison of Bottleneck Detection Methods in Manufacturing Systems with Particular Consideration for Shifting Bottlenecks

A Quantitative Comparison of Bottleneck Detection Methods in Manufacturing Systems with Particular Consideration for Shifting Bottlenecks A Quantitative Comparison of Bottleneck Detection Methods in Manufacturing Systems with Particular Consideration for Shifting Bottlenecks Christoph Roser 1, Masaru Nakano 2 1 Karlsruhe University of Applied

More information

EE249 Discussion: Petri Net. David Burnett Wei Yang Tan

EE249 Discussion: Petri Net. David Burnett Wei Yang Tan EE249 Discussion: Petri Net David Burnett Wei Yang Tan Outline Basics of Petri Net Applications of Petri Net Supply Chain Modeling Biological Network Petri Net Synthesis Basics of Petri Net Petri Net Recap

More information

Using Expert Systems for Simulation Modeling of Patient Scheduling

Using Expert Systems for Simulation Modeling of Patient Scheduling Grand Valley State University ScholarWorks@GVSU Peer Reviewed Articles School of Engineering 9-2000 Using Expert Systems for Simulation Modeling of Patient Scheduling Charles R. Standridge Grand Valley

More information