Microsoft Robotics Studio

Size: px
Start display at page:

Download "Microsoft Robotics Studio"

Transcription

1 Prototyping Plant ControlSoftwarewith with Microsoft Robotics Studio Third International Workshop on Software Development and Integration in Robotics Alwin Hoffmann, Florian Nafz, Frank Ortmeier, Andreas Schierl, Wolfgang Reif Department of Software Engineering and Programming Languages University of Augsburg Germany

2 Agenda A short vision ii of tomorrow s industrial i robotics Case study: an adaptive production cell How can Microsoft Robotics Studio support us? The adaptive production cell implementation in Microsoft Robotics Studio Problems & Open Issues Future Work Conclusion May 2008 Hoffmann et.al., University of Augsburg, Germany 2

3 Challenges of Industrial Robotics Quantity Tasks Flexibility large-volume usually limited variability production standard tasks May 2008 Hoffmann et.al., University of Augsburg, Germany 3

4 Challenges of Industrial Robotics Until now: large volume production standard tasks In the future: low volume production easy reconfiguration short installation time special ilapplications i short development times new domainsfor industrial robots flexible use of industrial robots easy adoption to new production processes limited variability May 2008 Hoffmann et.al., University of Augsburg, Germany 4

5 Requirements Today we have staticcontrol control structures Future production systems should be reconfigurable fault tolerant suitable for different (similar) tasks Organic Computing systems meet these requirements adaptive systems with self X properties (self configuration, self healing, self adapting, ) a.k.a. autonomic/autonomous computing for the design and construction of organic computing systems see [Seebach et.al. 2007] May 2008 Hoffmann et.al., University of Augsburg, Germany 5

6 Traditional production cell Goal: Process in a given order! unprocessed processed Traditional production systems Adding a new robot can be done only manually The failure of one component causes the failure of the whole system Introducing new requires changing the controller software May 2008 Hoffmann et.al., University of Augsburg, Germany 6

7 Case Study: Adaptive production cell Whatis different when using an adaptive production cell? Flexible hardware components Flexible industrial robots with multiple tools Flexible transport system (autonomous carts) Workpieces with RFID tags Planning component Monitoring of the components and the Allocation of tasks by (re )configuration of the components May 2008 Hoffmann et.al., University of Augsburg, Germany 7

8 Case Study: Adaptive production cell unprocessed processed May 2008 Hoffmann et.al., University of Augsburg, Germany 8

9 Case Study: Adaptive production cell Goal: Adding a new robot! unprocessed processed May 2008 Hoffmann et.al., University of Augsburg, Germany 9

10 Case Study: Adaptive production cell Goal: Adding a new robot! unprocessed processed Self configuration: o : dynamically y integrate new robots May 2008 Hoffmann et.al., University of Augsburg, Germany 10

11 Case Study: Adaptive production cell Problem: Fil Failure of a single component! unprocessed processed May 2008 Hoffmann et.al., University of Augsburg, Germany 11

12 Case Study: Adaptive production cell Problem: Fil Failure of a single component! unprocessed My drill is broken so I switch to tighten screw I calculated the new transportation ordering So I can stay in insert screw processed Okay, I switch to drill hole So let s change to the new order Self healing: ea compensate to component failures May 2008 Hoffmann et.al., University of Augsburg, Germany 12

13 Case Study: Adaptive production cell Goal: Adopt to new work plans! Partly processed and unprocessed (with RFID tags) unprocessed processed May 2008 Hoffmann et.al., University of Augsburg, Germany 13

14 Case Study: Adaptive production cell Goal: Adopt to new work plans! Partly processed and unprocessed (with RFID tags) unprocessed processed Self adapting: Adopt to new goals May 2008 Hoffmann et.al., University of Augsburg, Germany 14

15 Case Study: Adaptive production cell Sounds nice But does it work? May 2008 Hoffmann et.al., University of Augsburg, Germany 15

16 What is Microsoft Robotics Studio? Windows based development environment for robotics applications Asynchronous, service oriented runtime Visual programming environment 3D physics based simulation environment Supports a variety of hardware platforms Concurrency and Coordination Runtime (CCR) Concurrent, message based programming model Asynchronous operations Decentralized Software Services (DSS) Distributed & service oriented application model Hosting environment for services May 2008 Hoffmann et.al., University of Augsburg, Germany 16

17 How can Microsoft Robotics Studio support us? Microsoft ftrobotics Studio facilitates t the fast prototyping of novel robotics applications by providing an asynchronous, service oriented architecture a realistic physics based simulation engine Benefits: Complex applications are possible Composition of services Reuse of services No need of real hardware Proof of concept Lower development costs May 2008 Hoffmann et.al., University of Augsburg, Germany 17

18 Implementation The industrial robots Based on the simulated KUKA LWR3 arm from the KUKA Educational Framework (cf. [Stumpfegger et.al. 2007]) Low level services (changing joint angles, open/close gripper) Transformation services (direct/inverse kinematics) Motion planning services Controlled by the CellRobot service: Take Process Drop The autonomous carts Based on the differential drive with two wheels Controlled by the CellCart service: Drive May 2008 Hoffmann et.al., University of Augsburg, Germany 18

19 Implementation Adding the self x properties to the production cell 1) Extend the components of the traditional system to gain more degrees of freedom (cf. CellRobot service with multiple tools) 2) Wrap the components in self X services 3) Introduce observer/controller component for the dynamic reconfiguration May 2008 Hoffmann et.al., University of Augsburg, Germany 19

20 Implementation Implementation ti concentrates t on self healing: li What happens when a tool is breaking down? How to test & demonstrate the self healing abilities of the adaptive production cell? HTTP interface Control GUI manually induce fil failures May 2008 Hoffmann et.al., University of Augsburg, Germany 20

21 The adaptive production cell in action Movie available: augsburg.de/lehrstuehle/swt/se/projects/organic_computing/ augsburg computing/ May 2008 Hoffmann et.al., University of Augsburg, Germany 21

