SIMULATION BASED JOB SHOP PRODUCTION ANALYSER

Size: px
Start display at page:

Download "SIMULATION BASED JOB SHOP PRODUCTION ANALYSER"

Transcription

1 SIMULATION BASED JOB SHOP PRODUCTION ANALYSER Wolfgang Kuehn Dep. of Electrical, Information and Media Engineering University of Wuppertal D Wuppertal wkuehn@uni-wuppertal.de Clemens Draschba SIPOC GmbH D Bremen draschba@sipoc.de KEYWORDS Job Shop simulation, rule based dispatch, automated model generation ABSTRACT With the Simulation based Job Shop Production Analyser a powerful analysis tool has been developed by use of modern Java and database technology. This straight forward approach offers the possibility to model the production flow of even complex job shop production systems efficiently. It provides a professional decision base for the daily operative production business. System integration, automated modelling from the database and very fast simulation runs are key features of this approach. As an industrial application for the Job Shop Production Analyser the simulation of a complex semiconductor production plant is shown. JOB SHOP PRODUCTION In job shop production the routing and scheduling of jobs is much more complex than in other production systems. The workflow of each production job is given by a job description which defines the required sequence of the necessary production steps. The decision when to schedule a job and which resource shall be used for each production step depends on the job requirements, the actual availability of the resources and other circumstances. Factory ProductionModul ProductionModul ProductionModul Produktionskontrolle Produktionskontrolle Fig. 1: Job Shop Production For operative planning and control a rule based dispatch system (RBD) can be applied to calculate the sequence of the jobs for each resource respectively machine. The production sequence created by such a rule based production planning and control system depends on defined priorities, applied rules and the actual state of the shop. SIMULATION BASED ANALYSE The Simulation Based Job Shop Production Analyser offers the possibility of a flexible and efficient approach to model and simulate large job shop production facilities very fast. Therefore the routing and scheduling of the jobs through the production is modelled in detail. The Simulation Based Job Shop Production Analyser offers: automatic model generation integrated simulation concept powerful separated/independent simulation kernel integrated database interface fast and powerful simulation runs fully integrated in a client server environment open concept for user specific extensions The Simulation Based Job Shop Production Analyser is based on modern Java and database technology and can be used for: research on future production concepts operative production planning and control, The system can be integrated in existing computer networks for production planning and control. Therefore interfaces for input data, for running and controlling the system and for result output are necessary. Data Import from PPS and ERP-Systems The required data import from any production planning system can be performed directly via database interface or XML interface. The data are processed by means of definable data filter for the simulation. Three categories of input data are required: Resource data: parameter of production resources, work centres, machines etc. Operating data: production data, workflow definition, individual process definitions, calendar assignment etc. Job data: job lists, job dates, priorities etc.

2 Resource Data Data Filter Generator Model Simulation Results Operating data Strategies/ Decisions Job Data Fig. 2: Production analyse with automatic model generating The resource data are static data, which are related to the plant structure and production equipment. These data normally are fixed and will change only if the plant structure or the equipment is modified. Operating data are data related to the processes, and provide principle definitions for operating processes. These data are changed, when processes are modified. Job data provide the information of actual jobs. These data are always changed in the daily business. The data described above can be used for an automated model generation. Automated Model Generation The automated generation of simulation models is performed with input data from a database. This automatic model generation allows a rapid and flexible modelling approach also of large production areas. Problems from manual data input and data inconsistencies are minimized by this approach. Further a great advantage of this procedure is that the maintenance effort for the simulation is reduced considerably, since the model in each case is directly generated from the current data base automatically again. So the state of the data from the database and that of the simulation model matches always. If necessary due to customers needs some specific areas may be modelled more in detail. This normally should be performed by use of more specific building blocks. Further for the check of very specific production details it is also possible to modify an automatically generated model manually. However for this option some programming knowledge is required. SOFTWARE ARCHITECTURE The first prototype of the Simulation Based Job Shop Production Analyser was realized by use of the simulation tool emplant (Tecnomatix). For the professional version an advanced Java structure has been chosen. This approach has a lot of advantages. Native Java Strucure The software architecture of the second generation Simulation Based Job Shop Production Analyser is based on native Java and very flexible. The object oriented features of Java are directly used for the simulation model structure. Towards a very modular and flexible software approach there is a clear separation between the simulation task, the result analysis and the user interface. The simulation model is running as an independent thread. The simulation task is connected by an JDBC interface to a database. The model is created from the contend of the database and the required results are written into the database. The user interface interacts with the simulation through defined interfaces. The result analysis can be performed by interaction with the simulation task directly or with data from the database. In order to speed up the simulation process and the data base interaction the main simulation task is performed independent from the user interface. E.g. on a LINUX server it is even possible to run more than one simulation task parallel and in a second step it would also be possible to simulate different job shop productions at the same time and to interact between these in a distributed simulation network. Integration in a Client Server Environment The user interaction for preparing simulation experiments and the analysis of simulation results can be located on client computers somewhere in the network. The model building and simulation process can be started and controlled by interface technology on base of RMI, CORBA or XML-RPC. This offers a fully integration of the simulator into advanced software architectures, e.g. in an application server environment. Such architecture allows an advanced integration of simulation with production planning and control systems. Due to the advantage that the user interface on the client computers is separated from the main simulation task it can be designed independently to the customers needs. For the operative business the production planner and controller shall be able to operate the software without special knowledge of simulation or programming technology. Java Simulation Library The applied Java based Simulation Library is not limited to a certain simulation level like many other simulation tools. The architecture of the library uses an object oriented approach. It is modular and open for additional extensions. The library offers features similar to the flexibility of a simulation language, over the level of general building blocks, such as workstations and assembly stations, up to the efficiency of simulators with highly specialised building blocks for a special purpose.

