Implementation of a Control Concept for the Car-in-the-Loop Test Rig on the IPG Xpack4 Real-Time Target

Size: px
Start display at page:

Download "Implementation of a Control Concept for the Car-in-the-Loop Test Rig on the IPG Xpack4 Real-Time Target"

Transcription

1 Implementation of a Control Concept for the Car-in-the-Loop Test Rig on the IPG Xpack4 Real-Time Target Kevin Engleson Control Concepts for the Car-in-the-Loop Test Rig Institut für Mechatronische Systeme im Maschinenbau Kevin Engleson 1

2 Overview 1. Introduction 2. Car-in-the-Loop Test Rig 3. IPG Xpack4 Real-Time Target 4. Controller Concepts Wheel Speed Controller Steering Angle Controller 5. C-Code Generation and IPG CarMaker Implementation 6. Results 7. Conclusion 8. Questions Control Concepts for the Car-in-the-Loop Test Rig Institut für Mechatronische Systeme im Maschinenbau Kevin Engleson 2

3 Introduction Numerous advancements in regards to safety and efficiency of a vehicle s powertrain and suspension components Many of these new developments incorporate mechatronic systems [1] The implementation of mechatronic systems is resulting in much higher complexity Hardware-in-the-Loop (HiL) systems allow automotive manufactures to test and validate the electrical, mechanical, and control concepts [3] [2] Control Concepts for the Car-in-the-Loop Test Rig Institut für Mechatronische Systeme im Maschinenbau Kevin Engleson 3

4 Car-in-the-Loop Test Rig Car-in-the-Loop (CiL) Test Rig built by the Institute for Mechatronic Systems (IMS) at the Technische Universität Darmstadt [4] Quarter-car section of a Mini Countryman provided by BMW Validate driving forces from test track data or computer simulations Advantages: Elimination of safety concerns during prototype testing Independence from weather conditions Higher test repeatability Control Concepts for the Car-in-the-Loop Test Rig Institut für Mechatronische Systeme im Maschinenbau Kevin Engleson 4

5 Xpack4 Real-Time Target The Xpack4 Real-Time Target provided by IPG Test platform with multiple processor cores for increased performance Compact PCI terminals for increased flexibility with interchangeable modules based on test requirements [7] Embedded coder implementation Control Concepts for the Car-in-the-Loop Test Rig Institut für Mechatronische Systeme im Maschinenbau Kevin Engleson 5

6 Controller Concepts Overall goal is the implementation of controller concepts which regulate the wheel speed and steering angle of the CiL in real-time Physical system must be modeled within a closed control loop Control Concepts for the Car-in-the-Loop Test Rig Institut für Mechatronische Systeme im Maschinenbau Kevin Engleson 6

7 Wheel Speed Controller Control Concepts for the Car-in-the-Loop Test Rig Institut für Mechatronische Systeme im Maschinenbau Kevin Engleson 7

8 Wheel Speed Controller (Continued) = Ꝋ Ꝋ Ꝋ Ꝋ ( ) Ꝋ Ꝋ Ꝋ Ꝋ Ꝋ Ꝋ Ꝋ 0 ẋ = Ax + Bu (Linear) Ez (Non-linear) = y = Cx Control Concepts for the Car-in-the-Loop Test Rig Institut für Mechatronische Systeme im Maschinenbau Kevin Engleson 8

9 Wheel Speed Controller (Continued) Pole locations on the Pole-Zero Map suggest border stability for the linear component of the state-space representation Controller must increase the stability margins of the poles to compensate for the non-linear influences, as well as disturbances from the AM Control Concepts for the Car-in-the-Loop Test Rig Institut für Mechatronische Systeme im Maschinenbau Kevin Engleson 9

10 Wheel Speed Controller (Continued) Non-collocated system suggests need for observer and pole placement controller [5] Matrices A, B, C, and E are direct substitutions from the state-space representation Matrices V, K, and L are left to be calculated based on the desired performance of the system Control Concepts for the Car-in-the-Loop Test Rig Institut für Mechatronische Systeme im Maschinenbau Kevin Engleson 10

11 Steering Angle Controller Control Concepts for the Car-in-the-Loop Test Rig Institut für Mechatronische Systeme im Maschinenbau Kevin Engleson 11

12 Steering Angle Controller (Continued) Control Concepts for the Car-in-the-Loop Test Rig Institut für Mechatronische Systeme im Maschinenbau Kevin Engleson 12

13 Steering Angle Controller (Continued) P cascade controller is effective at combating instability caused by double poles at the origin [6] Simple system dynamics allow a linear assumption Control Concepts for the Car-in-the-Loop Test Rig Institut für Mechatronische Systeme im Maschinenbau Kevin Engleson 13

14 Sensors Vehicle states are measured to provide valuable input information into the mechatronic systems Further measured states for analysis of controller implementation Optical Encoder located at wheel hub Torque Sensor located on side shaft Load Cell in-line with tie-rod Load Cell in-line with vertical adjustment Control Concepts for the Car-in-the-Loop Test Rig Institut für Mechatronische Systeme im Maschinenbau Kevin Engleson 14

15 C-Code Generation and IPG CarMaker Implementation Implementation of the control concepts into the IPG CarMaker software is dependent on the generation of C-code from the developed Simulink control models C-code generation is completed within the Simulink Model Configurator Important that the code generation parameters coincide with the implementation target, in this case the Xpack4 Interchangeable modules known as M-Modules for Xpack4 [7] M401 (Encoder Signals) M62 (Analog Outputs) M36N (Analog Inputs) Control Concepts for the Car-in-the-Loop Test Rig Institut für Mechatronische Systeme im Maschinenbau Kevin Engleson 15

