Tecnomatix Plant Simulation 15.0 New Features

Total Page:16

File Type:pdf, Size:1020Kb

Tecnomatix Plant Simulation 15.0 New Features Tecnomatix Plant Simulation 15.0 New features Unrestricted © Siemens AG 2019 Realize innovation. Version 15.0: Major Topics and Enhancements New Topics: • Free AGV movement on floor space, independent from a track system • Introduce Simulation Based Costing: evaluate investment costs and costs per piece • Automatic part routing on conveyor systems and machines • 3D kinematics definition and Pose Editor Enhancements: • New Gantt Chart tool • Improved handling of parts loaded to a carrier systems • Debugger Enhancement: Conditional breakpoints • Ease-of-use for interfacing with Teamcenter and Line Designer • Support for subscription based licensing Unrestricted © Siemens AG 2019 Page 22019-10-16 Siemens PLM Software Siemens PLM Software Tecnomatix Plant Simulation Worldwide User Conference October 15th -17th 2019 Stuttgart, Germany freely moving AGVs 2019 Plant Simulation Version 15 Freely moving AGVs technical presentation mh 2019 03 28 Unrestricted © Siemens AG 2019 Realize innovation. New with Version 15.0: Free Moving Transporter and AGV To match current customer requirements and state-of-the-art technology for AGV systems it is necessary to simulate/support vehicles driving independent from fixed track systems. • Vehicles can drive on the shop floor • A driving path can be assigned to a vehicle through a SimTalk API With free moving AGV also virtual commissioning use cases are possible where e.g. a PLC based AGV fleet manager controls the AGV driving paths and orders. Customer Benefits: • Increased flexibility for simulation of current AGV systems Get rid of modelling • Enhanced capability for virtual commissioning of complex, fixed track AGV control systems systems Unrestricted © Siemens AG 2019 Page 42019-10-16 Siemens PLM Software Siemens PLM Software Tecnomatix Plant Simulation Worldwide User Conference October 15th -17th 2019 Stuttgart, Germany New with Version 15.0: Free Moving AGV • No tracks needed anymore • AGV driving on the floor • AGV orientation along markers on the floor • Use sequences of marker as driving route Unrestricted © Siemens AG 2019 Page 52019-10-16 Siemens PLM Software Freely moving AGVs 2 new objects • AGVPool • Marker • No tracks required • Simple destination definition using markers • Easier route modification (no “hardware” track modification required) • Easier Branching “ • Easier code access “ • Support of highly complex routing networks Unrestricted © Siemens AG 2019 Page 62019-10-16 Siemens PLM Software Siemens PLM Software Tecnomatix Plant Simulation Worldwide User Conference October 15th -17th 2019 Stuttgart, Germany Simplest Model • No tracks required • Simple destination definition using markers • Simple SimTalk route definition • agvPool.cont.setroute(["marker","marker1"]) Unrestricted © Siemens AG 2019 Page 72019-10-16 Siemens PLM Software Customizable fly by radius: Endpoints are accessed directly, via points are flown by Using markers as destination points: • Endpoints are accessed directly • Via points can be flown by Unrestricted © Siemens AG 2019 Page 82019-10-16 Siemens PLM Software Siemens PLM Software Tecnomatix Plant Simulation Worldwide User Conference October 15th -17th 2019 Stuttgart, Germany Direction marker Force AGV to go through a marker with predefined direction: Unrestricted © Siemens AG 2019 Page 92019-10-16 Siemens PLM Software Curve radius definition AGV attribute (F8) DefaultCurveRadius • Automatic, predefined, customizable curve radius • DefaultCurveRadius Unrestricted © Siemens AG 2019 Page 102019-10-16 Siemens PLM Software Siemens PLM Software Tecnomatix Plant Simulation Worldwide User Conference October 15th -17th 2019 Stuttgart, Germany Adressing three AGVs Var agv2:=AGVpool.mu(2) Unrestricted © Siemens AG 2019 Page 112019-10-16 Siemens PLM Software Backward maneuvering var agv1:=agvpool.mu(1) agv1.setroute(["marker1","marker2"]) waituntil agv1.destinationwasreached agv1.backwards:=true agv1.setroute(["marker3"]) waituntil agv1.destinationwasreached wait 1 conveyor.cont.move(agv1) wait 2 agv1.backwards:=false agv1.setroute(["marker4","marker5"]) Unrestricted © Siemens AG 2019 Page 122019-10-16 Siemens PLM Software Siemens PLM Software Tecnomatix Plant Simulation Worldwide User Conference October 15th -17th 2019 Stuttgart, Germany Alternative: Adressing multiple AGVs (using an administration table) AGVPool.getAssignedAGVsTable(MyAGVPool) var agv1:= MyAGVPool[1,1] var agv2:= MyAGVPool[1,2] agv1.setroute(["marker","marker2","marker1"]) waituntil agv1.destinationwasreached agv2.setroute(["marker3","marker2","marker"]) Unrestricted © Siemens AG 2019 Page 132019-10-16 Siemens PLM Software Transporting Parts var agv1:=AGV_administration[1,1] agv1.setroute(["marker","marker1"]) -- call AGV waituntil agv1.destinationwasreached @.move(agv1) wait 2 agv1.setroute(["marker2"]) --send AGV to next machine (only destination required) waituntil agv1.destinationwasreached @.move(station2) wait 2 Unrestricted © Siemens AG 2019 Page 142019-10-16 Siemens PLM Software Siemens PLM Software Tecnomatix Plant Simulation Worldwide User Conference October 15th -17th 2019 Stuttgart, Germany 20 vehicles run by a small order administration system Unrestricted © Siemens AG 2019 Page 152019-10-16 Siemens PLM Software freely moving AGVs 2019 Plant Simulation Version 15 Automatic Part Routing on Lines and Machines technical presentation mh 2019 03 28 Unrestricted © Siemens AG 2019 Realize innovation. Siemens PLM Software Tecnomatix Plant Simulation Worldwide User Conference October 15th -17th 2019 Stuttgart, Germany New with Version 14.2: Automatic Part Routing on Lines and Machines The automatic part routing offers an easy way to direct a part automatically to the next target station. Customer Benefit: • New powerful and easy-to-use routing strategy • Reduced need for writing custom SimTalk code for standard part routing tasks Achieved technical results: • Fast and OOTB strategy • Easy combination with already existing strategies and custom SimTalk controls Part Destinations: M_1 / M_2 / M_3 Unrestricted © Siemens AG 2019 Page 172019-10-16 Siemens PLM Software Automatic routing on conveyor lines based on one central table A table can be used directly as @.destination. Parts will automatically go from first to the last position in the table using the shortest path on the conveyor lines (+including weighting factors) Unrestricted © Siemens AG 2019 Page 182019-10-16 Siemens PLM Software Siemens PLM Software Tecnomatix Plant Simulation Worldwide User Conference October 15th -17th 2019 Stuttgart, Germany New with Version 14.2: Part Exit Strategies and Operator carrying Parts The standard part exit strategies on stations can now be used in combination with operators carrying parts to target stations selected through the exit strategy. Customer Benefit: • New powerful and easy-to-use part delivery to target stations • Reduced need for writing custom SimTalk code for operators bringing parts to specific stations Achieved technical results: • Fast OOTB strategy combination Example: Min. Set-up Time: • Generalization of existing concepts covering If possible carry part to a more standard use cases in shop floor operations station where no additional setup is needed Unrestricted © Siemens AG 2019 Page 192019-10-16 Siemens PLM Software New with Version 14.2: Part Routing and Operator Carrying Parts The automatic part routing can also be used with operators carrying parts to their destination. The next destination is defined through the pre- calculated part route on the shop floor. Customer Benefit: • New OOTB material routing strategy eliminating a lot of custom SimTalk coding Achieved technical results: • Fast and OOTB strategy • Seamless integration with operators carrying parts on the shop floor Next part destination is the drop place in front of station M3 Unrestricted © Siemens AG 2019 Page 202019-10-16 Siemens PLM Software Siemens PLM Software Tecnomatix Plant Simulation Worldwide User Conference October 15th -17th 2019 Stuttgart, Germany New with Version 14.2: New Sankey Diagramming Tool The Plant Simulation Sankey tool collects and displays part, vehicle and operator routes on the shop floor. Customer Benefit: • Easy validation of correct part routing • Visualize heat maps for heavily used routes and machines • Enhanced reporting capabilities Achieved technical results: • Improved Performance (factor 10+) • Modern and state-of-the-art UI and look & feel • Better fit to Plant Simulation use cases • Replacement for outdated SimTalk based Sankey implementation Unrestricted © Siemens AG 2019 Page 212019-10-16 Siemens PLM Software New with Version 14.2: New Pose Editor for Kinematic Definition The Plant Simulation pose editor introduces an easy way for the definition of animated machine modules and equipment Customer Benefit: • Easy 3D animation for machines with realistic behaviour • Impressive technology presentation for customer, management and industry fairs List of defined poses and pose preview in 3D view Achieved technical results: • Improved ease-of-use for advanced machine animation • Infrastructure for standardized PL kinematic reuse and exchange Edit dialog for pose definition and modification Unrestricted © Siemens AG 2019 Page 222019-10-16 Siemens PLM Software Siemens PLM Software Tecnomatix Plant Simulation Worldwide User Conference October 15th -17th 2019 Stuttgart, Germany Pose / Joint Editor for Kinematic Definition Unrestricted © Siemens AG 2019 Page 232019-10-16 Siemens PLM Software New with Version 14.1: User Experience Enhancements and Improved Workflows . 3D manipulators
Recommended publications
  • Tecnomatix Plant Simulation Assembly Library
    Plant Simulation Assembly Library Model, simulate, animate and evaluate manufacturing assembly processes Benefits Summary • Provides task-specific objects The Tecnomatix® software’s Plant Simulation Assembly Library enables you to that have been tested and digitally model a manufacturing facility’s assembly processes so that you can optimized to support evaluate the characteristics and performance of these processes long before complex assembly operations they are deployed in an actual production system. You can use the library’s • Facilitates up to 5 times intelligent objects to quickly and efficiently model complete assembly faster and more detailed systems. The library’s objects provide customizable and flexible building modeling blocks that you can easily use to increase both the speed and accuracy of • Increases productivity and your assembly modeling. improves the efficiency of your plant design and optimization activities • Enables you to evaluate more plant design scenarios and assess more complex alternatives • Provides objects that are both easy to learn and use, as well as flexibly adaptable when new or unforeseen tasks arise Plant Simulation 3D assembly visualization includest manual operations, shift models, lot sizing, setup strategy and different worker logic to handle product failures (rework), machine breakdowns and priority products (fast runner). The Plant Simulation Assembly Library enables you to create well-structured, hierarchical models of a facility’s assembly lines and assembly systems. You can use these models to simulate, animate and evaluate both basic and complex assembly processes. TECNOMATIX www.siemens.com/tecnomatix TECNOMATIX Plant Simulation Assembly Library Features processes, relieve process bottlenecks be flexible enough to account for these key • Assembly-specific statistics and evaluate the impact of different characteristics, as well as to account for • Attribute-dependent production variations (including different unexpected considerations and complex assembly line production control strategies).
    [Show full text]
  • In Engineering Education
    Integrated Model-based Systems Engineering (iMBSE) in Engineering Education Hazim El-Mounayri, Purdue School of Engineering & Technology, IUPUI Initiative for Product Lifecycle Innovation (IPLI), IUPUI MBSE Lightning Round www.incose.org/iw2021/ Outline 1. Rationale 1. Product development: Modern products 2. Current practice in Academia: Capstone Design Limitations in Engineering programs (ME, EnE, EE, CE, BME, IE, etc.) 3. Document based Systems Engineering: Current limitation 2. iMBSE: 3D extension of Capstone Design & Digitalization of SE 1. iMBSE characteristics & modern products 2. 3D extension of Capstone Design 3. Curriculum for Industry 4.0: Engineering Education 4.0 1. 3 Level curriculum 2. Revised curriculum (for Engineering Education 4.0) 4. iMBSE: Framework & Digital innovation platform for Industry 4.0 1. Proposed iMBSE framework 2. Digital Innovation platform for Industry 4.0 5. Case study: Electric skateboard MBSE Lightning 6. Summary & conclusions Round www.incose.org/iw2021/ 2 Rationale → Product Development → Modern Products Modern products are increasingly becoming complex, typically smart connected systems or systems of systems (SoS). To develop modern products competitively, there is need to address complexities resulting from: ….managing: ….dealing with: Example of modern product: Multi- • Multiple sub-systems • Subsystems interactions domain, multi-subsystems, etc. SoS • Multiple engineering domains • System integration • Multiple variants and system architectures • Growth of software / electronic systems • Exploding
    [Show full text]
  • What's New and Cool in Plant Design and Optimization
    What’s new and cool in Plant Design and Optimization Tecnomatix: Further enhancements for the Plant Design and Optimization solution Benefits Summary • Effective communication of Tecnomatix® Plant Design and Optimization delivers significant design principles manufacturing productivity gains. This solution enables you to create • Enhanced cross-functional factories faster through the use of virtual models, ensuring that your team communication factories are operating at peak efficiency before production ramp-up. The • Globalized workflow and Plant Design and Optimization solution includes enhancements across its four release management major products, including FactoryCAD, FactoryFLOW, Plant Simulation and • 50 percent reduction in In-Context Editor (ICE). factory design time as compared to 2D methods 3D factory design and visualization (FactoryCAD) • 15 percent reduction in tooling and equipment Support for native 64-bit eliminates memory limits FactoryCAD can run in changes a native 64-bit environment, which will improve performance significantly • Optimized re-use of existing when you are working with very large 3D AutoCAD/FactoryCAD datasets. capital equipment • Up to 70 percent reduction in material handling costs • Optimized resource utilization and material flow • Reductions in nonvalue- added work and indirect labor costs • Optimized space utilization at factory and transport levels • 5 to 20 percent reduction in new system costs • 20 to 60 percent decrease in throughput times • 20 to 60 percent reduction in inventory levels • 15 to 20 percent increase in productivity of existing systems TECNOMATIX www.siemens.com/tecnomatix TECNOMATIX What’s new and cool in Plant Design and Optimization amounts of data to be kept in memory for efficient processing. OPC interface OLE for Process Control (OPC) is an industry standard specification for accessing PLC hardware.
    [Show full text]
  • Tecnomatix Plant Simulation Value Stream Mapping Library Fact Sheet
    Tecnomatix Plant Simulation Value Stream Mapping Library Benefits Implementation • Increase productivity of The Value Stream Mapping Library is an optional extension for Tecnomatix existing production facilities Plant Simulation. by as much as 20 percent • Reduce investment in Summary planning for new production The Tecnomatix by as much as 20 percent Plant Simulation • Reduce inventories and cycle Value Stream time by as much as 60 Mapping Library percent supports the user, • Optimize the system taking into account dimensions, including buffer the dynamic rela- sizes tionships of • Reduce investment risk complex manufac- through early feasibility turing sequences, in analysis order to increase • Increase resource utilization the share of value- • Improve line planning and added production, allocation variability, quality, speed and effi- Typical questions for the ciency for increased simulation: production, while • How can we minimize reducing inventory investment costs? and capital commitment, and securing on-time delivery. • Is the required output achieved? Tecnomatix Plant • What happens when Simulation quantities change? Plant Simulation • How can stock be reduced? helps you create models of logistic systems (e.g., pro- duction) to explore those systems’ char- acteristics and to optimize their per- formance. The digital model enables users to run experiments and TECNOMATIX www.siemens.com/tecnomatix TECNOMATIX Tecnomatix Plant Simulation what-if scenarios without disturbing an Tecnomatix Plant Simulation existing production system or – when used Value Stream Mapping in the planning process – long before the Visualization, analysis and improvement of real system is installed. Plant Simulation dynamic value chains contains powerful object-oriented archi- tecture and modeling capabilities that enable you to create and maintain even highly complex systems, including advanced control mechanisms.
    [Show full text]
  • MANUFACTURING SIMULATION Plant and Process Simulation Solutions for Industry 4.0
    MANUFACTURING SIMULATION Plant and Process Simulation Solutions for Industry 4.0 What is Simulation Technology? Benefits of Simulation The word “simulation” is defined as “the imitation of the » Identifying manufacturing bottlenecks and operation of a real-world process or system over time.” With opportunities to increase throughput this definition in mind, it is easy to understand why simulation » Identifying cost savings opportunities such as is ubiquitous in engineering and industrial organizations; optimization of direct and indirect labor imitating a real-world process or system allows experts to study » Validating the expected performance of new and the process or system they are interested in within a controlled, existing production facilities or value streams repeatable environment. Why Simulate in Manufacturing? While simulation is well-established during product design and verification, industrial organizations typically do not employ this powerful methodology in the next stage of their value chain: the manufacturing of the product. As a result, organizations lose opportunities to study the behavior of their manufacturing processes and systems before they are deployed. Since commissioning of new manufacturing facilities, production lines and processes is often costly and capital- intensive, applying simulation methods to manufacturing can yield enormous benefits. © Engineering USA 2019 Siemens Tecnomatix Plant Simulation discrete and continuous processes Tecnomatix Plant Simulation enables companies to create » Graphical outputs for analysis of throughput, resource well-structured, hierarchical models of production facilities, utilization, automatic bottleneck detection, Sankey lines and processes. This is achieved through powerful diagrams and Gantt charts object-oriented architecture and modeling capabilities that » Energy analysis tools for calculating and optimizing enable users to create and maintain highly complex systems, energy usage including advanced control mechanisms.
    [Show full text]
  • Tecnomatix Plant Simulation Steffen Bangsow
    Tecnomatix Plant Simulation Steffen Bangsow Tecnomatix Plant Simulation Modeling and Programming by Means of Examples Second Edition 123 Steffen Bangsow Zwickau, Germany ISBN 978-3-030-41543-3 ISBN 978-3-030-41544-0 (eBook) https://doi.org/10.1007/978-3-030-41544-0 1st edition: © Springer International Publishing Switzerland 2016 2nd edition: © Springer Nature Switzerland AG 2020 This work is subject to copyright. All rights are reserved by the Publisher, whether the whole or part of the material is concerned, specifically the rights of translation, reprinting, reuse of illustrations, recitation, broadcasting, reproduction on microfilms or in any other physical way, and transmission or information storage and retrieval, electronic adaptation, computer software, or by similar or dissimilar methodology now known or hereafter developed. The use of general descriptive names, registered names, trademarks, service marks, etc. in this publication does not imply, even in the absence of a specific statement, that such names are exempt from the relevant protective laws and regulations and therefore free for general use. The publisher, the authors and the editors are safe to assume that the advice and information in this book are believed to be true and accurate at the date of publication. Neither the publisher nor the authors or the editors give a warranty, expressed or implied, with respect to the material contained herein or for any errors or omissions that may have been made. The publisher remains neutral with regard to jurisdictional claims in published maps and institutional affiliations. This Springer imprint is published by the registered company Springer Nature Switzerland AG The registered company address is: Gewerbestrasse 11, 6330 Cham, Switzerland Contents Preface ...............................................................................................................
    [Show full text]
  • Plant Simulation Shop Fact Sheet
    Plant Simulation Shop Modeling, simulating, visualizing and optimizing discrete production systems Benefits Summary Improve production system Tecnomatix® software’s Plant Simulation Shop enables you to model, metrics, as validated by simulate, visualize and optimize the flow of customer orders through a shop experiences of real-world floor production system. Its capabilities can be used by engineers to plan Siemens PLM Software clients: your production system and by your preparation staff and managing clerks to • Electronics industry project optimize the production plan for daily operation. Users can take advantage of showed 23 percent Plant Simulation Shop’s object-oriented modeling and modular design throughput improvement techniques to accelerate the creation of your production plan and to improve • Truck industry project its performance in terms of throughput, order scheduling, machine reduced its time for utilization, space utilization and predictability. scheduling metrics (which included complex sched- uling) from 40 hours to 4 hours • Major OEM project realized 13 percent throughput reduction • Tier 1 automotive supplier reduced setup time by more than 60 percent • Large diesel engine manufacturer saved $70K per year from work-in- process improvements and space reductions • Client’s bottlenecked shop floor increased machine capacity by 10 percent Plant Simulation Shop provides an application object library that you can use to model, simulate, visualize and optimize a production system on an object- oriented basis. By modeling
    [Show full text]
  • For Simulation Meeting App Event Code: 9H7dbh
    For Simulation Meeting App Event Code: 9h7dbh Presentation Overview Detailed Agenda Registration October 15th -17th 2019 Siemens Conference Center Weissacher Strasse 11 70499 Stuttgart, Germany 330 people from 39 countries and 190 companies are registered October 15th HUGO BOSS AG • HUGO BOSS AG • André Wiesner • André Wiesner works for Hugo Boss since 2006 in the Global Logistics Strategy & Planning department. He is the intralogistics project manager for the new central distribution center for flat packed goods. We will be visiting one of the world largest shuttle warehouses in consumer goods industry. The warehouse was simulated in Tecnomatix Plant Simulation. The tour to HUGO BOSS AG is already fully booked. Unrestricted © Siemens AG 2019 Realize LIVE For Simulation · 2019 Tecnomatix Plant Simulation Worldwide User Conference Siemens Digital Industries Software Page 6 2019-10-16 SimPlan AG presents at Hugo Boss • SimPlan AG • Dirk Wortmann • Dirk Wortmann, born in 1967, finished his studies in computer science at the GKS Bad Homburg in 1988. He started his professional career in a Frankfurt engineering office and was involved in the development of simulation software and the implementation of simulation projects in the field of production and logistics. In 1992 he founded the company SimPlan together with his partner Sven Spieckermann. From the founding until 2013 he had been a member of the board. From 2010 to 2018, he set up and developed SimPlan’s Chinese subsidiary in Shanghai. The simulation started with the determination of the required buffer sizes and the conveyor technology in the design phase of the new distribution center of HUGO BOSS AG.
    [Show full text]
  • Tecnomatix Plant Simulation Runtime
    Tecnomatix Plant run experiments and what-if scenarios Simulation Runtime without disturbing an existing produc- tion system, but it can be used in the planning process long before the real system is installed. Extensive analysis tools, statistics and charts let users evaluate different manufacturing sce- Simulate, visualize, analyze and narios and make fast, reliable decisions in the early stages of production plan- optimize production systems and ning. Plant Simulation helps you to: • Detect and eliminate problems that logistics processes otherwise would require cost- and time-consuming corrective measures during production ramp-up Benefits Summary • Improves productivity of existing Tecnomatix® Plant Simulation Runtime • Minimize the investment cost of pro- facilities software enables the simulation, visual- duction lines without jeopardizing ization, analysis and optimization of required output • Reduces investment in planning of production systems and logistics pro- new facilities • Optimize the performance and energy cesses. Using Plant Simulation Runtime usage of existing production systems • Decreases inventory and throughput enables you to optimize material flow, by taking measures that have been time and resource utilization and logistics for verified in a simulation environment all levels of plant planning, from global • Optimizes system dimensions, includ- prior to implementation facilities and local plants to specific ing buffer sizes production lines. Modeling and simulating manufactur- • Lowers investment risks through early ing processes In times of increasing cost and time proof of concept Plant Simulation authoring products pressures in production along with (Professional, Standard, Foundation) • Maximizes manufacturing resources ongoing globalization, logistics is a key enable you to create well-structured, factor in a company’s success. The need Features hierarchical models of production to deliver on time and in sequence, • Use existing simulation models for facilities, lines and processes.
    [Show full text]
  • Siemens PLM What's New in Tecnomatix 12 Fact Sheet
    Siemens PLM Software What’s new in Tecnomatix 12 Delivering real solutions for manufacturing planning, simulation and production Benefits Summary solutions for dimensional quality provide • Provides greater process Tecnomatix® software is designed to improved geometry-driven 3D measured flexibility for increased empower manufacturers to deliver more data visualization and analysis. product complexity in innovation with less risk. Tecnomatix 12 Manufacturing planning production planning provides advanced technology in the areas of planning, simulation and production to Easy Plan • Greater efficiency in help manufacturers achieve higher-quality Tecnomatix 12 introduces Easy Plan, an optimizing discrete and products at lower cost with more efficient intuitive web-based application for shop continuous manufacturing and flexible production. Two new products, floor detailed process planning that was processes Easy Plan and Test Manager, aid in manu- developed specifically for engineers (manu- • Helps realize use of facturing planning efficiency and accuracy. facturing, industrial, process) who are automation for human An intuitive, context-sensitive ribbon menu involved in production operations. The use assembly tasks user interface, improved loading and visu- of Easy Plan extends process planning capa- alization of large 3D models and a new bilities to the people who know production • Improved execution of fluid object library greatly enhance our the best, the shop floor planners, allowing production operations Plant Simulation logistics optimization
    [Show full text]
  • Plant Simulation for Shipyards Simulation, Visualization and Optimization of Shipbuilding Processes
    Siemens PLM Software Plant Simulation for shipyards Simulation, visualization and optimization of shipbuilding processes Benefits Summary The challenges of today’s shipyard industry • Optimized space and crane Tecnomatix® software’s Plant Simulation are complicated by having to deliver utilization enables the simulation and optimization of increasingly complex products in a highly complex shipyard production systems and competitive marketplace. Shipyards now • Advanced assembly processes. Using Plant Simulation, you can face the need to build more ships in a sequence scheduling optimize material flow, resource and space shorter time and to offer services at • Increased planning safety utilization as well as the logistics for all lev- compet itive prices and with short delivery and accuracy els of the shipyard from scheduling times. Plant Simulation is an event-driven individual welding activities up to the com- simulation tool that helps shipyards handle • Higher service reliability plete ship assembly. these needs more easily, providing • Improved logistics and material management with clarity of complex processes • Safer investment decisions • Ability to better decide upon make versus buy issues • Ability to more accurately predict delivery times www.siemens.com/tecnomatix TECNOMATIX Tecnomatix Plant Simulation for shipyards Benefits continued computer-supported answers to major depending on the number and kind of • Ability to reduce the risk of questions such as when and where to blocks being assembled every day, week product failure
    [Show full text]
  • Improving Chemical Plant Safety Training Using Virtual Reality
    University of Nottingham School of Chemical, Environmental, and Mining Engineering IMPROVING CHEMICAL PLANT SAFETY TRAINING USING VIRTUAL REALITY by Konstantinos Nasios (Bsc) Thesis submitted to the University of Nottingham for the Degree of Doctor of Philosophy December 2001 Abstract The chemical engineering industry often requires people to work in hazardous environments and to operate complicated equipment which often limits the type of training that be carried out on site. The daily job of chemical plant operators is becoming more demanding due to the increasing plant complexity together with increasing requirements on plant safety, production capacity, product quality and cost effectiveness. The importance of designing systems and environments that are as safe as possible to educate and train personnel is vital for the chemical process industries. Virtual reality offers the potential to expose personnel to hazardous situations in a safe, highly visual and interactive manner. Virtual reality has been proposed as a technological breakthrough that holds the power to facilitate learning. The ability to visualise complex and dynamic systems involving personnel, equipment and layouts during any real operation is a potential advantage of such an approach. Virtual reality and multimedia training is commonly used in many industries, aiding understanding and memory retention and creating a more interactive learning experience. Four desktop virtual reality training environments were developed for this research which highlighted issues related to chemical process dynamic simulation and plant safety. The pump training system is a virtual reality environment, which was built using the SAFE-VR virtual engine, to train personnel to operate two centrifugal pumps. The virtual hazard spotting exercise focuses on improving the users’ safety awareness of electrical and occupational hygiene hazards.
    [Show full text]