3 Job Shop specific Classes For the Simulation Based Job Shop Production Analyser some specific classes have been developed on top of the general simulation classes. These are special classes for modelling the job shop such as Shop, Department, s, Shops and Scheduler. With these it is possible to build hierarchical models of the job shop facility. Some more special model classes may be added due to specific customer requirements. Further customer specific rules for the routing and scheduling can be integrated into the production control module. The Shop module represents the upper level of a job shop production model. A Shop may contain several Departments which represent the organisational structure of the facility. The Department module is used to model production areas. A Department may contain several s which are assigned to a certain processing tasks. A Department does not provide processing features itself; it serves as organisational unit to group production facilities. The is the module which offers certain processing tasks for the jobs. In a there may be several machines located which fulfil the required processing tasks. A contains an input and an output buffer. All material flow is sent into the input buffer. For the jobs in the input buffer it has to be decided, which lot shall be produced next on a particular machine respectively resource. This production control decision is done by the Scheduler using rule based dispatch algorithms. The Shops are the material flow modules to perform an operation. In a job shop model machines are always located in a. The Scheduler is a very flexible production control module wich allows to model rule based production planning and control algorithms. A scheduler can be used on different model levels. On the upper model level the Scheduler is used to schedule jobs into the system, on level of a it is used to decide which job shall be processed next. New Job Shop Models New job shop models are generated completely from the database. This is a very powerful and flexible feature towards efficient modelling. Through this approach models can be even defined in third party software products for production planning and control. Further, if necessary the job shop class library can be extended by additional customer required classes in order to fit to the needs of the respective project. The Simulation Based Job Shop Production Analyser is open for modelling and simulation of any job shop production. However the system has been developed due to the need of complex semiconductor production systems. In the following an industrial application of the Fig. 3: Database model Simulation Based Job Shop Production Analyser in the field ob semiconductor production shall be shown. INDUSTRIAL APPLICATION: SEMICONDUCTOR PRODUCTION The production of semiconductors is a typical job shop production and it is characterized by very extensive processes with a wide span of processing times, even partly with very long machining times, which cannot be interrupted. Due to the complicated processes and the clean room production environment the investment for the plants and even the operation of the shop is very expensive. The necessary work schedules for the processing of the wafers consist of more than 350 single steps. A product may be routed in bows to the same resource up to 20 times again. Therefore the planning and control of the manufacturing chain is extremely complex and requires a very powerful software tool. The modelled production consists of several production areas with more than 100 work enters, more than in total 350 machines as well as more than 500 work schedules for more than 1000 different products. A special characteristic of this particular semiconductor production is the relatively high amount of urgent development lots, which require a high priority and a very fast throughput time, in order to fit the demands of the developers for customer definable wafers. For this reason the simulation of the evaluated semiconductor production requires a considerable expenditure due to the described complexity of the production. With the aid of automatic model generation from a database hierarchical models can be generated conveniently always from actual production data. In this concept the actual simulator kernel is encapsulated and may run as a separate task on a simulation server. The model creation shall be operated by employees in the field of the production control without particular simulation and programming know-how by use of a convenient user interface. The manual modelling of large size companies is very time consuming and

4 inflexible. Therefore an automatic model generation offers a considerable advantage. The production data necessary for the simulation are kept in a database, converted according to the requirements and used then for the automatic model generation. Rule Based Production Control In a complex semiconductor production with a high number of different products, the production planner and / or operator must decide frequently, how lots and tasks shall be routed and scheduled through the production facility in order to fulfil different production goals at a maximum. The sequence of the lots for the production chain can be generated by use of production strategies according to a rule based job scheduling strategy (RBD = Rule Based Dispatch). A particular production strategy can be built up from several priority classes, filtering and sorting rules, that are defined as default rules in order to improve local production areas or to optimize the global production. The production planning system used in this semiconductor production offers more than 50 different operation rules for the production control, such as: EDD, DD (Earliest Due Date) CR (Critical Ratio) SST (Shortest Setup Time) LS, MS (Least Slack, Minimum Slack) CP (Critical Path) Rush (Emergency) earliest due date among the waiting jobs least time (time to due date divided by total remaining processing time) among the waiting jobs shortest setup time least time [time to due date minus total remaining processing time] among the waiting jobs The Job on the critical path is processed first Jobs with special demand to be processed very urgently In the daily business the semiconductor manufacturer employs a very few of these rules to the daily operation of the production only. And even these rules are used very conservatively since the production is very complex and has a relatively long reaction time. For the production planner and production controller in the plant it is very difficult to judge the influence of particular rules respectively parameter settings for the entire system. However the goal to reduce e.g. the flow factor in the production requires considerable modifications of the production control. Here simulation offers a powerful tool to test various strategies and modifications without risk for the current production. USE OF THE SIMULATION BASED JOB SHOP PRODUCTION ANALYSER The use of simulation technology has the goal to improve the production system by optimizing a combination of production strategies under consideration of the respective status of the job shop facility. For this purpose the Simulation Based Job Shop Production Analyser has been applied. The model generated for the analyses consists mainly of production modules, work centres and machines. Each production module consists of work centres, which itself may contain several job shop machines. With the Simulation Based Job Shop Production Analyser the effect of various parameters to the production process chain can be examined in a dynamic model, such as: effect of additional tasks changes of scheduling sequence in the production system change of the rule based production control changes in the workflow sequence changes the lot size effect of special and hot lots changes in the plant structure Prototype based on emplant The first modelling of the semiconductor plant has been performed with the prototype version of the Simulation Based Job Shop Production Analyser, which was developed on base of the simulation tool emplant (Tecnomatix) and an Oracle Database. Fig 5: Fig. 4: Hierarchical simulation model Detailed simulation of the Custer Tools Endura Meanwhile the simulation tool has been changed in order to improve simulation speed, robustness and the

5 integration possibilities. The new advanced approach is based on a very efficient Java simulation library. Improvement by Next Generation Analyser The second generation Simulation Based Job Shop Production Analyser is based on an advanced Java simulation library. It offers a faster optimized simulator kernel and powerful model classes approving a most extremely efficient modelling and simulation approach. The library follows an object oriented design. It offers general simulation objects, material flow objects, information flow objects, decision making objects and applied material flow objects. For the internal information flow the features of Java are used directly to implement information flow for the simulation model very efficiently. With the prototype on base of emplant and Oracle the model building took some minutes. With the new Java based version the time generating the complete model building process of the plant described above takes now less than 10 seconds. Further due to the very clear structure the simulation speed has been increased by a factor of 10 2 to The database interactions are much more flexible through the use of JDBC. Operative Planning and Control The Simulation Based Job Shop Production Analyser can be integrated into the production planning software used for the daily business. The stuff running the plant can apply the simulation results for the operative production planning and control without the requirement of specific simulation and programming knowledge. The input of data, the change of control strategies etc. as well as the graphical presentation of the results can be adapted by use of modern software tools in a userfriendly way to the respective requirements. The model can be generated automatically from the database. Interaction of the user is not necessary, even not reasonable. The actual simulation process runs in a separate task in the background, this may be even possible through the network somewhere else on a separate simulation server. This integrated approach offers a very powerful and user friendly concept which can be adapted to the respective application very flexibly due to the requirements. Simulation Results Results of the simulation can be processed efficiently by use of the database. In freely definable statistic intervals parameters can be gathered and analysed, such as: finished lots maximum and mean utilisation of input buffers for selected or all resources utilization from resources, production areas, work centres, machines number, location and processing status of all lots in the system WIP and entire flow factor standby, scheduled down and unscheduled down of resources overall equipment efficiency (OEE) additional customer specific measures Further various measures can be gathered for a product or a product group over a freely definable time period, such as: flow factor number of finished lots number of lots in the production system throughput times adherence to schedules additional customer specific measures Analyses of the Semiconductor Production The analyses of the complex semiconductor production described above has been performed with various data sets for specific scenarios. For the customer it was very helpful to get some knowledge about the influence of special lots and hot lots in this particular production. A certain percentage of lots with a high or very high priority have the effect that the large volume main business with about 90% of all jobs will be disturbed very much by 3 to 8 % of urgent jobs. However for the research and development department at least a part of the urgent jobs is necessary. Some of these may be unnecessary if the entire system is running more efficient and the flow factor is reduced anyway. By use of simulation it can be considered, how this necessary part of very urgent development lots can be routed and scheduled through the production without disturbing the large volume business to much. There is no general rule to improve. However simulation can show for any actual situation, based on the actual state of the system, different possibilities to handle the high priority lots without too much disturbance. The operator is able to check for the best possibility and to run the production system due to the actual situation with a minimum of disturbance. SUMMARY For the modelling of rule based job shop production systems a modern simulation concept has been developed. This concept is based on modern Java technology and an automatic model generation with production data from a database applied directly before performing each simulation run. The concept of the Simulation based Job Shop Production Analyser is based on a strict object oriented Java simulation kernel which is designed in a modular approach with open interfaces. In order to offer a maximum on flexibility and robustness the concept allows a fully automated generation of the actual simulation model by use of production data from the database. The Simulation