16 C-Code Generation and IPG CarMaker Implementation (Continued) Within IPG CarMaker there are two user accessible modules of interest User.c - Additional program functionality IO.c - Communication with HiL components Individual code sections called at different times within the overall CarMaker simulation execution Global Parameters at beginning of code IO_Init() function for initialization of modules IO_Out() function for HiL communication [7] Control Concepts for the Car-in-the-Loop Test Rig Institut für Mechatronische Systeme im Maschinenbau Kevin Engleson 16

17 Results (Video) Control Concepts for the Car-in-the-Loop Test Rig Institut für Mechatronische Systeme im Maschinenbau Kevin Engleson 17

18 Results (Wheel Speed Controller) Goal of control is a deviation of no more than 5% from CarMaker setpoint Measured deviation is consistent around 5% Area of concern within the first 2 seconds of the simulation Wheel Slip occurs during acceleration resulting in deviation peak Control Concepts for the Car-in-the-Loop Test Rig Institut für Mechatronische Systeme im Maschinenbau Kevin Engleson 18

19 Results (Wheel Speed Controller Continued) Goal of control is a torque with scaled magnitude but follows CarMaker trend After applying a rescaling factor, the results almost perfectly overlay Further support wheel speed controller performance Control Concepts for the Car-in-the-Loop Test Rig Institut für Mechatronische Systeme im Maschinenbau Kevin Engleson 19

20 Results (Wheel Speed Controller Continued) Goal of control is a torque with scaled magnitude but follows CarMaker trend After applying a rescaling factor, the results almost perfectly overlay Further support wheel speed controller performance Control Concepts for the Car-in-the-Loop Test Rig Institut für Mechatronische Systeme im Maschinenbau Kevin Engleson 20

21 Results (Steering Angle Controller) Goal of control is a deviation of no more than 5% from CarMaker setpoint Measured deviation is consistent around 3% Wheel slip does not affect steering angle, therefore no peaks within deviation Control Concepts for the Car-in-the-Loop Test Rig Institut für Mechatronische Systeme im Maschinenbau Kevin Engleson 21

22 Results (Steering Angle Controller Continued) Goal of control is a scaled force which follows CarMaker trend Trending of the measured data does not correlate with CarMaker values Suggests further tuning is required for desired steering angle controller performance Control Concepts for the Car-in-the-Loop Test Rig Institut für Mechatronische Systeme im Maschinenbau Kevin Engleson 22

23 Conclusion In conclusion, the wheel speed controller operates within the 5% deviation threshold Side shaft torque value, after re-scaling, replicates almost exactly the CarMaker calculated value Steering angle controller operates within the 5% deviation threshold at a more accurate 3% deviation Tie-rod force value suggests further tuning of AML performance from the steering angle controller in order to exhibit correctly trending data Control Concepts for the Car-in-the-Loop Test Rig Institut für Mechatronische Systeme im Maschinenbau Kevin Engleson 23

24 Questions Thank you for your attention. Questions? Control Concepts for the Car-in-the-Loop Test Rig Institut für Mechatronische Systeme im Maschinenbau Kevin Engleson 24

25 Sources [1] Prof. Dr. H. Winner. Kraftfahrtzeugtechnik, Winter (Technische Universität Darmstadt). Print. [2] "ZF Technology for Cars." Cars. ars_7_speed_dual_clutch_transmission.shtml Web. 25 Aug [3] National Instruments. "Hardware-in-the-Loop (HIL)." Hardware-inthe-Loop (HIL) - National Instruments. Web. 25 Aug [4] Fietzek, Rafael. "Modellbildung, Regelung und Realisierung eines neuartigen Konzepts für einen Gesamtfahrzeugprüfstand." Technische Universität Darmstadt, Diss, Print. [5] Fietzek, Rafael, and Stephan Rinderknecht. "Observer Validation and Model Based Control of a Two Mass Oscillator with Backlash." 2013 IEEE International Conference on Mechatronics and Automation, Web. Control Concepts for the Car-in-the-Loop Test Rig Institut für Mechatronische Systeme im Maschinenbau Kevin Engleson 25

26 Sources (Continued) [6] Prof. Dr.-Ing. U. Klingauf. Systemtheorie und Regelungstechnik, Summer (Technische Universität Darmstadt). Print. [7] IPG Automotive GmbH. Programmer's Guide. Version 5.0.1, Print. Control Concepts for the Car-in-the-Loop Test Rig Institut für Mechatronische Systeme im Maschinenbau Kevin Engleson 26

Bicycle Hardware in the Loop Simulator for Braking Dynamics Assistance System

Bicycle Hardware in the Loop Simulator for Braking Dynamics Assistance System Bicycle Hardware in the Loop Simulator for Braking Dynamics Assistance System IPG Apply & Innovate 2016 Conference Session: Off Highway Cornelius Bott, Martin Pfeiffer, Oliver Maier, Jürgen Wrede 21.09.2016

More information

Low Carbon Technology Project Workstream 8 Vehicle Dynamics and Traction control for Maximum Energy Recovery

Low Carbon Technology Project Workstream 8 Vehicle Dynamics and Traction control for Maximum Energy Recovery Low Carbon Technology Project Workstream 8 Vehicle Dynamics and Traction control for Maximum Energy Recovery Phil Barber CENEX Technical review 19 th May 2011 Overview of WS8 Workstream 8 was set up to

More information

Using Adams as master model for ECU system simulation

Using Adams as master model for ECU system simulation Using Adams as master model for ECU system simulation Dipl.-Ing. Simon Schmeiler Technische Universität München Fakultät für Maschinenwesen Lehrstuhl für Fahrzeugtechnik (FTM) Dipl.-Ing. Karl-Eric Köstlin

More information

GENERIC EPS MODEL Generic Modeling and Control of an Electromechanical Power Steering System for Virtual Prototypes