22 Problems & Open Issues Real time behavior bh Underlying problem Loosely coupled ldservices Asynchronous calls No global timing/no control loop Effects No real time constraints No guaranteed response time Inaccurate synchronization of robot operations Sensor input/tool feedback May 2008 Hoffmann et.al., University of Augsburg, Germany 22

23 Problems & Open Issues Computing power Limitation for the accuracy of the physics engine Limited number of robots & carts Accuracy of the simulation Motion planning in simulation vs. real life Status of workpiece is indicated by color Support of real hardware The production cell onlyruns inthe simulationenvironment May 2008 Hoffmann et.al., University of Augsburg, Germany 23

24 Future Work Implementing other self X properties Self configuration Self adapting Implementinga framework for controlling industrial robots in Microsoft Robotics Studio Enabling synchronization/coordination of components Introducing a timing/control loop simulation of Slowing downthe physics engine softreal time Introducing additional robots (e.g. KUKA KR6) May 2008 Hoffmann et.al., University of Augsburg, Germany 24

25 Conclusion Adaptive production systems withself self X properties are more flexible and fault tolerant compared to traditional systems Proofof of concept in Microsoft Robotics Studio Drawbacks: Only self healing until now Asynchronous operations complicate the precise synchronization of components (e.g. robots, carts) No real time constraints Next steps: Implementing other self X properties Implementing a framework for controlling industrial robots in Microsoft Robotics Studio May 2008 Hoffmann et.al., University of Augsburg, Germany 25

26 Thank you for your attention! Questions? campus.de p// p May 2008 Hoffmann et.al., University of Augsburg, Germany 26

27 References [Seebach et.al. 2007] H. Seebach, F. Ortmeier, and W. Reif, Design and Construction of Organic Computing Systems in Proceedings of the IEEE Congress on Evolutionary Computation IEEE Computer Society Press, 2007, accepted for publication. [Stumpfegger et.al. 2007] T. Stumpfegger, A. Tremmel, C. Tarragona, and M. Haag, A Virtual Robot Control Using a Service Based Architecture and a Physics Based Simulation Environment in Proceedings of the Second International Workshop on Software Development and Integration in Robotics, Rome, 2007 May 2008 Hoffmann et.al., University of Augsburg, Germany 27

Discovery of Design Methodologies. Integration. Multi-disciplinary Design Problems

Discovery of Design Methodologies. Integration. Multi-disciplinary Design Problems Discovery of Design Methodologies for the Integration of Multi-disciplinary Design Problems Cirrus Shakeri Worcester Polytechnic Institute November 4, 1998 Worcester Polytechnic Institute Contents The

More information

GRAND RENEWABLE ENERGY 2018

GRAND RENEWABLE ENERGY 2018 グランド再生可能エネルギー 2018 AIST-FREA スペシャルセッション 国際会議 GRAND RENEWABLE ENERGY 2018 AIST-FREA Special Session 2018/6/20 パシフィコ横浜会議センターにて AIST-FREA Session, Room 501 International Workshop: Challenges to Renewable

More information

Transforming the US Electric Grid

Transforming the US Electric Grid Driving economic growth, innovation, and workforce development Transforming the US Electric Grid Supply Network Demand Traditional Generation (Coal, Gas, Nuclear, Hydro) Solar Wind Biomass Energy Storage

More information

Inverted Pendulum Control: an Overview

Inverted Pendulum Control: an Overview Inverted Pendulum Control: an Overview K. Perev Key Words: Cart pendulum system; inverted pendulum; swing up control; local stabilization. Abstract. This paper considers the problem of inverted pendulum

More information

With digital twin to the Factory of the Future Part I

With digital twin to the Factory of the Future Part I With digital twin to the Factory of the Future Part I Bosch Rexroth and Dassault Systèmes will use a modular assembly line to show how the Factory of the Future can be efficiently planned, implemented

More information

Control of Mobile Robots

Control of Mobile Robots Control of Mobile Robots Introduction Prof. Luca Bascetta (luca.bascetta@polimi.it) Politecnico di Milano Dipartimento di Elettronica, Informazione e Bioingegneria Applications of mobile autonomous robots

More information

Building Fast and Accurate Powertrain Models for System and Control Development

Building Fast and Accurate Powertrain Models for System and Control Development Building Fast and Accurate Powertrain Models for System and Control Development Prasanna Deshpande 2015 The MathWorks, Inc. 1 Challenges for the Powertrain Engineering Teams How to design and test vehicle

More information

Highly dynamic control of a test bench for highspeed train pantographs

Highly dynamic control of a test bench for highspeed train pantographs PAGE 26 CUSTOMERS Highly dynamic control of a test bench for highspeed train pantographs Keeping Contact at 300 km/h Electric rail vehicles must never lose contact with the power supply, not even at the

More information

Test & Validation Challenges Facing ADAS and CAV

Test & Validation Challenges Facing ADAS and CAV Test & Validation Challenges Facing ADAS and CAV Chris Reeves Future Transport Technologies & Intelligent Mobility Low Carbon Vehicle Event 2016 3rd Revolution of the Automotive Sector 3 rd Connectivity

More information

IN SPRINTS TOWARDS AUTONOMOUS DRIVING. BMW GROUP TECHNOLOGY WORKSHOPS. December 2017

IN SPRINTS TOWARDS AUTONOMOUS DRIVING. BMW GROUP TECHNOLOGY WORKSHOPS. December 2017 IN SPRINTS TOWARDS AUTONOMOUS DRIVING. BMW GROUP TECHNOLOGY WORKSHOPS. December 2017 AUTOMATED DRIVING OPENS NEW OPPORTUNITIES FOR CUSTOMERS AND COMMUNITY. MORE SAFETY MORE COMFORT MORE FLEXIBILITY MORE

More information

Design and evaluate vehicle architectures to reach the best trade-off between performance, range and comfort. Unrestricted.