6 Based Job Shop Production Analyser allows running simulation models on various hardware platforms and operation systems. The Job Shop Production Analyser has been successfully applied to model the simulation of a complex semiconductor production plant. Due to its structure the Job Shop Production Analyser can be integrated into existing production planning and control systems. It offers the possibility to model the production flow of even complex job shop production systems efficiently in detail and in order to provide a professional decision base for the daily operative production business. The comparison between the prototype realised on base of the simulation tool emplant and the second generation based on Java technology shows a strong improvement. Speed is increased considerably by a factor of 10 2 to The database interactions for input data and for writing results to the database have been improved and are much more flexible. Further the analyser modules can be fully integrated into other production planning and control systems. With the powerful simulation and integration features an advanced analysis tool with great flexibility has been achieved. REFERENCES Balas, E., Vazacopoulos, A., "Guided Local Search with Shifting Bottleneck for Job Shop Scheduling'', Management Science 44, Brucker, P., Neyer, J., "Tabu-search for the multi-mode job-shop problem'', OR Spektrum 20, Burke, E. and R. Kilgore Silk, JAVA AND OBJECT-ORIENTED simulation. Proceedings of the 2000 Winter Computer Simulation Conference. SCS International, Ghent, Belgium. Dauzere-Peres S., Paulli, J., "An integrated approach for modeling and solving the general multiprocessor job-shop scheduling problem using tabu search'', Annals of Operations Research 70, Dauzere-Peres S., Roux J., Lasserre J.B., 1998: "Multiresource shop scheduling with resource flexibility'', European Journal of Operational Research 107, Dudek-Dyduch, E., Learning based algorithms in scheduling, Journal for Intelligent Manufacturing, (11): Haasw, K. and Kimms, A., Lot sizing and scheduling with sequence dependent set-up costs and times and efficient rescheduling opportunities, International Journal of Production Economics, 66: , Holthaus, O. and Rajendran, C., Efficient job shop dispatching rules: further developments, Production Planning and Control.,11 (2): , Jansen K., Mastrolilli M., Solis-Oba R., "Approximation Algorithms for Flexible Job Shop Problems", Proceedings of Latin American Theoretical Informatics (LATIN'2000), LNCS 1776, pp Kacem, I., Hammadi, S., Borne, P., Pareto-optimality Approach for Flexible Job-shop Scheduling Problems: Hybridization of Evolutionary Algorithms and Fuzzy Logic. Journal of Mathematics and Computers in Simulation, Elsevier. Kacem, I., Hammadi, S., Borne, P., Lower bounds for evaluating schedule performances in flexible job shops. Performance Metrics for Intelligent Systems Workshop, PerMIS'02, Gaithersburg, MD, USA. Kacem, I., Hammadi, S., Borne, P., Approach by Localization and Multi-objective Evolutionary Optimization for Flexible Job-Shop Scheduling Problems. IEEE Transactions on Systems, Man, and Cybernetics. Part C, 2002, Vol 32. N1, pp Kühn, W., JAVA-Sim - An advanced Discrete Event Simulation Library, SCSC 2002, Summer Computer Simulation Conference, San Diego Ottjes, J.A. Veeke. H.P.M., Production Scheduling of Complex Jobs with Simulation Proceedings of the Business and Industry Simulation Symposium (ASTC 2000). Washington Shafaei, R. and Brunn, P., Workshop Scheduling using practical (inaccurate) data Part 2: An investigation of the robustness of the scheduling rules in a dynamic and stochastic environment, International Journal of Production Research, 37 (18): Singer, M., Forecasting Policies for scheduling a stochastic due date job shop, International Journal of Production Research, 38 (15): Subramananiam, V. et al., Selection Rules in a Dynamic Job Shop. International Journal of Advanced Manufacturing Technology, 16: , BIOGRAPHY WOLFGANG KUEHN studied mechanical engineering at the University of Brunswik, Germany. Afterwards he worked two years with Blaupunkt. At the University of Bremen he got 1991 his PHD in production engineering and 1997 his habilitation in the area of simulation of production systems. From 1993 to 1995 he worked as Associated Professor at the Asian Institute of Technology in Bangkok he founded the SIPOC Simulation based Planning, Optimization and Control GmbH in Bremen. Since 1997 he is working as professor for production planning and control in the department of Electrical, Information and Media Engineering at the University of Wuppertal. CLEMENS DRASCHBA got 1996 his degree of production engineering at the University of Bremen. He has industrial experience with the Meyer-Werft and AEG-Lloyd-Dynamo-Werke. For the SIPOC GmbH he performed simulation studies of production processes, such as semiconductor production and international catering facilities. Since 1998 he is general manger of the SIPOC GmbH and responsible for software development.

Oracle Production Scheduling. Maximize shop floor throughput and optimize resource utilization

Oracle Production Scheduling. Maximize shop floor throughput and optimize resource utilization Oracle Production Scheduling Maximize shop floor throughput and optimize resource utilization Typical Scheduling Challenges How can you: Sequence orders to best use your production resources? Offload production

More information

International Journal of Advanced Engineering Technology E-ISSN

International Journal of Advanced Engineering Technology E-ISSN International Journal of Advanced Engineering Technology E-ISSN 976-3945 Research Paper A SIMULATION STUDY AND ANALYSIS OF JOB RELEASE POLICIES IN SCHEDULING A DYNAMIC FLEXIBLE JOB SHOP PRODUCTION SYSTEM

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

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

Océ COSMOS. Starting into new worlds. The workflow. management system. for your input and. output processes

Océ COSMOS. Starting into new worlds. The workflow. management system. for your input and. output processes Océ COSMOS Starting into new worlds The workflow management system for your input and output processes The workflow management system Océ COSMOS automates your production processes is modular and grows

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 0 Winter Simulation Conference C. Laroque, J. Himmelspach, R. Pasupathy, O. Rose, and A.M. Uhrmacher, eds OPTIMAL BATCH PROCESS ADMISSION CONTROL IN TANDEM QUEUEING SYSTEMS WITH QUEUE

More information

5.3 Supply Management within the MES

5.3 Supply Management within the MES Technical 6x9 / Manufacturing Execution Sytems (MES): Design, Planning, and Deployment / Meyer / 0-07-162383-3 / Chapter 5 Core Function Production Flow-Oriented Planning 85 Customer data (e.g., customer

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

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

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

GUIDELINES FOR APPLICATION SERVICE PROVIDING IN THE AREA OF WEB-BASED SIMULATION AND OPTIMIZATION

GUIDELINES FOR APPLICATION SERVICE PROVIDING IN THE AREA OF WEB-BASED SIMULATION AND OPTIMIZATION GUIDELINES FOR APPLICATION SERVICE PROVIDING IN THE AREA OF WEB-BASED SIMULATION AND OPTIMIZATION Thomas Wiedemann Highschool for Business and Technology Dresden Friedrich-List-Platz 1 Dresden, 01069 GERMANY

More information

LabOptimize LIMS. Laboratory Tracking Platform

LabOptimize LIMS. Laboratory Tracking Platform LabOptimize LIMS Laboratory Tracking Platform BioSoft Integrators offers a comprehensive solution to address tracking, process security, analysis and reporting of data with flexibility, scalability and

More information

PROCESS ACCOMPANYING SIMULATION A GENERAL APPROACH FOR THE CONTINUOUS OPTIMIZATION OF MANUFACTURING SCHEDULES IN ELECTRONICS PRODUCTION

PROCESS ACCOMPANYING SIMULATION A GENERAL APPROACH FOR THE CONTINUOUS OPTIMIZATION OF MANUFACTURING SCHEDULES IN ELECTRONICS PRODUCTION Proceedings of the 2002 Winter Simulation Conference E. Yücesan, C.-H. Chen, J. L. Snowdon, and J. M. Charnes, eds. PROCESS ACCOMPANYING SIMULATION A GENERAL APPROACH FOR THE CONTINUOUS OPTIMIZATION OF

More information

SIMUL8-PLANNER FOR COMPOSITES MANUFACTURING

SIMUL8-PLANNER FOR COMPOSITES MANUFACTURING Proceedings of the 2006 Winter Simulation Conference L. F. Perrone, F. P. Wieland, J. Liu, B. G. Lawson, D. M. Nicol, and R. M. Fujimoto, eds. SIMUL8-PLANNER FOR COMPOSITES MANUFACTURING Kim Hindle Project

More information

Improvement and Simulation of Rear Axle Assembly Line Based on Plant Simulation Platform

Improvement and Simulation of Rear Axle Assembly Line Based on Plant Simulation Platform 2017 International Conference on Mechanical Engineering and Control Automation (ICMECA 2017) ISBN: 978-1-60595-449-3 Improvement and Simulation of Rear Axle Assembly Line Based on Plant Simulation Platform

More information

Create a Standard Cost Estimate. Hint: The marking allowance is done by the instructor.

Create a Standard Cost Estimate. Hint: The marking allowance is done by the instructor. Unit 9 Exercise 41 479 Create a Standard Cost Estimate Business Example Now that you have changed the BOM and the routing you need to calculate the cost for your finished product T-F1## again. You run

More information

Integration of Process Planning and Scheduling Functions for Batch Manufacturing

Integration of Process Planning and Scheduling Functions for Batch Manufacturing Integration of Process Planning and Scheduling Functions for Batch Manufacturing A.N. Saravanan, Y.F. Zhang and J.Y.H. Fuh Department of Mechanical & Production Engineering, National University of Singapore,

More information

Implementation of the Timetable Planning System STRAX/TPS in Denmark

Implementation of the Timetable Planning System STRAX/TPS in Denmark Implementation of the Timetable Planning System STRAX/TPS in Denmark A. H. Kaas 1 & R. Goossmann 2 1 Atkins Transportation Scandinavia, Denmark 2 HaCon, Germany Abstract The TPS Timetable Planning System,

More information

Introducing. Data analysis & Machine learning Machine vision Powerful script language Custom instrument drivers

Introducing. Data analysis & Machine learning Machine vision Powerful script language Custom instrument drivers Introducing InstruNEXT Automation Center Data analysis & Machine learning Machine vision Powerful script language Custom instrument drivers Data logging and visualization TCP/IP-based remote UI architecture

More information

A Release Control Policy Based on the Primary Bottleneck Workstation Utility of Multiple Semiconductor Manufacture Lines

A Release Control Policy Based on the Primary Bottleneck Workstation Utility of Multiple Semiconductor Manufacture Lines 2016 International Conference on Computer Engineering and Information Systems (CEIS-16) A Release Control Policy Based on the Primary Bottleneck Workstation Utility of Multiple Semiconductor Manufacture

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 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

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

Component-based 3D Simulation Platform for Production Planning and Process Control

Component-based 3D Simulation Platform for Production Planning and Process Control Advances in Simulation for Production and Logistics Applications Markus Rabe (ed.) Stuttgart, Fraunhofer IRB Verlag 2008 Component-based 3D Simulation Platform for Production Planning and Process Control

More information

A TUTORIAL ON ERGONOMIC AND PROCESS MODELING USING QUEST AND IGRIP. Deidra L. Donald

A TUTORIAL ON ERGONOMIC AND PROCESS MODELING USING QUEST AND IGRIP. Deidra L. Donald Proceedings of the 1998 Winter Simulation Conference D.J. Medeiros, E.F. Watson, J.S. Carson and M.S. Manivannan, eds. A TUTORIAL ON ERGONOMIC AND PROCESS MODELING USING QUEST AND IGRIP Deidra L. Donald

More information

MODELING LOT ROUTING SOFTWARE THROUGH DISCRETE-EVENT SIMULATION. Chad D. DeJong Thomas Jefferson

MODELING LOT ROUTING SOFTWARE THROUGH DISCRETE-EVENT SIMULATION. Chad D. DeJong Thomas Jefferson Proceedings of the 1999 Winter Simulation Conference P. A. Farrington, H. B. Nembhard, D. T. Sturrock, and G. W. Evans, eds. MODELING LOT ROUTING SOFTWARE THROUGH DISCRETE-EVENT SIMULATION Chad D. DeJong

More information

DEVELOPMENT OF GENETIC ALGORITHM FOR SOLVING SCHEDULING TASKS IN FMS WITH COLOURED PETRI NETS

DEVELOPMENT OF GENETIC ALGORITHM FOR SOLVING SCHEDULING TASKS IN FMS WITH COLOURED PETRI NETS From the SelectedWorks of Liana Napalkova October, 2006 DEVELOPMENT OF GENETIC ALGORITHM FOR SOLVING SCHEDULING TASKS IN FMS WITH COLOURED PETRI NETS Liana Napalkova Galina Merkuryeva Miquel Angel Piera

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

ISE480 Sequencing and Scheduling

ISE480 Sequencing and Scheduling ISE480 Sequencing and Scheduling INTRODUCTION ISE480 Sequencing and Scheduling 2012 2013 Spring term What is Scheduling About? Planning (deciding what to do) and scheduling (setting an order and time for

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

Production Management and Scheduling

Production Management and Scheduling Production Management and Scheduling Meet Your Due Dates Your production process can be simple or complex, time consuming or quick, but one thing remains constant the drive to meet your customer s delivery

More information

The ISO Solved solution was build to accomplish the following in most optimised and automated way possible.

The ISO Solved solution was build to accomplish the following in most optimised and automated way possible. 1. ISO Solved Solution The ISO Solved solution was build to accomplish the following in most optimised and automated way possible. 1. Measure and manage output 2. Manage the definition and sequence of

More information

The Business Process Environment

The Business Process Environment The Business Process Environment Flexible, Sensible Process Empowerment EMCONEX TECHNICAL BRIEF Richer Systems Group, Inc. February 2012 IDE Script Writer Alert System Audit Tracking Content Manager TABLE

More information

FLEXIBLE PRODUCTION SIMULATION FOR APPLIED SCIENCES

FLEXIBLE PRODUCTION SIMULATION FOR APPLIED SCIENCES FLEXIBLE PRODUCTION SIMULATION FOR APPLIED SCIENCES Klaus Altendorfer (a), Josef Pilstl (b), Alexander Hübl (c), Herbert Jodlbauer (d) Upper Austria University of Applied Sciences Wehrgraben 1-3, A-4400

More information

ELOenterprise. Document Management Archiving Workflow

ELOenterprise. Document Management Archiving Workflow ELOenterprise Document Management Archiving Workflow ELO Enterprise Content Management E L O E n t e r p r i s e C o n t e n t M a n a g e m e n t Dear Sir or Madam I would like to take this opportunity

More information

Westinghouse Waste Simulation and Optimization Software Tool 13493

Westinghouse Waste Simulation and Optimization Software Tool 13493 Westinghouse Waste Simulation and Optimization Software Tool 13493 Kim Mennicken* and Dr. Jörg Aign** *Westinghouse Electric Germany GmbH, Global Waste Management, Dudenstraße 44, D- 68167 Mannheim, Germany,

More information

Planning for the Semiconductor Manufacturer of the Future

Planning for the Semiconductor Manufacturer of the Future From: AAAI Technical Report SS-92-01. Compilation copyright 1992, AAAI (www.aaai.org). All rights reserved. Planning for the Semiconductor Manufacturer of the Future Hugh E. Fargher 8~ Richard A. Smith

More information

Process Centred versus Resource Centred Modelling for Flexible Production Lines

Process Centred versus Resource Centred Modelling for Flexible Production Lines Process Centred versus Resource Centred Modelling for Flexible Production Lines Claudia Fiedler and Wolfgang Meyer 1 Abstract We describe a resource oriented modelling method for robotic flowshops and

More information

Camstar Semiconductor Suite

Camstar Semiconductor Suite Camstar Semiconductor Suite Global MES to keep pace with demanding change in frontend and backend operations Benefits Rapidly implement a manufacturing execution system platform for maximum ROI Increase

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

Design and Implementation of Office Automation System based on Web Service Framework and Data Mining Techniques. He Huang1, a

Design and Implementation of Office Automation System based on Web Service Framework and Data Mining Techniques. He Huang1, a 3rd International Conference on Materials Engineering, Manufacturing Technology and Control (ICMEMTC 2016) Design and Implementation of Office Automation System based on Web Service Framework and Data

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

Tecnomatix Plant Simulation Validation of Plant Performance and Plant Control Dr. Georg Piepenbrock, Siemens Industry Software

Tecnomatix Plant Simulation Validation of Plant Performance and Plant Control Dr. Georg Piepenbrock, Siemens Industry Software Tecnomatix Plant Simulation Validation of Plant Performance and Plant Control Dr. Georg Piepenbrock, Siemens Industry Software Digital Enterprise is our portfolio of solutions for the digital transformation

More information

A Logic-Oriented Wafer Fab Lot Scheduling Knowledge-Based System

A Logic-Oriented Wafer Fab Lot Scheduling Knowledge-Based System A Logic-Oriented Wafer Fab Lot Scheduling Knowledge-Based System LIANG-CHUNG HUANG 1, SHIAN-SHYONG TSENG 1,2,*, YIAN-SHU CHU 1 1 Department of Computer Science National Chiao Tung University 1001 Ta Hsueh

More information

Xiaobing Zhao Ameya Shendarkar and Young-Jun Son

Xiaobing Zhao Ameya Shendarkar and Young-Jun Son BDI Agent-based Human Decision-Making Model and its Implementation in Agentin-the-loop, Human-in-the-loop, Hardware-in-the-loop, Distributed Simulation Xiaobing Zhao (xiaobing@email.arizona.edu), Ameya

More information

Credit Decision Platform: Flexible decision-making and consistent processes

Credit Decision Platform: Flexible decision-making and consistent processes Credit Decision Platform: Flexible decision-making and consistent processes 2 The Credit Decision Platform for automated loan origination Efficiency and intelligence are crucial: Leave nothing to chance

More information

IMPLEMENTATION OF SAFETY PARAMETER DISPLAY SYSTEM ON RUSSIAN NPPs WITH WER REACTORS

IMPLEMENTATION OF SAFETY PARAMETER DISPLAY SYSTEM ON RUSSIAN NPPs WITH WER REACTORS IMPLEMENTATION OF SAFETY PARAMETER DISPLAY SYSTEM ON RUSSIAN NPPs WITH WER REACTORS V.G. DOUNAEV, V.T. NEBOYAN Consyst Co. Ltd, Moscow, Russian Federation Abstract This report gives a short overview of

More information

APACHE V4 is the ERP (Enterprise Resource Planning) solution for industrial companies

APACHE V4 is the ERP (Enterprise Resource Planning) solution for industrial companies APACHE V4 is the ERP (Enterprise Resource Planning) solution for industrial companies It's an integrated and modular software that provides management tools to the operational areas of a manufacturing

More information

Test-king.C_TSCM42_65.80 Questions

Test-king.C_TSCM42_65.80 Questions Test-king.C_TSCM42_65.80 Questions Number: C_TSCM42_65 Passing Score: 800 Time Limit: 120 min File Version: 4.9 http://www.gratisexam.com/ C_TSCM42_65 SAP Certified Application Associate - Production -

More information

SCHEDULING RULES FOR A SMALL DYNAMIC JOB-SHOP: A SIMULATION APPROACH

SCHEDULING RULES FOR A SMALL DYNAMIC JOB-SHOP: A SIMULATION APPROACH ISSN 1726-4529 Int j simul model 9 (2010) 4, 173-183 Original scientific paper SCHEDULING RULES FOR A SMALL DYNAMIC JOB-SHOP: A SIMULATION APPROACH Dileepan, P. & Ahmadi, M. University of Tennessee at

More information

MANUFACTURING EXECUTION SYSTEM

MANUFACTURING EXECUTION SYSTEM MANUFACTURING EXECUTION SYSTEM Critical Manufacturing MES, a comprehensive, proven and innovative software suite, empowers operations to move into future visions such as Industry 4.0. Compete better today

More information

ARCHITECTURE OF FMS. Typical Elements of FMS. Two Kind of Integration. Typical Sequence of Operation

ARCHITECTURE OF FMS. Typical Elements of FMS. Two Kind of Integration. Typical Sequence of Operation Typical Elements of FMS ARCHITECTURE OF FMS Versatile NC machines equipped with automatic tool changing and inprocess gauging, with capability to carry out a variety of operations An automated Material

More information

FEATURES AND BENEFITS

FEATURES AND BENEFITS SGS MINERALS SERVICES T3 SGS 1079 MET PLATFORM SGS Minerals Services is the industry leader in providing support and creating solutions for mining projects worldwide. SGS offers advanced process control

More information

Proceedings of the 2016 Winter Simulation Conference T. M. K. Roeder, P. I. Frazier, R. Szechtman, E. Zhou, T. Huschka, and S. E. Chick, eds.

Proceedings of the 2016 Winter Simulation Conference T. M. K. Roeder, P. I. Frazier, R. Szechtman, E. Zhou, T. Huschka, and S. E. Chick, eds. Proceedings of the 2016 Winter Simulation Conference T. M. K. Roeder, P. I. Frazier, R. Szechtman, E. Zhou, T. Huschka, and S. E. Chick, eds. A DATA MODEL FOR PLANNING IN THE SEMICONDUCTOR SUPPLY CHAIN

More information

ItemPlanning (ITP) add-on module to MS Dynamics NAV

ItemPlanning (ITP) add-on module to MS Dynamics NAV ItemPlanning ItemPlanning (ITP) add-on module to MS Dynamics NAV How many can you deliver and when? Full inventory overview with simulation, forecasting and accurate calculation for your sales orders,

More information

Gang Scheduling Performance on a Cluster of Non-Dedicated Workstations

Gang Scheduling Performance on a Cluster of Non-Dedicated Workstations Gang Scheduling Performance on a Cluster of Non-Dedicated Workstations Helen D. Karatza Department of Informatics Aristotle University of Thessaloniki 54006 Thessaloniki, Greece karatza@csd.auth.gr Abstract

More information

Technical information system of the new generation

Technical information system of the new generation MONACO Technical information system of the new generation MONACO Access to TPV data via INTERNET MONACO is a specialized software tool for creating, recording and archiving technology documentation and

More information

LINKING PRINT & MAIL PRODUCTION

LINKING PRINT & MAIL PRODUCTION PRODUCTION INTELLIGENCE TM LINKING PRINT & MAIL PRODUCTION Transforming business intelligence into real value P/I Production TM Intelligence The Intelligent Approach to an Efficient Mailstream Today s

More information

Fixed Scope Offering For Oracle Fusion HCM SaaS Implementation

Fixed Scope Offering For Oracle Fusion HCM SaaS Implementation Fixed Scope Offering For Oracle Fusion HCM SaaS Implementation Agenda Company Profile Business Objectives Business Challenges Solution Proposal Scope - Business Process Scope - Application Implementation

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

A Study of the Production Process Simulation System Based on Workflow Management

A Study of the Production Process Simulation System Based on Workflow Management Association for Information Systems AIS Electronic Library (AISeL) WHICEB 2013 Proceedings Wuhan International Conference on e-business Summer 5-25-2013 A Study of the Production Process Simulation System

More information

AGV Controlled FMS. The ITB Journal. Fergus G. Maughan. Volume 1 Issue 1 Article 5

AGV Controlled FMS. The ITB Journal. Fergus G. Maughan. Volume 1 Issue 1 Article 5 The ITB Journal Volume 1 Issue 1 Article 5 2000 AGV Controlled FMS Fergus G. Maughan Follow this and additional works at: http://arrow.dit.ie/itbj Part of the Other Operations Research, Systems Engineering

More information

Open Core Engineering Freedom and efficiency redefined

Open Core Engineering Freedom and efficiency redefined Open Core Engineering Freedom and efficiency redefined Meet new software engineering challenges with new opportunities Progressively shorter product life cycles are increasing the demand for highly productive,

More information

STUDY ON BIM-BASED STRUCTURAL WORKING DRAWING DESIGN SYSTEM

STUDY ON BIM-BASED STRUCTURAL WORKING DRAWING DESIGN SYSTEM STUD O BIM-BASED STRUCTURAL WORKIG DRAWIG DESIG SSTEM ong Wang, PhD, PMP, wangyong_tj@126.com Beijing Urban Construction Group Co. Ltd., Beijing, China Department of Civil Engineering, Tsinghua University,

More information

BUSINESS PROCESS MODELING WITH SIMPROCESS. Maya Binun. CACI Products Company 3333 North Torrey Pines Court La Jolla, CA 92037, U.S.A.

BUSINESS PROCESS MODELING WITH SIMPROCESS. Maya Binun. CACI Products Company 3333 North Torrey Pines Court La Jolla, CA 92037, U.S.A. Proceedings of the 1996 Winter Simulation Conference ed. J. M. Cbarnes, D. J. Morrice, D. T. Brunner, and J. J. Swain BUSINESS PROCESS MODELING WITH SIMPROCESS Maya Binun CACI Products Company 3333 North

More information

F CTORY FR MEWORK. Product Description. USA.com

F CTORY FR MEWORK. Product Description.  USA.com F CTORY FR MEWORK Product Description www.forcam USA.com Factory Framework Shop Floor Management System (SFM) SFM closes the communication gap between the Shop Floor (machines) and the planning level (ERP).

More information

ScienceDirect. Cloud Communication Concept for Bionic Assembly System

ScienceDirect. Cloud Communication Concept for Bionic Assembly System Available online at www.sciencedirect.com ScienceDirect Procedia Engineering 69 ( 2014 ) 1562 1568 24th DAAAM International Symposium on Intelligent Manufacturing and Automation, 2013 Cloud Communication

More information

A PRODUCTION MANAGEMENT EXPERT SYSTEM DEVELOPED IN TIRS

A PRODUCTION MANAGEMENT EXPERT SYSTEM DEVELOPED IN TIRS A PRODUCTION MANAGEMENT EXPERT SYSTEM DEVELOPED IN TIRS D Toal 1, T Coffey 1, P Smith 2, A Skehill 1 1. Department of Electronics and Computer Engineering University of Limerick, Limerick, Ireland. Fax

More information

Wolfgang Scholl. Infineon Technologies Dresden Koenigsbruecker Strasse Dresden, GERMANY

Wolfgang Scholl. Infineon Technologies Dresden Koenigsbruecker Strasse Dresden, GERMANY Proceedings of the 28 Winter Simulation Conference S. J. Mason, R. R. Hill, L. Mönch, O. Rose, T. Jefferson, J. W. Fowler eds. COPING WITH TYPICAL UNPREDICTABLE INCIDENTS IN A LOGIC FAB Wolfgang Scholl

More information

Contents PREFACE 1 INTRODUCTION The Role of Scheduling The Scheduling Function in an Enterprise Outline of the Book 6

Contents PREFACE 1 INTRODUCTION The Role of Scheduling The Scheduling Function in an Enterprise Outline of the Book 6 Integre Technical Publishing Co., Inc. Pinedo July 9, 2001 4:31 p.m. front page v PREFACE xi 1 INTRODUCTION 1 1.1 The Role of Scheduling 1 1.2 The Scheduling Function in an Enterprise 4 1.3 Outline of

More information

BUSINESS FLOW INTEGRATION FOR E-COMMERCE AND ERP SYSTEM

BUSINESS FLOW INTEGRATION FOR E-COMMERCE AND ERP SYSTEM BUSINESS FLOW INTEGRATION FOR E-COMMERCE AND ERP SYSTEM Shing-Han Li Yung-Hsin Wang Department of Accounting Information, Department of Information Management, National Taipei University of Business, Taipei,

More information

THE DEFINITION AND POTENTIAL ROLE OF SIMULATION WITHIN AN AEROSPACE COMPANY. Craig A. Murphy Terrence D. Perera

THE DEFINITION AND POTENTIAL ROLE OF SIMULATION WITHIN AN AEROSPACE COMPANY. Craig A. Murphy Terrence D. Perera Proceedings of the 2001 Winter Conference B. A. Peters, J. S. Smith, D. J. Medeiros, and M. W. Rohrer, eds. THE DEFINITION AND POTENTIAL ROLE OF SIMULATION WITHIN AN AEROSPACE COMPANY Craig A. Murphy Terrence

More information

Get Started on SOA. Process Entry Point Business Process Management (BPM) Business Problem

Get Started on SOA. Process Entry Point Business Process Management (BPM) Business Problem Get Started on SOA Process Entry Point Business Process Management (BPM) Business Problem Our car loan business has grown. Now we need to make our loan processing more effective. can help you solve this

More information

Discrete Event Simulation for Increasing Productivity in Digital Manufacturing

Discrete Event Simulation for Increasing Productivity in Digital Manufacturing International Journal of Engineering Research and Development ISSN: 2278-067X, Volume 1, Issue 10 (June 2012), PP.36-40 www.ijerd.com Discrete Event Simulation for Increasing Productivity in Digital Manufacturing

More information

Resource Scheduling in Hybrid Grid Environment

Resource Scheduling in Hybrid Grid Environment Resource Scheduling in Hybrid Grid Environment Dr. N. Malarvizhi Professor & Head, Department of Information Technology Jawahar Engineering College Chennai, India nmv_94@yahoo.com Dr. N. Sankar Ram Professor

More information

A FLEXIBLE JOB SHOP ONLINE SCHEDULING APPROACH BASED ON PROCESS-TREE

A FLEXIBLE JOB SHOP ONLINE SCHEDULING APPROACH BASED ON PROCESS-TREE st October 0. Vol. 44 No. 005-0 JATIT & LLS. All rights reserved. ISSN: 99-8645 www.jatit.org E-ISSN: 87-95 A FLEXIBLE JOB SHOP ONLINE SCHEDULING APPROACH BASED ON PROCESS-TREE XIANGDE LIU, GENBAO ZHANG

More information

THE INTELLIGENT APPROACH TO ADF MANAGEMENT

THE INTELLIGENT APPROACH TO ADF MANAGEMENT THE INTELLIGENT APPROACH TO ADF MANAGEMENT Producing and delivering high integrity customer communications Pitney Bowes Offers ADF Solutions to Improve Your Mailstream in Four Important Areas: Compliance

More information

Industry 4.0 reality, trends, ideas. see Dipl.Ing. Eberhard Klotz, MBA Head of Industry 4.0 campaign

Industry 4.0 reality, trends, ideas. see   Dipl.Ing. Eberhard Klotz, MBA Head of Industry 4.0 campaign Industry 4.0 reality, trends, ideas see www.festo.com/iot Dipl.Ing. Eberhard Klotz, MBA Head of Industry 4.0 campaign Created: 22nd/9/2015 1 German Government I4.0 Initiative: Plattform Industrie 4.0 Forming

More information

Study on the Application of Artificial Intelligence Technology in Decision Support System of Energy Enterprises

Study on the Application of Artificial Intelligence Technology in Decision Support System of Energy Enterprises Abstract Study on the Application of Artificial Intelligence Technology in Decision Support System of Energy Enterprises Changtong Song Zhenjiang College, Zhenjiang 212001, China Currently, given the increasingly

More information

Efficient Task Scheduling Over Cloud Computing with An Improved Firefly Algorithm

Efficient Task Scheduling Over Cloud Computing with An Improved Firefly Algorithm 216 IJEDR Volume 4, Issue 2 ISSN: 2321-9939 Efficient Task Scheduling Over Cloud Computing with An Improved Firefly Algorithm 1 Parminder Singh, 2 Amandeep Kaur, 1 Student of Masters of Technology, 2 Assistant

More information

Design of Information Systems 1st Lecture

Design of Information Systems 1st Lecture Design of Information Systems 1st Lecture Evaluation method http://online.ase.ro http://sinf.ase.ro Final grade: 50% seminar grade (minimum 5) 50% course grade 1 st written test (in the 6 th week): 2p

More information

POLOPOLY V9 TECHNICAL OVERVIEW. System Architecture Templates and Presentation Modules

POLOPOLY V9 TECHNICAL OVERVIEW. System Architecture Templates and Presentation Modules POLOPOLY V9 TECHNICAL OVERVIEW System Architecture Templates and Presentation Modules 2008 Atex Group Ltd Polopoly, Polopoly Content Manager, Polopoly Relationship Manager, Polopoly User Module, Polopoly

More information

An Agent-Based Concept for Problem Management Systems to Enhance Reliability

An Agent-Based Concept for Problem Management Systems to Enhance Reliability An Agent-Based Concept for Problem Management Systems to Enhance Reliability H. Wang, N. Jazdi, P. Goehner A defective component in an industrial automation system affects only a limited number of sub

More information

A Distributed Heuristic Expert System for Simulation and Production Planning in Petrochemical Industries

A Distributed Heuristic Expert System for Simulation and Production Planning in Petrochemical Industries Knowledge-based Production Planning, Scheduling and Control IJCAI-93 Workshop Chambery, France August 29, 1993 A Distributed Heuristic Expert System for Simulation and Production Planning in Petrochemical

More information

UNIT II PRODUCTION PLANNING AND CONTROL AND COMPUTERISED PROCESS PLANNING

UNIT II PRODUCTION PLANNING AND CONTROL AND COMPUTERISED PROCESS PLANNING UNIT II PRODUCTION PLANNING AND CONTROL AND COMPUTERISED PROCESS PLANNING 2 Process Planning Product design for each product has been developed in the design department. To convert the product design into

More information

<Name of the presenter> Introduction to Advanced Supply Chain Planning

<Name of the presenter> Introduction to Advanced Supply Chain Planning Introduction to Advanced Supply Chain Planning Agenda ASCP - Overview ASCP Key Capabilities ASCP with OPM - Structure ASCP Business Flow Plan Execute Plan types Plan type examples

More information

SAP CENTRAL PROCESS SCHEDULING BY REDWOOD: FREQUENTLY ASKED QUESTIONS

SAP CENTRAL PROCESS SCHEDULING BY REDWOOD: FREQUENTLY ASKED QUESTIONS SAP NetWeaver SAP CENTRAL PROCESS SCHEDULING BY REDWOOD: FREQUENTLY ASKED QUESTIONS Exploring the Central Process-Scheduling Software Developed by Redwood Software for SAP NetWeaver As IT landscapes become

More information

Transactions on the Built Environment vol 34, 1998 WIT Press, ISSN

Transactions on the Built Environment vol 34, 1998 WIT Press,  ISSN Improving the Dutch railway services by network-wide timetable simulation Jurjen S. Hooghiemstra", Dick M. Middelkoop", Maurice J.G. Teunisse^ " Railned, Dept. of Innovation, P.O.Box 2025, 3500 HA Utrecht,

More information

Job Shop Scheduling With Alternate Process Plan by Using Genetic Algorithm

Job Shop Scheduling With Alternate Process Plan by Using Genetic Algorithm International Journal of Research in Advent Technology, Vol.3, No.9, September 2015 Available online at www.ijrat.org Job Shop Scheduling With Alternate Process Plan by Using Genetic Algorithm Randhir

More information

A BOTTLENECK DETECTION AND DYNAMIC DISPATCHING STRATEGY FOR SEMICONDUCTOR WAFER FABRICATION FACILITIES. Zhugen Zhou Oliver Rose

A BOTTLENECK DETECTION AND DYNAMIC DISPATCHING STRATEGY FOR SEMICONDUCTOR WAFER FABRICATION FACILITIES. Zhugen Zhou Oliver Rose Proceedings of the 2009 Winter Simulation Conference M. D. Rossetti, R. R. Hill, B. Johansson, A. Dunkin, and R. G. Ingalls, eds. A BOTTLENECK DETECTION AND DYNAMIC DISPATCHING STRATEGY FOR SEMICONDUCTOR

More information

Service Oriented Architecture - Developing Applications for Automotive and Aerospace Industry

Service Oriented Architecture - Developing Applications for Automotive and Aerospace Industry Service Oriented Architecture - Developing Applications for Automotive and Aerospace Industry Dr.-/ng. Yasmina Bock, avanion GmbH, Berlin, Germany.1Abstract Distributed development processes in cross-company

More information

THE IMPACT OF THE AVAILABILITY OF RESOURCES, THE ALLOCATION OF BUFFERS AND NUMBER OF WORKERS ON THE EFFECTIVENESS OF AN ASSEMBLY MANUFACTURING SYSTEM

THE IMPACT OF THE AVAILABILITY OF RESOURCES, THE ALLOCATION OF BUFFERS AND NUMBER OF WORKERS ON THE EFFECTIVENESS OF AN ASSEMBLY MANUFACTURING SYSTEM Volume8 Number3 September2017 pp.40 49 DOI: 10.1515/mper-2017-0027 THE IMPACT OF THE AVAILABILITY OF RESOURCES, THE ALLOCATION OF BUFFERS AND NUMBER OF WORKERS ON THE EFFECTIVENESS OF AN ASSEMBLY MANUFACTURING

More information

APPLICATION OF SIMULATION AND THE BOEHM SPIRAL MODEL TO 300-MM LOGISTICS SYSTEM RISK REDUCTION. Robert J. Gaskins

APPLICATION OF SIMULATION AND THE BOEHM SPIRAL MODEL TO 300-MM LOGISTICS SYSTEM RISK REDUCTION. Robert J. Gaskins Proceedings of the 1999 Winter Simulation Conference P. A. Farrington, H. B. Nembhard, D. T. Sturrock, and G. W. Evans, eds. APPLICATION OF SIMULATION AND THE BOEHM SPIRAL MODEL TO 300-MM LOGISTICS SYSTEM

More information

Get The Best Out Of Oracle Scheduler

Get The Best Out Of Oracle Scheduler Get The Best Out Of Oracle Scheduler Vira Goorah Oracle America Redwood Shores CA Introduction Automating the business process is a key factor in reducing IT operating expenses. The need for an effective

More information

27 AN INTEGRATED DATABASE FOR REAL-TIME MANAGEMENT OF STOCKYARD "STOCKMAN": A CASE STUDY IN PRECAST CONCRETE PRODUCTS INDUSTRY

27 AN INTEGRATED DATABASE FOR REAL-TIME MANAGEMENT OF STOCKYARD STOCKMAN: A CASE STUDY IN PRECAST CONCRETE PRODUCTS INDUSTRY 27 AN INTEGRATED DATABASE FOR REAL-TIME MANAGEMENT OF STOCKYARD "STOCKMAN": A CASE STUDY IN PRECAST CONCRETE PRODUCTS INDUSTRY Nashwan Dawood and Ramesh Marasini The Environment Section School of Science

More information

A SORTATION SYSTEM MODEL. Arun Jayaraman Ramu Narayanaswamy Ali K. Gunal

A SORTATION SYSTEM MODEL. Arun Jayaraman Ramu Narayanaswamy Ali K. Gunal A SORTATION SYSTEM MODEL Arun Jayaraman Ramu Narayanaswamy Ali K. Gunal Production Modeling Corporation 3 Parklane Boulevard, Suite 910 West Dearborn, Michigan 48126, U.S.A. ABSTRACT Automotive manufacturing

More information

Short-Term. Scheduling

Short-Term. Scheduling Short-Term 15 Scheduling PowerPoint presentation to accompany Heizer, Render, Munson Operations Management, Twelfth Edition Principles of Operations Management, Tenth Edition PowerPoint slides by Jeff

More information

PRODUCTION ACTIVITY CONTROL (PAC)

PRODUCTION ACTIVITY CONTROL (PAC) PRODUCTION ACTIVITY CONTROL (PAC) Concerns execution of material plans Contains shop floor control (SFC), and vendor scheduling and follow-up SFC encompasses detailed scheduling and control of individual

More information

Benefits. + + Consistent quality to recipe specification. + + Increase asset utilization and operational efficiency

Benefits. + + Consistent quality to recipe specification. + + Increase asset utilization and operational efficiency Wonderware InBatch Flexible Batch Management Wonderware InBatch software enables sophisticated equipment arbitration and concurrent batch execution capabilities to maximize asset utilization, plant throughput

More information

Focus on SOA Express. Extending the value of mainframe applications through Service-Oriented Architecture (SOA)

Focus on SOA Express. Extending the value of mainframe applications through Service-Oriented Architecture (SOA) Focus on SOA Express Extending the value of mainframe applications through Service-Oriented Architecture (SOA) Highlights How SOA Express from Micro Focus unleashes the power of web services to: Leverage

More information