GENERIC EPS MODEL Generic Modeling and Control of an Electromechanical Power Steering System for Virtual Prototypes GENERIC EPS MODEL Generic Modeling and Control of an Electromechanical Power Steering System for Virtual Prototypes Dipl.-Ing. Roman Mannale, Volker Ewald, Dr.-Ing. Markus Bauer Adam Opel AG, Control Systems

More information

development of hybrid electric vehicles

development of hybrid electric vehicles IPG Technology Conference Karlsruhe 2012 A multi physical simulation architecture to support the development of hybrid electric vehicles James Chapman CAE Simulation Group Jaguar Land Rover Embedded Systems

More information

MORSE: MOdel-based Real-time Systems Engineering. Reducing physical testing in the calibration of diagnostic and driveabilty features

MORSE: MOdel-based Real-time Systems Engineering. Reducing physical testing in the calibration of diagnostic and driveabilty features MORSE: MOdel-based Real-time Systems Engineering Reducing physical testing in the calibration of diagnostic and driveabilty features Mike Dempsey Claytex Future Powertrain Conference 2017 MORSE project

More information

IMPLEMENTATION OF A VEHICLE-IN-THE-LOOP DEVELOPMENT AND VALIDATION PLATFORM

IMPLEMENTATION OF A VEHICLE-IN-THE-LOOP DEVELOPMENT AND VALIDATION PLATFORM F2010-C-177 IMPLEMENTATION OF A VEHICLE-IN-THE-LOOP DEVELOPMENT AND VALIDATION PLATFORM 1 Albers, Albert *, 1 Düser, Tobias 1 IPEK Institute of Product Engineering at Karlsruhe Institute of Technology

More information

Holistic 1D-Model for Cooling Management and Engine Analysis of a Heavy-Duty Truck

Holistic 1D-Model for Cooling Management and Engine Analysis of a Heavy-Duty Truck Holistic 1D-Model for Cooling Management and Engine Analysis of a Heavy-Duty Truck Dominik Renner Dr. Alexander Schydlo 26 th October 2015 MAN Truck & Bus AG < 1 > Agenda 1 Introduction 2 Model Description

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

Maneuver based testing of integrated vehicle safety systems

Maneuver based testing of integrated vehicle safety systems Maneuver based testing of integrated vehicle safety systems Rudolf Ertlmeier 1 Kathrin Sattler 1, Andreas Raith 1, Thomas Brandmeier 1 Daouda Sadou 2, Christian Schyr 3 1 Institute for Applied Research

More information

Higher, Faster, Further. damping control for turntable ladders. dspace Magazine 2/2009 dspace GmbH, Paderborn, Germany

Higher, Faster, Further. damping control for turntable ladders. dspace Magazine 2/2009 dspace GmbH, Paderborn, Germany PAGE 30 Universität Stuttgart / IVECO magirus Higher, Faster, Further Active damping control for turntable ladders PAGE 31 Turntable ladders nowadays are required to go higher, faster, further and be safer.

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

Modification of IPG Driver for Road Robustness Applications

Modification of IPG Driver for Road Robustness Applications Modification of IPG Driver for Road Robustness Applications Alexander Shawyer (BEng, MSc) Alex Bean (BEng, CEng. IMechE) SCS Analysis & Virtual Tools, Braking Development Jaguar Land Rover Introduction

More information

ENERGY ANALYSIS OF A POWERTRAIN AND CHASSIS INTEGRATED SIMULATION ON A MILITARY DUTY CYCLE

ENERGY ANALYSIS OF A POWERTRAIN AND CHASSIS INTEGRATED SIMULATION ON A MILITARY DUTY CYCLE U.S. ARMY TANK AUTOMOTIVE RESEARCH, DEVELOPMENT AND ENGINEERING CENTER ENERGY ANALYSIS OF A POWERTRAIN AND CHASSIS INTEGRATED SIMULATION ON A MILITARY DUTY CYCLE GT Suite User s Conference: 9 November

More information

ESC-HIL TEST SYSTEM SOLUTIONS FOR VIRTUAL TEST DRIVING

ESC-HIL TEST SYSTEM SOLUTIONS FOR VIRTUAL TEST DRIVING ESC-HIL TEST SYSTEM SOLUTIONS FOR VIRTUAL TEST DRIVING Table of Contents Motivation 3 System at a Glance 4 General Description 5 Block Diagram (example configuration) 6 Use Cases 7 Verification and Validation

More information

stage from resolution accuracies is 400 peak) and the from an to outpu positioning (as shown N] continuous continuous needs

stage from resolution accuracies is 400 peak) and the from an to outpu positioning (as shown N] continuous continuous needs Earthquake Simulation Using Single or Dual-Axis Linear Motion Stages With the goal of safer buildings and saving lives, scientists and engineers, through the simulation of many recent earthquakes, need

More information

Clement A. Skalski, Ph.D., P.E.

Clement A. Skalski, Ph.D., P.E. page 1 of 5 skalskic@comcast.net 860-673-7909 (Connecticut) 941-375-2975 (Florida) 860-402-8149 (cell) EXPERTISE! Elevators! Control Systems, Transducers, and Actuators.! Induction and PM Synchronous Motors,

More information

VIRTUAL HYBRID ON THE ENGINE TEST BENCH SMART FRONTLOADING

VIRTUAL HYBRID ON THE ENGINE TEST BENCH SMART FRONTLOADING VIRTUAL HYBRID ON THE ENGINE TEST BENCH SMART FRONTLOADING RDE ENGINEERING [EIL] J. GERSTENBERG, DR. S. STERZING-OPPEL, C. FISCHER, B. SEIDEL, D. TRENKLE, M. OFF, DR. M. GLORA Overview RDE tool chain Virtual

More information

Robust design of active systems an approach to considering disturbances in the selection of sensors