Design and evaluate vehicle architectures to reach the best trade-off between performance, range and comfort. Unrestricted. Design and evaluate vehicle architectures to reach the best trade-off between performance, range and comfort. Unrestricted. Introduction Presenter Thomas Desbarats Business Development Simcenter System

More information

Enhancing Wheelchair Mobility Through Dynamics Mimicking

Enhancing Wheelchair Mobility Through Dynamics Mimicking Proceedings of the 3 rd International Conference Mechanical engineering and Mechatronics Prague, Czech Republic, August 14-15, 2014 Paper No. 65 Enhancing Wheelchair Mobility Through Dynamics Mimicking

More information

Active Driver Assistance for Vehicle Lanekeeping

Active Driver Assistance for Vehicle Lanekeeping Active Driver Assistance for Vehicle Lanekeeping Eric J. Rossetter October 30, 2003 D D L ynamic esign aboratory Motivation In 2001, 43% of all vehicle fatalities in the U.S. were caused by a collision

More information

Real-Time Modelica Simulation on a Suse Linux Enterprise Real Time PC

Real-Time Modelica Simulation on a Suse Linux Enterprise Real Time PC Real-Time Modelica Simulation on a Suse Linux Enterprise Real Time PC Arno Ebner Martin Ganchev Helmut Oberguggenberger Franz Pirker Arsenal Research Giefinggasse 2 1210 Vienna Austria arno.ebner@arsenal.ac.at

More information

Virtual Electric Vehicle Design using Real-world Coupled Realtime Simulation

Virtual Electric Vehicle Design using Real-world Coupled Realtime Simulation World Electric Vehicle Journal Vol. 5 - ISSN 2032-6653 - 2012 WEVA Page 0051 EVS26 Los Angeles, California, May 6-9, 2012 Virtual Electric Vehicle Design using Real-world Coupled Realtime Simulation Dipl.-Ing.

More information

Electrified Vehicles as Platforms for Complex System Control

Electrified Vehicles as Platforms for Complex System Control Electrified Vehicles as Platforms for Complex System Control Technical Research Department Hasan Esen 03.09.2012 HYCON2 WORKSHOP ON ENERGY AGENDA 2 / 16 1. DENSO Corporation Company Profile 2. Increasing

More information

Functional Decomposition of a Medium Voltage DC Integrated Power System

Functional Decomposition of a Medium Voltage DC Integrated Power System Functional Decomposition of a Medium Voltage DC Integrated Power System ASNE SYMPOSIUM 2008 SHIPBUILDING IN SUPPORT OF THE GLOBAL WAR ON TERRORISM April 14-17, 2008 Mississippi Coast Coliseum Convention

More information

OPENSTEERING PLATFORM

OPENSTEERING PLATFORM MDYNAMIX AFFILIATED INSTITUTE OF MUNICH UNIVERSITY OF APPLIED SCIENCES OPENSTEERING PLATFORM FOR DEVELOPMENT OF ADVANCED STEERING FUNCTIONS, ADAS AND AUTONOMOUS VEHICLES 9th International Munich Chassis

More information

Last week we saw. Today: The Role of Locomotion : Robotics systems and science Lecture 4: Locomotion

Last week we saw. Today: The Role of Locomotion : Robotics systems and science Lecture 4: Locomotion 6.141: Robotics systems and science Lecture 4: Locomotion Lecture Notes Prepared by Daniela Rus EECS/MIT Spring 2009 Last week we saw Bang-bang control Open loop control Closed loop control: P, I, D Motors

More information

SIRIUS 2001 A Drive-by-Wire University Project

SIRIUS 2001 A Drive-by-Wire University Project SIRIUS 2001 A Drive-by-Wire University Project ARTES - Volvo Cars 01-12-12 Per Johannessen Volvo Car Corporation Our Vision Summer 2000 1 Design Task Build a drive-by-wire car with four wheel steering

More information

Modelling and Simulation Specialists

Modelling and Simulation Specialists Modelling and Simulation Specialists Multi-Domain Simulation of Hybrid Vehicles Multiphysics Simulation for Autosport / Motorsport Applications Seminar UK Magnetics Society Claytex Services Limited Software,

More information

Novel Chassis Concept for Omnidirectional Driving Maneuvers

Novel Chassis Concept for Omnidirectional Driving Maneuvers Novel Chassis Concept for Omnidirectional Driving Maneuvers Challenges in modelling suspensions with wheel individual steering system KIT The Research University in the Helmholtz Association www.kit.edu

More information

NASA Glenn Research Center Intelligent Power System Control Development for Deep Space Exploration

NASA Glenn Research Center Intelligent Power System Control Development for Deep Space Exploration National Aeronautics and Space Administration NASA Glenn Research Center Intelligent Power System Control Development for Deep Space Exploration Anne M. McNelis NASA Glenn Research Center Presentation

More information

Simulation of the influence of road traffic on the operation of an electric city bus

Simulation of the influence of road traffic on the operation of an electric city bus Simulation of the influence of road traffic on the operation of apply & innovate 2014 Manuel Großkinsky Chair of railway system technology, Karlsruhe Institute of Technology KIT University of the State

More information

The design and implementation of a simulation platform for the running of high-speed trains based on High Level Architecture

The design and implementation of a simulation platform for the running of high-speed trains based on High Level Architecture Computers in Railways XIV Special Contributions 79 The design and implementation of a simulation platform for the running of high-speed trains based on High Level Architecture X. Lin, Q. Y. Wang, Z. C.

More information

Agenda. Industrial software systems at ABB. Case Study 1: Robotics system. Case Study 2: Gauge system. Summary & outlook

Agenda. Industrial software systems at ABB. Case Study 1: Robotics system. Case Study 2: Gauge system. Summary & outlook ABB DECRC - 2 - ABB DECRC - 1 - SATURN 2008 Pittsburgh, PA, USA Identifying and Documenting Primary Concerns in Industrial Software Systems 30 April 2008 Roland Weiss Pia Stoll Industrial Software Systems