Robust design of active systems an approach to considering disturbances in the selection of sensors Robust design of active systems an approach to considering disturbances in the selection of sensors ISoRD 2014 T. Freund, J. Würtenberger, S. Calmano, D. Hesse, H. Kloberdanz 22.08.2014 Fachbereich Maschinenbau

More information

Drivetrain Simulation and Load Determination using SIMPACK

Drivetrain Simulation and Load Determination using SIMPACK Fakultät Maschinenwesen, Institut für Maschinenelemente und Maschinenkonstruktion, Lehrstuhl Maschinenelemente Drivetrain Simulation and Load Determination using SIMPACK SIMPACK Conference Wind and Drivetrain

More information

VEHICLE DYNAMICS BASED ABS ECU TESTING ON A REAL-TIME HIL SIMULATOR

VEHICLE DYNAMICS BASED ABS ECU TESTING ON A REAL-TIME HIL SIMULATOR HUNGARIAN JOURNAL OF INDUSTRIAL CHEMISTRY VESZPRÉM Vol. 39(1) pp. 57-62 (2011) VEHICLE DYNAMICS BASED ABS ECU TESTING ON A REAL-TIME HIL SIMULATOR K. ENISZ, P. TÓTH, D. FODOR, T. KULCSÁR University of

More information

Dipl.-Ing. Thorsten Pendzialek Dipl.-Ing. Matthias Mrosek. Model-Based Testing of Driver Assistance Systems for Counterbalance Forklift Trucks

Dipl.-Ing. Thorsten Pendzialek Dipl.-Ing. Matthias Mrosek. Model-Based Testing of Driver Assistance Systems for Counterbalance Forklift Trucks Dipl.-Ing. Thorsten Pendzialek Dipl.-Ing. Matthias Mrosek Model-Based Testing of Driver Assistance Systems for Counterbalance Forklift Trucks Outline Motivation for the Introduction of Model-Based Testing

More information

Multi-ECU HiL-Systems for Virtual Characteristic Rating of Vehicle Dynamics Control Systems

Multi-ECU HiL-Systems for Virtual Characteristic Rating of Vehicle Dynamics Control Systems Multi-ECU HiL-Systems for Virtual Characteristic Rating of Vehicle Dynamics Control Systems Dipl.-Ing. Ronnie Dessort, M.Sc. Philipp Simon - TESIS DYNAware GmbH Dipl.-Ing. Jörg Pfau - Audi AG VDI-Conference

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

COUPLING HIL-SIMULATION, ENGINE TESTING AND AUTOSAR- COMPLIANT CONTROL UNITS FOR HYBRID TESTING

COUPLING HIL-SIMULATION, ENGINE TESTING AND AUTOSAR- COMPLIANT CONTROL UNITS FOR HYBRID TESTING UNIVERSITY OF PITESTI FACULTY OF MECHANICS AND TECHNOLOGY SCIENTIFIC BULLETIN AUTOMOTIVE series, year XV, no.19, vol. B COUPLING HIL-SIMULATION, ENGINE TESTING AND AUTOSAR- COMPLIANT CONTROL UNITS FOR

More information

"Tension Control in a Turret Winder" Clarence Klassen, P.Eng. Abstract:

Tension Control in a Turret Winder Clarence Klassen, P.Eng. Abstract: "Tension Control in a Turret Winder" Clarence Klassen, P.Eng. Abstract: Turret winders are designed to produce batches of rolls from a continuously moving web. Typically, two spindles are mounted on a

More information

Key words: torque sensor, force sensor, torque measurement, embedded sensor, planar coils, pcb coils, ferrite, planar system

Key words: torque sensor, force sensor, torque measurement, embedded sensor, planar coils, pcb coils, ferrite, planar system Contact-free electro-magnetic reactance based mechanical tension sensors Anatol Schwersenz; Philipp Cörlin; Christian Leiser; Tobias Kitzler; Tobias Senkbeil; ; Sebastian Schwiertz; Lutz May 1 TRAFAG GmbH

More information

Simulation of Collective Load Data for Integrated Design and Testing of Vehicle Transmissions. Andreas Schmidt, Audi AG, May 22, 2014

Simulation of Collective Load Data for Integrated Design and Testing of Vehicle Transmissions. Andreas Schmidt, Audi AG, May 22, 2014 Simulation of Collective Load Data for Integrated Design and Testing of Vehicle Transmissions Andreas Schmidt, Audi AG, May 22, 2014 Content Introduction Usage of collective load data in the development

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

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

Application of Airborne Electro-Optical Platform with Shock Absorbers. Hui YAN, Dong-sheng YANG, Tao YUAN, Xiang BI, and Hong-yuan JIANG*

Application of Airborne Electro-Optical Platform with Shock Absorbers. Hui YAN, Dong-sheng YANG, Tao YUAN, Xiang BI, and Hong-yuan JIANG* 2016 International Conference on Applied Mechanics, Mechanical and Materials Engineering (AMMME 2016) ISBN: 978-1-60595-409-7 Application of Airborne Electro-Optical Platform with Shock Absorbers Hui YAN,

More information

Designing for Reliability and Robustness with MATLAB

Designing for Reliability and Robustness with MATLAB Designing for Reliability and Robustness with MATLAB Parameter Estimation and Tuning Sensitivity Analysis and Reliability Design of Experiments (DoE) and Calibration U. M. Sundar Senior Application Engineer

More information

Adult Sized Humanoid Robot: Archie

Adult Sized Humanoid Robot: Archie Adult Sized Humanoid Robot: Archie Jacky Baltes 1, Chi Tai Cheng 1, M.C. Lau 1, Ahmad Byagowi 2, Peter Kopacek 2, and John Anderson 1 1 Autonomous Agent Lab University of Manitoba Winnipeg, Manitoba Canada,

More information

Simulated EV Dynamics: Safety & etvc

Simulated EV Dynamics: Safety & etvc Simulated EV Dynamics: Safety & etvc Dr. Stephen Jones et. al., AVL List GmbH stephen.jones@avl.com +43 316 787 4484 26.09.11 ARTEMIS ARTEMIS Pollux POLLUX Project Project Process Oriented electronic control

More information

Powertrain and Chassis Hardware-in-the- Loop (HIL) Simulation of Ford s Autonomous Vehicle Platform

Powertrain and Chassis Hardware-in-the- Loop (HIL) Simulation of Ford s Autonomous Vehicle Platform Powertrain and Chassis Hardware-in-the- Loop (HIL) Simulation of Ford s Autonomous Vehicle Platform Adit Joshi Research Engineer Automated Driving HIL Simulation Ford Motor Company 1 OUTLINE Autonomous

More information

SIMULATION AND DATA XPERIENCE

SIMULATION AND DATA XPERIENCE SIMULATION AND DATA XPERIENCE AVL Solutions Overview in context of RDE AVL List GmbH Dr. F. Pfister, Dr. C. Schyr, Dr. T. Düser, B. Schick, Dr. B. Behr CHALLENGES OF REAL DRIVING EMISSION Real Driving

More information

Holistic Range Prediction for Electric Vehicles

Holistic Range Prediction for Electric Vehicles Holistic Range Prediction for Electric Vehicles Stefan Köhler, FZI "apply & innovate 2014" 24.09.2014 S. Köhler, 29.09.2014 Outline Overview: Green Navigation Influences on Electric Range Simulation Toolchain

More information

Model-Based Design and Hardware-in-the-Loop Simulation for Clean Vehicles Bo Chen, Ph.D.

Model-Based Design and Hardware-in-the-Loop Simulation for Clean Vehicles Bo Chen, Ph.D. Model-Based Design and Hardware-in-the-Loop Simulation for Clean Vehicles Bo Chen, Ph.D. Dave House Associate Professor of Mechanical Engineering and Electrical Engineering Department of Mechanical Engineering

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

Experience Benefit Driving Simulator for the Linde Safety Pilot. T. Pendzialek and M. Kuhn, Linde Material Handling GmbH, 09/2018

Experience Benefit Driving Simulator for the Linde Safety Pilot. T. Pendzialek and M. Kuhn, Linde Material Handling GmbH, 09/2018 Experience Benefit Driving Simulator for the Linde Safety Pilot T. Pendzialek and M. Kuhn, Linde Material Handling GmbH, 09/2018 Outline Linde Material Handling as part of the KION group CarMaker and Xpack4

More information

Full Vehicle Simulation for Electrification and Automated Driving Applications

Full Vehicle Simulation for Electrification and Automated Driving Applications Full Vehicle Simulation for Electrification and Automated Driving Applications Vijayalayan R & Prasanna Deshpande Control Design Application Engineering 2015 The MathWorks, Inc. 1 Key Trends in Automotive

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

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

Good Winding Starts the First 5 Seconds Part 2 Drives Clarence Klassen, P.Eng.

Good Winding Starts the First 5 Seconds Part 2 Drives Clarence Klassen, P.Eng. Good Winding Starts the First 5 Seconds Part 2 Drives Clarence Klassen, P.Eng. Abstract: This is the second part of the "Good Winding Starts" presentation. Here we discuss the drive system and its requirements

More information

CONCEPTUAL CAR DESIGN AT BMW WITH FOCUS ON NVH PERFORMANCE

CONCEPTUAL CAR DESIGN AT BMW WITH FOCUS ON NVH PERFORMANCE CONCEPTUAL CAR DESIGN AT BMW WITH FOCUS ON NVH PERFORMANCE Dr. Manfred Kroiss (IABG) Dr. Luc Cremers (BMW Group) Dipl.-Ing. Vasilis Evangelou (BETA CAE Systems SA) 5th ANSA & µeta International Conference

More information

Experimental Investigations of Transient Emissions Behaviour Using Engine-in-the-Loop

Experimental Investigations of Transient Emissions Behaviour Using Engine-in-the-Loop TSI.InP.P_User5.Temperature7 [degc] TSI.InP.P_User4.Temperature [degc] TSI.InP.P_User4.Temperature3 [degc] Car.v [m/s] IO.Emission.CO_ DM.Gas Car.ay [m/s^] Car.ax [m/s^] Experimental Investigations of

More information

State of the art cooling system development for automotive applications

State of the art cooling system development for automotive applications State of the art cooling system development for automotive applications GT Conference 2017, Frankfurt A. Fezer, TheSys GmbH P. Sommer, A. Diestel, Mercedes-AMG GmbH Content Introduction Cooling system

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

Designing Drive Systems for Low Web Speeds

Designing Drive Systems for Low Web Speeds Designing Drive Systems for Low Web Speeds Web Tension Control at Low Speeds Very low web speeds can provide challenges to implementing drive systems with accurate tension control. UNWIND LOAD CELL COOLING

More information

Generator Speed Control Utilizing Hydraulic Displacement Units in a Constant Pressure Grid for Mobile Electrical Systems

Generator Speed Control Utilizing Hydraulic Displacement Units in a Constant Pressure Grid for Mobile Electrical Systems Group 10 - Mobile Hydraulics Paper 10-5 199 Generator Speed Control Utilizing Hydraulic Displacement Units in a Constant Pressure Grid for Mobile Electrical Systems Thomas Dötschel, Michael Deeken, Dr.-Ing.

More information

Siemens Pioneer in Electric Mobility

Siemens Pioneer in Electric Mobility Siemens Pioneer in Electric Mobility Prof. Dr. Siegfried Russwurm Member of the Managing Board of Siemens AG CEO Siemens Press Conference Munich, August 31, 2011 Siemens Siemens AG, 2011. AG, 2011. All