More information

IRBT 2005: Medium Track Platform Overview

IRBT 2005: Medium Track Platform Overview ABB Robotics, November 2015 IRBT 2005: Medium Track Platform Overview Slide 1 IRBT 2005 Agenda Overview Differentiated Value Proposition Targeted Applications Customer Benefits Design Options Technical

More information

MBD solution covering from system design to verification by real-time simulation for automotive systems. Kosuke KONISHI, IDAJ Co., LTD.

MBD solution covering from system design to verification by real-time simulation for automotive systems. Kosuke KONISHI, IDAJ Co., LTD. MBD solution covering from system design to verification by real-time simulation for automotive systems Kosuke KONISHI, IDAJ Co., LTD. Agenda System/Component model designs to validation Needs of co-simulation

More information

The Role of Infrastructure Connected to Cars & Autonomous Driving INFRAMIX PROJECT

The Role of Infrastructure Connected to Cars & Autonomous Driving INFRAMIX PROJECT The Role of Infrastructure Connected to Cars & Autonomous Driving INFRAMIX PROJECT 20-11-18 1 Index 01 Abertis Autopistas 02 Introduction 03 Road map AV 04 INFRAMIX project 05 Test site autopistas 06 Classification

More information

Enable Utility Industry Transformation

Enable Utility Industry Transformation 1 Advanced Power Electronics Systems Enable Utility Industry Transformation Wanda Reder IEEE Fellow, Member NAE S&C Electric Company - Chief Strategy Officer, Wanda.reder@sandc.com November 9, 2017 2 Overview

More information