More information

«electricity & Vehicles» PLATFORM

«electricity & Vehicles» PLATFORM EMR 17 International Summer School 20 th June 2017 «electricity & Vehicles» PLATFORM electricity & Vehicles 2 electricity & Vehicles National Position MEGEVH NETWORK 3 (Energetic Modelling and Energy Management

More information

HYBRID-PROCEDURES AND CHALLENGES FOR EMISSION MEASUREMENT SYSTEMS

HYBRID-PROCEDURES AND CHALLENGES FOR EMISSION MEASUREMENT SYSTEMS HYBRID-PROCEDURES AND CHALLENGES FOR EMISSION MEASUREMENT SYSTEMS K. Engeljehringer AVL List GmbH, Graz, Austria Prof. Dr. C. Beidl Technische Universität Darmstadt Dr. B. Lenzen Technische Universität

More information

Making Sense of the Noise

Making Sense of the Noise Making Sense of the Noise Finding and Eliminating Variation in Roll-to-Roll Processes AIMCAL Web Coating & Handling Conference October 28-31, 2018 Phoenix, AZ Objective Identify the source of machine and

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

POWERTRAIN SOLUTIONS FOR ELECTRIFIED TRUCKS AND BUSES

POWERTRAIN SOLUTIONS FOR ELECTRIFIED TRUCKS AND BUSES POWERTRAIN SOLUTIONS FOR ELECTRIFIED TRUCKS AND BUSES PDiM 2017 (Heimo Schreier) Burak Aliefendioglu Fredrik Haag AVL H. Schreier, B Aliefendioglu, F. Haag PDIM 2017 30 November 2017 1 TRUCK & BUS ELECTRIFICATION

More information

ABB uses an OPAL-RT real time simulator to validate controls of medium voltage power converters

ABB uses an OPAL-RT real time simulator to validate controls of medium voltage power converters ABB uses an OPAL-RT real time simulator to validate controls of medium voltage power converters ABB is a leader in power and automation technologies that enable utility and industry customers to improve

More information

USE OF 1D SIMULATION IN THE COOLING SYSTEMS DESIGN PROCESS

USE OF 1D SIMULATION IN THE COOLING SYSTEMS DESIGN PROCESS Dr. Bernhard Zuck; 24.10.2011 USE OF 1D SIMULATION IN THE COOLING SYSTEMS DESIGN PROCESS FROM SYSTEM CONCEPT TO FINAL VALIDATION CONTENT 1. Demands and challenges facing Simulation 2. Considered System

More information

Automated system test for car engine order cancellers. Victor Kalinichenko, ASK Industries GmbH

Automated system test for car engine order cancellers. Victor Kalinichenko, ASK Industries GmbH Automated system test for car engine order cancellers Victor Kalinichenko, ASK Industries GmbH EOC: Stability, Performance, Artefacts EOC: Stability, Performance, Artefacts EOC is a feedback system. As

More information

VALIDATION OF A HUMAN-AND-HARDWARE-IN-THE- LOOP CONTROL ALGORITHM

VALIDATION OF A HUMAN-AND-HARDWARE-IN-THE- LOOP CONTROL ALGORITHM U.P.B. Sci. Bull., Series D, Vol. 76, Iss. 4, 04 ISSN 454-58 VALIDATION OF A HUMAN-AND-HARDWARE-IN-THE- LOOP CONTROL ALGORITHM Ionuţ STOICA, Marius BĂŢĂUŞ, Mihai NEGRUŞ This study proposes the development

More information

Fraunhofer AutoMOBILE Production Alliance. Innovative Production Technologies for new car concepts Dipl.-Ing. F.-J.

Fraunhofer AutoMOBILE Production Alliance. Innovative Production Technologies for new car concepts Dipl.-Ing. F.-J. Fraunhofer AutoMOBILE Production Alliance Innovative Production Technologies for new car concepts Dipl.-Ing. F.-J. Woestmann, IFAM www.automobil.fraunhofer.de Agenda Fraunhofer Allianz Automobilproduction

More information

White paper: Pneumatics or electrics important criteria when choosing technology

White paper: Pneumatics or electrics important criteria when choosing technology White paper: Pneumatics or electrics important criteria when choosing technology The requirements for modern production plants are becoming increasingly complex. It is therefore essential that the drive

More information

Dynamic Behaviour of a Fuel Cell with Ultra Capacitor Peak Power Assistance for a Light Vehicle

Dynamic Behaviour of a Fuel Cell with Ultra Capacitor Peak Power Assistance for a Light Vehicle Dynamic Behaviour of a Fuel Cell with Ultra Capacitor Peak Power Assistance for a Light Vehicle Jörg Folchert, Dietrich Naunin, Sina Block Abstract The operation of a Fuel Cell inside of a vehicle is a

More information

Whither Diesel? An Overview of Combustion Concepts and Research Directions for Compression Ignition Engines

Whither Diesel? An Overview of Combustion Concepts and Research Directions for Compression Ignition Engines An Overview of Combustion Concepts and Research Directions for Compression Ignition Engines Martin H. University of Oxford, UK FPC2015 Future Powertrain Conference National Motorcycle Museum, Solihull

More information

Figure1: Kone EcoDisc electric elevator drive [2]

Figure1: Kone EcoDisc electric elevator drive [2] Implementation of an Elevator s Position-Controlled Electric Drive 1 Ihedioha Ahmed C. and 2 Anyanwu A.M 1 Enugu State University of Science and Technology Enugu, Nigeria 2 Transmission Company of Nigeria

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

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

Co-Simulation of GT-Suite and CarMaker for Real Traffic and Race Track Simulations

Co-Simulation of GT-Suite and CarMaker for Real Traffic and Race Track Simulations Co-Simulation of GT-Suite and CarMaker for Real Traffic and Race Track Simulations GT-Suite Conference Frankfurt, 26 th October 215 Andreas Balazs, BGA-T Agenda Introduction Methodology FEV GT-Drive model

More information

Porsche Engineering driving technologies

Porsche Engineering driving technologies European GT-Suite User Conference 2016 Frankfurt am Main, 17. Oktober 2016 Real Drive Efficiency Improvement in turbocharged Engines by the use of Expansion Intake Manifold Content > Introduction Motivation

More information

MODELING SUSPENSION DAMPER MODULES USING LS-DYNA

MODELING SUSPENSION DAMPER MODULES USING LS-DYNA MODELING SUSPENSION DAMPER MODULES USING LS-DYNA Jason J. Tao Delphi Automotive Systems Energy & Chassis Systems Division 435 Cincinnati Street Dayton, OH 4548 Telephone: (937) 455-6298 E-mail: Jason.J.Tao@Delphiauto.com

More information

MODELING AND VALIDATION OF SIX-BAR RACK AND PINION STEERING LINKAGE SYSTEM

MODELING AND VALIDATION OF SIX-BAR RACK AND PINION STEERING LINKAGE SYSTEM 3 rd International Conference on Engineering and ICT (ICEI22) 4 5 April 22 MODELING AND VALIDATION OF SIX-BAR RACK AND PINION STEERING LINKAGE SYSTEM Mohd Zakaria Mohammad Nasir,a*, Mohd Zubir Amir 2,b,

More information

Embedded Torque Estimator for Diesel Engine Control Application

Embedded Torque Estimator for Diesel Engine Control Application 2004-xx-xxxx Embedded Torque Estimator for Diesel Engine Control Application Peter J. Maloney The MathWorks, Inc. Copyright 2004 SAE International ABSTRACT To improve vehicle driveability in diesel powertrain

More information

Podium Engineering complete race cars, vehicle prototypes high performance hybrid/electric powertrain

Podium Engineering complete race cars, vehicle prototypes high performance hybrid/electric powertrain Born in the firm belief that design quality, high project commitment and absolute respect of deadlines are key competitive factors for a consulting and engineering company, Podium Engineering is a dynamic

More information

Simulink as a Platform for Full Vehicle Simulation

Simulink as a Platform for Full Vehicle Simulation Simulink as a Platform for Full Vehicle Simulation Mike Sasena (Product Manager) Lars Krause (Application Engineer) Ryan Chladny (Development) 2018 The MathWorks, Inc. 1 Fuel Economy Simulation 2 Vehicle

More information

Model based development of Cruise Control for Mercedes-Benz Trucks

Model based development of Cruise Control for Mercedes-Benz Trucks Model based development of Cruise Control for Mercedes-Benz Trucks M. Wünsche, J. Elser 15.06.2004 Truck Product Creation (4P) TPC / MMP Agenda Introduction functional and technical overview Project description

More information

Concept Evaluation and Optimization of a 2-Stage Charging System

Concept Evaluation and Optimization of a 2-Stage Charging System Concept Evaluation and Optimization of a 2-Stage Charging System GT Conference 2014, OCTOBER 20-21 2014 Msc. ETH Pascal Mühlebach, Dr. sc. techn. Christian Lämmle combustion and flow solutions GmbH, Zurich

More information

CACTUS Models and Methods for the Evaluation and the Optimal Application of Battery Charging and Switching Technologies for Electric Busses

CACTUS Models and Methods for the Evaluation and the Optimal Application of Battery Charging and Switching Technologies for Electric Busses CACTUS Models and Methods for the Evaluation and the Optimal Application of Battery Charging and Switching Technologies for Electric Busses Copenhagen February 6 th and 7 th Hubert Büchter, Fraunhofer

More information

Vehicle Simulation for Engine Calibration to Enhance RDE Performance

Vehicle Simulation for Engine Calibration to Enhance RDE Performance Vehicle Simulation for Engine Calibration to Enhance RDE Performance IPG Apply & Innovate 2018 11st and 12nd of September, Karlsruhe, Germany Dr. Yutaka Murata Yui Nishio Dr. Yukihisa Yamaya Masato Kikuchi

More information

Trust is written with a capital

Trust is written with a capital PAGE 12 CUSTOMERS A Moving Variety For commercial vehicles, diversity is a standard. Scania has a nearly endless selection of vehicle types and modular vehicle configurations. And the generic electronic

More information

Lap Time Simulation Crucial for Racecar Concept Evaluation Fabrice Oehler AMZ Racing, Christoph Hahn MathWorks

Lap Time Simulation Crucial for Racecar Concept Evaluation Fabrice Oehler AMZ Racing, Christoph Hahn MathWorks Lap Time Simulation Crucial for Racecar Concept Evaluation Fabrice Oehler AMZ Racing, Christoph Hahn MathWorks WR Film Guinness World Record in Formula Student AMZ Racing set a new world record for the

More information

Force-feedback control of steering wheels

Force-feedback control of steering wheels Scuola universitaria professionale della Svizzera italiana Dipartimento Tecnologie Innovative Mechatronics laboratory Force-feedback control of steering wheels Scope Tasks Keywords Force-feedback control

More information

with the Functional Virtual Prototype Robert R. Ryan President, MDI

with the Functional Virtual Prototype Robert R. Ryan President, MDI with the Functional Virtual Prototype Robert R. Ryan President, MDI Functional Virtual Prototyping ❶ Functional simulation of real-world systems ❽ ❽ ❽ Reduces time-intensive, costly, hardware build-test-refine

More information

HERCULES-2 Project. Deliverable: D8.8

HERCULES-2 Project. Deliverable: D8.8 HERCULES-2 Project Fuel Flexible, Near Zero Emissions, Adaptive Performance Marine Engine Deliverable: D8.8 Study an alternative urea decomposition and mixer / SCR configuration and / or study in extended

More information

StepSERVO Tuning Guide

StepSERVO Tuning Guide StepSERVO Tuning Guide www.applied-motion.com Goal: Using the Step-Servo Quick Tuner software, this guide will walk the user through the tuning parameters to assist in achieving the optimal motor response

More information

Development and Deployment of Virtual Test Systems An enabler to faster and efficient vehicle development

Development and Deployment of Virtual Test Systems An enabler to faster and efficient vehicle development Development and Deployment of Virtual Test Systems An enabler to faster and efficient vehicle development Muralidharan Chennakrishnan Vehicle Dynamics Attribute Engineering Ashok Leyland Product Development

More information

Simulation and Analysis of Vehicle Suspension System for Different Road Profile

Simulation and Analysis of Vehicle Suspension System for Different Road Profile Simulation and Analysis of Vehicle Suspension System for Different Road Profile P.Senthil kumar 1 K.Sivakumar 2 R.Kalidas 3 1 Assistant professor, 2 Professor & Head, 3 Student Department of Mechanical

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

Modeling and Optimization of a Linear Electromagnetic Piston Pump

Modeling and Optimization of a Linear Electromagnetic Piston Pump Fluid Power Innovation & Research Conference Minneapolis, MN October 10 12, 2016 ing and Optimization of a Linear Electromagnetic Piston Pump Paul Hogan, MS Student Mechanical Engineering, University of

More information

Hardware-In-the-Loop (HIL) Testbed for Evaluating Connected Vehicle Applications

Hardware-In-the-Loop (HIL) Testbed for Evaluating Connected Vehicle Applications Hardware-In-the-Loop (HIL) Testbed for Evaluating Connected Vehicle Applications Department of Mechanical Engineering University of Minnesota Project Members : Mohd Azrin Mohd Zulkefli Pratik Mukherjee

More information

ABB Positioners -reliability -quality -performance

ABB Positioners -reliability -quality -performance Positioner range - 1-01-11-06 - ABB Positioners -reliability -quality -performance Positioner range - 2 Positioner range General features All All ABB ABB positioners are are of of robust robust construction

More information

HIL for power electronics and power systems with National

HIL for power electronics and power systems with National Hardware-in-the-Loop (HIL) Specialty HIL for power electronics and power systems with National Instruments www.opal-rt.com introduction For over 20 years, OPAL-RT HIL Simulators have been used by engineers

More information

Developing a Methodology for Certifying Heavy Duty Hybrids based on HILS

Developing a Methodology for Certifying Heavy Duty Hybrids based on HILS Developing a Methodology for Certifying Heavy Duty Hybrids based on HILS 1 Working Paper No. HDH-10-05 (10th HDH meeting, 05 June 2012) Developing a Methodology for Certifying Heavy Duty Hybrids based

More information

THE FKFS 0D/1D-SIMULATION. Concepts studies, engineering services and consulting

THE FKFS 0D/1D-SIMULATION. Concepts studies, engineering services and consulting THE FKFS 0D/1D-SIMULATION Concepts studies, engineering services and consulting r e s e a r c h i n m o t i o n. VEHICLE IN MOTION On the basis of constant engine speeds and loads, the combustion engine

More information

Steering Module Test Simulator SMTS

Steering Module Test Simulator SMTS Steering Module Test Simulator Overview The Steering Module Test Simulator () from MB Dynamics is a non-hydraulic turnkey lab test system, offering accurate, reliable and repeatable in-laboratory simulations

More information

Support of automobile transmission development with co-simulation of vehicle and driver behaviour at virtual driving tests

Support of automobile transmission development with co-simulation of vehicle and driver behaviour at virtual driving tests Support of automobile transmission development with co-simulation of vehicle and driver behaviour at virtual driving tests Michael Matthäi, Christian Petschaelis ZF Friedrichshafen AG Agenda 2 Motivation

More information

OPTIMIZATION STUDIES OF ENGINE FRICTION EUROPEAN GT CONFERENCE FRANKFURT/MAIN, OCTOBER 8TH, 2018

OPTIMIZATION STUDIES OF ENGINE FRICTION EUROPEAN GT CONFERENCE FRANKFURT/MAIN, OCTOBER 8TH, 2018 OPTIMIZATION STUDIES OF ENGINE FRICTION EUROPEAN GT CONFERENCE FRANKFURT/MAIN, OCTOBER 8TH, 2018 M.Sc. Oleg Krecker, PhD candidate, BMW B.Eng. Christoph Hiltner, Master s student, Affiliation BMW AGENDA

More information

ASM Brake Hydraulics Model. dspace Automotive Simulation Models ASM Brake Hydraulics Model

ASM Brake Hydraulics Model. dspace Automotive Simulation Models ASM Brake Hydraulics Model ASM Brake Hydraulics Model dspace Automotive Simulation Models ASM Brake Hydraulics Model dspace Automotive Simulation Models ASM Brake Hydraulics Model Real-time brake hydraulics model Key Features Open

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

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

GT-POWER/SIMULINK SIMULATION AS A TOOL TO IMPROVE INDIVIDUAL CYLINDER AFR CONTROL IN A MULTICYLINDER S.I. ENGINE

GT-POWER/SIMULINK SIMULATION AS A TOOL TO IMPROVE INDIVIDUAL CYLINDER AFR CONTROL IN A MULTICYLINDER S.I. ENGINE 1 GT-Suite Users International Conference Frankfurt a.m., October 30 th 2000 GT-POWER/SIMULINK SIMULATION AS A TOOL TO IMPROVE INDIVIDUAL CYLINDER CONTROL IN A MULTICYLINDER S.I. ENGINE F. MILLO, G. DE

More information