Testing(and(evaluation(of(fault(handling( strategies(in(the(research(concept(vehicle((

Testing(and(evaluation(of(fault(handling( strategies(in(the(research(concept(vehicle(( Testing(and(evaluation(of(fault(handling( strategies(in(the(research(concept(vehicle(( (( MikaelNybacka AssistantProfessor,KTHVehicleDynamics SwedishHybridVehicleCentre 06B2015 Summary' The development

More information

A simulator for the control network of smart grid architectures

A simulator for the control network of smart grid architectures A simulator for the control network of smart grid architectures K. Mets 1, W. Haerick 1, C. Develder 1 1 Dept. of Information Technology - IBCN, Faculty of applied sciences, Ghent University - IBBT, G.

More information

Experience the Hybrid Drive

Experience the Hybrid Drive Experience the Hybrid Drive MAGNA STEYR equips SUV with hybrid drive Hybrid demo vehicle with dspace prototyping system To integrate components into a hybrid vehicle drivetrain, extensive modification

More information

NXP S32X AUTOMOTIVE PROCESSING PLATFORM

NXP S32X AUTOMOTIVE PROCESSING PLATFORM NXP S32X AUTOMOTIVE PROCESSING PLATFORM BRINGING FUTURE VEHICLES TO MARKET FASTER NXP and the NXP logo are trademarks of NXP B.V. All other product or service names are the property of their respective

More information

DEVELOPMENT OF A FUTURE MARINE ENERGY SYSTEM: MODEL CENTRIC APPROACH

DEVELOPMENT OF A FUTURE MARINE ENERGY SYSTEM: MODEL CENTRIC APPROACH DEVELOPMENT OF A FUTURE MARINE ENERGY SYSTEM: MODEL CENTRIC APPROACH SMM, Hamburg, 5 September 2018 Kevin Koosup Yum Content Growing complexity Main concepts for Model-Centric Design, What and How? Relataed

More information

CICED 2016 Xi an, China

CICED 2016 Xi an, China CICED 2016 Xi an, China Distribution Grids The active link between generation and consumption Theodor Connor Siemens AG Erlangen, Germany CIRED Chairman of the Directing Committee CICED 2016 Xi an, August

More information

Topics on Compilers. Introduction to CGRA

Topics on Compilers. Introduction to CGRA 4541.775 Topics on Compilers Introduction to CGRA Spring 2011 Reconfigurable Architectures reconfigurable hardware (reconfigware) implement specific hardware structures dynamically and on demand high performance

More information

Dynamic Drive Motion for Testing Applications Presented by James Ellis Manufacturing in America March 14-15, 2018

Dynamic Drive Motion for Testing Applications Presented by James Ellis Manufacturing in America March 14-15, 2018 Dynamic Drive Motion for Testing Applications Presented by James Ellis Manufacturing in America March 14-15, 2018 Before we start A Penny for Your Thoughts At the end of the session, share your feedback

More information

Integration of EtherCAT in Advanced Test Systems Solutions and Challenges. Dr. Frank Schütte, Andreas Tenge, Dr. László Juhász dspace GmbH, Paderborn

Integration of EtherCAT in Advanced Test Systems Solutions and Challenges. Dr. Frank Schütte, Andreas Tenge, Dr. László Juhász dspace GmbH, Paderborn Integration of EtherCAT in Advanced Test Systems Solutions and Challenges Dr. Frank Schütte, Andreas Tenge, Dr. László Juhász dspace GmbH, Paderborn ETG 2013 Introduction Actual developments in the mobile

More information

SIRIUS A Drive-by-Wire University Project. Per Johannessen Chalmers University of Technology Volvo Car Corporation

SIRIUS A Drive-by-Wire University Project. Per Johannessen Chalmers University of Technology Volvo Car Corporation SIRIUS 2001 A Drive-by-Wire University Project Per Johannessen Chalmers University of Technology Volvo Car Corporation Outline Background SIRIUS projects Control system evolution Design process Redundancy

More information

Radha Krisha (Pos. Doc.), M. A. Awal, Siyuan Chen, Hao Tu, Likhita Ravuri

Radha Krisha (Pos. Doc.), M. A. Awal, Siyuan Chen, Hao Tu, Likhita Ravuri Y9.GEH1.1 Multi-SST Medium Voltage Testbed Project Leader: Faculty: Students: Staff: Dr. Wensong Yu Dr. Iqbal Husain, Dr. Srdjan Lukic Radha Krisha (Pos. Doc.), M. A. Awal, Siyuan Chen, Hao Tu, Likhita

More information

Using cloud to develop and deploy advanced fault management strategies

Using cloud to develop and deploy advanced fault management strategies Using cloud to develop and deploy advanced fault management strategies next generation vehicle telemetry V 1.0 05/08/18 Abstract Vantage Power designs and manufactures technologies that can connect and

More information

V-CAP TM A FEV VIRTUAL POWERTRAIN CALIBRATION PLATFORM

V-CAP TM A FEV VIRTUAL POWERTRAIN CALIBRATION PLATFORM V-CAP T A FEV VITUAL POWETAIN CALIBATION PLATFO V-CAP T TEST CENTES VITUAL POWETAIN CALIBATION PLATFO V-CAP T VITUAL POWETAIN CALIBATION PLATFO VITUAL TEST BED, EAL ESULTS: A SOLUTION FO PASSENGE CA AND

More information

Armands Senfelds, Leonids Ribickis, Ansis Avotins, Peteris Apse-Apsitis

Armands Senfelds, Leonids Ribickis, Ansis Avotins, Peteris Apse-Apsitis Development of 600V Industrial DC Microgrid for Highly Automated Manufacturing Applications: Factory and Laboratory Infrastructure Experience Armands Senfelds, Leonids Ribickis, Ansis Avotins, Peteris

More information

Impact of Distributed Generation and Storage on Zero Net Energy (ZNE)

Impact of Distributed Generation and Storage on Zero Net Energy (ZNE) Impact of Distributed Generation and Storage on Zero Net Energy (ZNE) Omar Siddiqui Senior Technical Executive Emerging Technologies Summit San Francisco, CA October 21, 2014 Together Shaping the Future

More information

dspace GmbH Rathenaustr Paderborn Germany dspace Technology Conference Workshop #2

dspace GmbH Rathenaustr Paderborn Germany dspace Technology Conference Workshop #2 dspace Engineering - Mechatronic Test Benches Matthias Deter Group Manager Engineering E-Drive Applications dspace Technology Conference 2017 Workshop #2 dspace GmbH Rathenaustr. 26 33102 Paderborn Germany

More information

DG system integration in distribution networks. The transition from passive to active grids

DG system integration in distribution networks. The transition from passive to active grids DG system integration in distribution networks The transition from passive to active grids Agenda IEA ENARD Annex II Trends and drivers Targets for future electricity networks The current status of distribution

More information

Presentation of the European Electricity Grid Initiative

Presentation of the European Electricity Grid Initiative Presentation of the European Electricity Grid Initiative Contractors Meeting Brussels 25th September 2009 1 Outline Electricity Network Scenario European Electricity Grids Initiative DSOs Smart Grids Model

More information

Momentu. Brake-by-Wire Gathers. HIL Test System for Developing a 12-V Brake-by-Wire System BRAKE-BY-WIRE SYSTEMS

Momentu. Brake-by-Wire Gathers. HIL Test System for Developing a 12-V Brake-by-Wire System BRAKE-BY-WIRE SYSTEMS PAGE 14 BRAKE-BY-WIRE SYSTS Brake-by-Wire Gathers omentu HIL Test System for Developing a 12-V Brake-by-Wire System PAGE 15 The future of the brake is electric (brake-bywire system). An electric motor

More information

State-of-the-art architectures State-of-the-art testing Jürgen Schölzel, Siemens AG, Mobility Division

State-of-the-art architectures State-of-the-art testing Jürgen Schölzel, Siemens AG, Mobility Division State-of-the-art architectures State-of-the-art testing Jürgen Schölzel, Siemens AG, Mobility Division siemens.com Not only operator control but also operational processes and headways and thus systems

More information

Robotic Wheel Loading Process in Automotive Manufacturing Automation

Robotic Wheel Loading Process in Automotive Manufacturing Automation The 2009 IEEE/RSJ International Conference on Intelligent Robots and Systems October 11-15, 2009 St. Louis, USA Robotic Wheel Loading Process in Automotive Manufacturing Automation Heping Chen, William

More information

RB-Mel-03. SCITOS G5 Mobile Platform Complete Package

RB-Mel-03. SCITOS G5 Mobile Platform Complete Package RB-Mel-03 SCITOS G5 Mobile Platform Complete Package A professional mobile platform, combining the advatages of an industrial robot with the flexibility of a research robot. Comes with Laser Range Finder

More information

Control and Protection Functions in a Strong and Robust Smart Grid

Control and Protection Functions in a Strong and Robust Smart Grid Control and Protection Functions in a Strong and Robust Smart Grid Invited Lecture at SGEPRI, SGCC, Nanjing, China, 12 Aug 2017 Professor Saifur Rahman Director, Virginia Tech Advanced Research Inst.,

More information

Five Cool Things You Can Do With Powertrain Blockset The MathWorks, Inc. 1

Five Cool Things You Can Do With Powertrain Blockset The MathWorks, Inc. 1 Five Cool Things You Can Do With Powertrain Blockset Mike Sasena, PhD Automotive Product Manager 2017 The MathWorks, Inc. 1 FTP75 Simulation 2 Powertrain Blockset Value Proposition Perform fuel economy

More information

Using Virtualization to Accelerate the Development of ADAS & Automated Driving Functions

Using Virtualization to Accelerate the Development of ADAS & Automated Driving Functions Using Virtualization to Accelerate the Development of ADAS & Automated Driving Functions GTC Europe 2017 Dominik Dörr 2 Motivation Virtual Prototypes Virtual Sensor Models CarMaker and NVIDIA DRIVE PX

More information

Compatibility of STPA with GM System Safety Engineering Process. Padma Sundaram Dave Hartfelder

Compatibility of STPA with GM System Safety Engineering Process. Padma Sundaram Dave Hartfelder Compatibility of STPA with GM System Safety Engineering Process Padma Sundaram Dave Hartfelder Table of Contents Introduction GM System Safety Engineering Process Overview Experience with STPA Evaluation

More information

A First Principles-based Li-Ion Battery Performance and Life Prediction Model Based on Reformulated Model Equations NASA Battery Workshop

A First Principles-based Li-Ion Battery Performance and Life Prediction Model Based on Reformulated Model Equations NASA Battery Workshop A First Principles-based Li-Ion Battery Performance and Life Prediction Model Based on Reformulated Model Equations NASA Battery Workshop Huntsville, Alabama November 17-19, 19, 2009 by Gerald Halpert

More information

INCREASING ENERGY EFFICIENCY BY MODEL BASED DESIGN

INCREASING ENERGY EFFICIENCY BY MODEL BASED DESIGN INCREASING ENERGY EFFICIENCY BY MODEL BASED DESIGN GREGORY PINTE THE MATHWORKS CONFERENCE 2015 EINDHOVEN 23/06/2015 FLANDERS MAKE Strategic Research Center for the manufacturing industry Integrating the

More information

DYNA4 Open Simulation Framework with Flexible Support for Your Work Processes and Modular Simulation Model Library

DYNA4 Open Simulation Framework with Flexible Support for Your Work Processes and Modular Simulation Model Library Open Simulation Framework with Flexible Support for Your Work Processes and Modular Simulation Model Library DYNA4 Concept DYNA4 is an open and modular simulation framework for efficient working with simulation

More information

Technical Robustness and Quality

Technical Robustness and Quality Technical Robustness and Quality www.teamrush27.net Rock Solid Robot Page Title 1-4 Robustness In Concept And Fabrication 5 Creative Concepts For Tomorrow s Technology 6-8 Rock Solid Controls 9-10 Effectively

More information

ABB June 19, Slide 1

ABB June 19, Slide 1 Dr Simon Round, Head of Technology Management, MATLAB Conference 2015, Bern Switzerland, 9 June 2015 A Decade of Efficiency Gains Leveraging modern development methods and the rising computational performance-price

More information

GEODE Report: Flexibility in Tomorrow s Energy System DSOs approach

GEODE Report: Flexibility in Tomorrow s Energy System DSOs approach 1 GEODE Report: Flexibility in Tomorrow s Energy System DSOs approach Report was prepared by Working Group Smart Grids of GEODE GEODE Spring Seminar, Brussels, 13th of May 2014 Hans Taus, Wiener Netze

More information

E-Mobility in Planning and Operation of future Distribution Grids. Michael Schneider I Head of Siemens PTI

E-Mobility in Planning and Operation of future Distribution Grids. Michael Schneider I Head of Siemens PTI E-Mobility in Planning and Operation of future Distribution Grids Michael Schneider I Head of Siemens PTI Unrestricted Siemens AG Österreich 2017 siemens.at/future-of-energy Siemens Power Technologies

More information

The Design of an Omnidirectional All-Terrain Rover Chassis

The Design of an Omnidirectional All-Terrain Rover Chassis The Design of an Omnidirectional All-Terrain Rover Chassis Abstract Submission for TePRA 2011: the 3rd Annual IEEE International Conference on Technologies for Practical Robot Applications Timothy C. Lexen,

More information

Finite Element Based, FPGA-Implemented Electric Machine Model for Hardware-in-the-Loop (HIL) Simulation

Finite Element Based, FPGA-Implemented Electric Machine Model for Hardware-in-the-Loop (HIL) Simulation Finite Element Based, FPGA-Implemented Electric Machine Model for Hardware-in-the-Loop (HIL) Simulation Leveraging Simulation for Hybrid and Electric Powertrain Design in the Automotive, Presentation Agenda

More information

Using MATLAB/ Simulink in the designing of Undergraduate Electric Machinery Courses

Using MATLAB/ Simulink in the designing of Undergraduate Electric Machinery Courses Using MATLAB/ Simulink in the designing of Undergraduate Electric Machinery Courses Mostafa.A. M. Fellani, Daw.E. Abaid * Control Engineering department Faculty of Electronics Technology, Beni-Walid, Libya

More information

Modeling of Conventional Vehicle in Modelica

Modeling of Conventional Vehicle in Modelica Modeling of Conventional Vehicle in Modelica Wei Chen, Gang Qin, Lingyang Li, Yunqing Zhang, Liping Chen CAD Center, Huazhong University of Science and Technology, China chenw@hustcad.com Abstract Modelica

More information

The seal of the century web tension control

The seal of the century web tension control TENSIONING GEARING CAMMING Three techniques that can improve your automated packaging equipment performance What are 3 core motion techniques that can improve performance? Web Tension Control Proportional

More information

Model Based Design: Balancing Embedded Controls Development and System Simulation

Model Based Design: Balancing Embedded Controls Development and System Simulation All-Day Hybrid Power On the Job Model Based Design: Balancing Embedded Controls Development and System Simulation Presented by : Bill Mammen 1 Topics Odyne The Project System Model Summary 2 About Odyne

More information

STPA in Automotive Domain Advanced Tutorial

STPA in Automotive Domain Advanced Tutorial www.uni-stuttgart.de The Second European STAMP Workshop 2014 STPA in Automotive Domain Advanced Tutorial Asim Abdulkhaleq, Ph.D Student Institute of Software Technology University of Stuttgart, Germany

More information

LEG. Application example. Electrical 2-Finger Parallel Gripper Long-stroke Gripper. Gripping force 1050 N 1500 N. Weight 9 kg 11.

LEG. Application example. Electrical 2-Finger Parallel Gripper Long-stroke Gripper.  Gripping force 1050 N 1500 N. Weight 9 kg 11. LEG www.comoso.com Size 760 Weight 9 kg 11.6 kg Gripping force 1050 N 1500 N Stroke per finger 281 mm Workpiece weight 15.75 kg 22.5 kg Application example Gripping unit for top loading and palettizing

More information

Computer Aided Transient Stability Analysis

Computer Aided Transient Stability Analysis Journal of Computer Science 3 (3): 149-153, 2007 ISSN 1549-3636 2007 Science Publications Corresponding Author: Computer Aided Transient Stability Analysis Nihad M. Al-Rawi, Afaneen Anwar and Ahmed Muhsin

More information

MAGNA DRIVETRAIN FORUM 2018

MAGNA DRIVETRAIN FORUM 2018 MAGNA DRIVETRAIN FORUM 2018 KREISEL ELECTRIC MAGNA DRIVETRAIN FORUM SOLUTIONS FOR THE ENERGY TRANSITION 2.0 1) Introduction of KREISEL 2) Energy transition 2.0 3) Challenges of implementation 4) Targets

More information

EMC System Engineering of the Hybrid Vehicle Electric Motor and Battery Pack

EMC System Engineering of the Hybrid Vehicle Electric Motor and Battery Pack The Southeastern Michigan IEEE EMC Society EMC System Engineering of the Hybrid Vehicle Electric Motor and Battery Pack Presented by: James Muccioli Authors: James Muccioli & Dale Sanders Jastech EMC Consulting,

More information

Dynamic Modeling of Large Complex Hydraulic System Based on Virtual Prototyping Gui-bo YU, Jian-zhuang ZHI *, Li-jun CAO and Qiao MA

Dynamic Modeling of Large Complex Hydraulic System Based on Virtual Prototyping Gui-bo YU, Jian-zhuang ZHI *, Li-jun CAO and Qiao MA 2018 International Conference on Computer, Electronic Information and Communications (CEIC 2018) ISBN: 978-1-60595-557-5 Dynamic Modeling of Large Complex Hydraulic System Based on Virtual Prototyping

More information

AND CHANGES IN URBAN MOBILITY PATTERNS

AND CHANGES IN URBAN MOBILITY PATTERNS TECHNOLOGY-ENABLED MOBILITY: Virtual TEsting of Autonomous Vehicles AND CHANGES IN URBAN MOBILITY PATTERNS Technology-Enabled Mobility In the era of the digital revolution everything is inter-connected.

More information

LMF: The lightweight manipulator vehicle of Kerntechnische Hilfsdienst GmbH. System configuration and operations

LMF: The lightweight manipulator vehicle of Kerntechnische Hilfsdienst GmbH. System configuration and operations LMF: The lightweight manipulator vehicle of Kerntechnische Hilfsdienst GmbH System configuration and operations U. Süss (1), V. Abadie (2), L. Joudrier (3) Keywords: Teleoperation, Mobile Robotics, Manipulator

More information

Presented By: Bob Uluski Electric Power Research Institute. July, 2011

Presented By: Bob Uluski Electric Power Research Institute. July, 2011 SMART DISTRIBUTION APPLICATIONS &THEIR INTEGRATION IN A SMART GRID ENVIRONMENT Presented By: Bob Uluski Electric Power Research Institute July, 2011 Key Smart Distribution Applications What are the major

More information

Variable Valve Drive From the Concept to Series Approval

Variable Valve Drive From the Concept to Series Approval Variable Valve Drive From the Concept to Series Approval New vehicles are subject to ever more stringent limits in consumption cycles and emissions. At the same time, requirements in terms of engine performance,

More information

E-MOBILITY TESTING ALONG THE V-CYCLE EMPHASIS ON THE INTEGRATION TESTBENCH. Markus Maier, RBM Germany

E-MOBILITY TESTING ALONG THE V-CYCLE EMPHASIS ON THE INTEGRATION TESTBENCH. Markus Maier, RBM Germany E-MOBILITY TESTING ALONG THE V-CYCLE EMPHASIS ON THE INTEGRATION TESTBENCH Markus Maier, RBM Germany AGENDA Overview AVL Testing Solutions Electrification for Subsystem Electrification Summary Markus Maier,

More information

QuickStick Repeatability Analysis

QuickStick Repeatability Analysis QuickStick Repeatability Analysis Purpose This application note presents the variables that can affect the repeatability of positioning using a QuickStick system. Introduction Repeatability and accuracy

More information

Multi-level Feeder Queue Dispatch based Electric Vehicle Charging Model and its Implementation of Cloud-computing

Multi-level Feeder Queue Dispatch based Electric Vehicle Charging Model and its Implementation of Cloud-computing , pp.76-81 http://dx.doi.org/10.14257/astl.2016.137.14 Multi-level Feeder Queue Dispatch based Electric Vehicle Charging Model and its Implementation of Cloud-computing Wei Wang 1, Minghao Ai 2 Naishi

More information

Autonomous cars navigation on roads opened to public traffic: How can infrastructure-based systems help?

Autonomous cars navigation on roads opened to public traffic: How can infrastructure-based systems help? Autonomous cars navigation on roads opened to public traffic: How can infrastructure-based systems help? Philippe Bonnifait Professor at the Université de Technologie de Compiègne, Sorbonne Universités

More information

Eurathlon Scenario Application Paper (SAP) Review Sheet

Eurathlon Scenario Application Paper (SAP) Review Sheet Scenario Application Paper (SAP) Review Sheet Team/Robot Scenario FKIE Autonomous Navigation For each of the following aspects, especially concerning the team s approach to scenariospecific challenges,

More information

University Of California, Berkeley Department of Mechanical Engineering. ME 131 Vehicle Dynamics & Control (4 units)

University Of California, Berkeley Department of Mechanical Engineering. ME 131 Vehicle Dynamics & Control (4 units) CATALOG DESCRIPTION University Of California, Berkeley Department of Mechanical Engineering ME 131 Vehicle Dynamics & Control (4 units) Undergraduate Elective Syllabus Physical understanding of automotive

More information

Automated Driving - Object Perception at 120 KPH Chris Mansley

Automated Driving - Object Perception at 120 KPH Chris Mansley IROS 2014: Robots in Clutter Workshop Automated Driving - Object Perception at 120 KPH Chris Mansley 1 Road safety influence of driver assistance 100% Installation rates / road fatalities in Germany 80%

More information

BASIC MECHATRONICS ENGINEERING

BASIC MECHATRONICS ENGINEERING MBEYA UNIVERSITY OF SCIENCE AND TECHNOLOGY Lecture Summary on BASIC MECHATRONICS ENGINEERING NTA - 4 Mechatronics Engineering 2016 Page 1 INTRODUCTION TO MECHATRONICS Mechatronics is the field of study

More information

Automated driving in urban environments: technical challenges, open problems and barriers. Fawzi Nashashibi

Automated driving in urban environments: technical challenges, open problems and barriers. Fawzi Nashashibi Automated driving in urban environments: technical challenges, open problems and barriers Fawzi Nashashibi 6th Workshop on Planning, Perception and Navigation for Intelligent Vehicles SEPTEMBER 14, 2014

More information

EPSRC-JLR Workshop 9th December 2014 TOWARDS AUTONOMY SMART AND CONNECTED CONTROL

EPSRC-JLR Workshop 9th December 2014 TOWARDS AUTONOMY SMART AND CONNECTED CONTROL EPSRC-JLR Workshop 9th December 2014 Increasing levels of autonomy of the driving task changing the demands of the environment Increased motivation from non-driving related activities Enhanced interface

More information

Virtual Synchronous Machines for Supporting Flexible Operation of Distribution Systems

Virtual Synchronous Machines for Supporting Flexible Operation of Distribution Systems JST-NSF-DFG-RCN Workshop on Distributed Energy Management Systems Arlington, Virginia, April 20-22, 2015 Virtual Synchronous Machines for Supporting Flexible Operation of Distribution Systems Jon Are Suul

More information

ni.com Sensor Measurement Fundamentals Series

ni.com Sensor Measurement Fundamentals Series Sensor Measurement Fundamentals Series Load, Pressure, and Torque Measurements Key Takeaways Bridge-based measurement fundamentals Load, pressure, torque fundamentals Transducer Electronic Data Sheet (TEDS)

More information

The Digital Future of Driving Dr. László Palkovics State Secretary for Education

The Digital Future of Driving Dr. László Palkovics State Secretary for Education The Digital Future of Driving Dr. László Palkovics State Secretary for Education 1. WHAT IS THE CHALLENGE? What is the challenge? Mobility Challenges Inspirating factors for development 1 Zero Emission

More information

Combining Optimisation with Dymola to Calibrate a 2-zone Predictive Combustion Model.

Combining Optimisation with Dymola to Calibrate a 2-zone Predictive Combustion Model. Combining Optimisation with Dymola to Calibrate a 2-zone Predictive Combustion Model. Mike Dempsey Optimised Engineering Design Conference 2016 Claytex Services Limited Software, Consultancy, Training

More information

Modeling and Simulate Automotive Powertrain Systems

Modeling and Simulate Automotive Powertrain Systems Modeling and Simulate Automotive Powertrain Systems Maurizio Dalbard 2015 The MathWorks, Inc. 1 Model-Based Design Challenges It s hard to do good Model-Based Design without good models Insufficient expertise

More information

CNC swiss and non-swiss. turning center TNL32

CNC swiss and non-swiss. turning center TNL32 CNC swiss and non-swiss turning center TNL32 Thanks to the outstanding technical features of the TRAUB TNL32 CNC swiss and non-swiss turning center, you will notice measurable improvements in production.

More information

LMS Imagine.Lab AMESim Ground Loads and Flight Controls

LMS Imagine.Lab AMESim Ground Loads and Flight Controls LMS Imagine.Lab AMESim Ground Loads and Flight Controls LMS Imagine.Lab Ground Loads and Flight Controls LMS Imagine.Lab Ground Loads and Flight Controls helps designers from the aerospace industry to

More information

STUDYING THE POSSIBILITY OF INCREASING THE FLIGHT AUTONOMY OF A ROTARY-WING MUAV

STUDYING THE POSSIBILITY OF INCREASING THE FLIGHT AUTONOMY OF A ROTARY-WING MUAV SCIENTIFIC RESEARCH AND EDUCATION IN THE AIR FORCE AFASES2017 STUDYING THE POSSIBILITY OF INCREASING THE FLIGHT AUTONOMY OF A ROTARY-WING MUAV Cristian VIDAN *, Daniel MĂRĂCINE ** * Military Technical

More information

itpms-in-the-loop Solution for Comprehensive Validation Tasks for indirect Tire Pressure Monitoring Systems According to the New ECE-R 64 Regulation

itpms-in-the-loop Solution for Comprehensive Validation Tasks for indirect Tire Pressure Monitoring Systems According to the New ECE-R 64 Regulation Taking you to the next level apply & Innovate 2012, IPG Technology Conference, Karlsruhe, 21 and 22 June 2012 itpms-in-the-loop Solution for Comprehensive Validation Tasks for indirect Tire Pressure Monitoring

More information

JMS Performance Comparison Performance Comparison for Publish Subscribe Messaging

JMS Performance Comparison Performance Comparison for Publish Subscribe Messaging JMS Performance Comparison Performance Comparison for Publish Subscribe Messaging Entire contents 2002 2011, Fiorano Software and Affiliates. All rights reserved. Reproduction of this document in any form

More information

Openness Design modularity Outstanding Quality Fine positioning INGENIA MOTION CONTROL Motor control Engineered Solutions Complete Integration

Openness Design modularity Outstanding Quality Fine positioning INGENIA MOTION CONTROL Motor control Engineered Solutions Complete Integration Openness Design modularity Outstanding Quality Fine positioning INGENIA MOTION CONTROL Motor control Engineered Solutions Complete Integration Freedom to create Complete motion control Your partner in

More information