Refine Your Search

Topic

Author

Search Results

Journal Article

Hardware Supported Data-Driven Modeling for ECU Function Development

2020-04-14
2020-01-1366
The powertrain module is being introduced to embedded System on Chips (SoCs) designed to increase available computational power. These high-performance SoCs have the potential to enhance the computational power along with providing on-board resources to support unexpected feature growth and on-demand customer requirements. This project will investigate the radial basis function (RBF) using the Gaussian process (GP) regression algorithm, the ETAS ASCMO tool, and the hardware accelerator Advanced Modeling Unit (AMU) being introduced by Infineon AURIX 2nd Generation. ETAS ASCMO is one of the solutions for data-driven modeling and model-based calibration. It enables users to accurately model, analyze, and optimize the behavior of complex systems with few measurements and advanced algorithms. Both steady state and transient system behaviors can be captured.
Technical Paper

The Auto-Generation of Calibration Guides from MATLAB® Simulink®

2019-03-19
2019-01-1332
With the inception of model-based design and automatic code generation, many organizations are developing controls and diagnostics algorithms in model-based development tools to meet customer and regulatory requirements. Advances in model-based design have made it easier to generate C code from models and help software engineers streamline their workflow. Typically, after the software has been developed, the models are handed over to a calibration team responsible for calibrating the features to meet specified customer and regulatory requirements. However, once the models are handed over to the calibration team, the calibration engineers are unaware of how to calibrate the features because documentation is not available. Typically, model documentation trails behind the software process because it is created manually, most of this time is spent on formatting. As a result, lack of model documentation or up-to date documentation causes a lot of pain for OEM’s and Tier 1 suppliers.
Journal Article

Calculation of Failure Detection Probability on Safety Mechanisms of Correlated Sensor Signals According to ISO 26262

2017-03-28
2017-01-0015
Functional safe products conforming to the ISO 26262 standard are getting more important for automotive applications wherein electronic takes more and more response for safety relevant operations. Consequently safety mechanisms are needed and implemented in order to reach defined functional safety targets. To prove their effectiveness diagnostic coverage provides a measurable quantity. A straight forward safety mechanism for sensor systems can be established by redundant signal paths measuring the same physical quantity and subsequently performing an independent output difference-check that decides if the data can be transmitted or an error message shall be sent. This paper focuses on the diagnostic coverage figure calculation of such data correlation-checks for linear sensors which are also shown in ISO 26262 part5:2011 ANNEX D2.10.2.
Technical Paper

Non-Intrusive Tracing at First Instruction

2015-04-14
2015-01-0176
In recent years, we see more and more ECUs integrating a huge number of application software components. This process mostly results from the increasing amount of so called in-house software in various fields like electric-drive, chassis and driver assistance systems. The software development for these systems is partially moved from the supplier to the car manufacturers. Another important trend is the introduction of new network architectures intending to meet the growing communication requirements. For such ECUs the software integration scenarios become more complicated, as more quality of service requirements with regards to timing, safety and security need to be considered [2]. Multi-core microcontrollers offer even more potential variants for integration scenarios. Understanding the interaction between the different software components, not only from a functional, but also from a timing view, is a key success factor for modern electronic systems [6,7,8,9].
Technical Paper

Implementing Mixed Criticality Software Integration on Multicore - A Cost Model and the Lessons Learned

2015-04-14
2015-01-0266
The German funded project ARAMiS included work on several demonstrators one of which was a multicore approach on large scale software integration (LSSI) for the automotive domain. Here BMW and Audi intentionally implemented two different integration platforms to gain both experience and real life data on a Hypervisor based concept on one side as well as using only native AUTOSAR-based methods on the other side for later comparison. The idea was to obtain figures on the added overhead both for multicore as well as safety, based on practical work and close-to-production implementations. During implementation and evaluation on one hand there were a lot of valuable lessons learned about multicore in conjunction with safety. On the other hand valuable information was gathered to make it finally possible to set up a cost model for estimation of potential overhead generated by different integration approaches for safety related software functions.
Technical Paper

Analysis of Field-Stressed Power Inverter Modules from Electrified Vehicles

2015-04-14
2015-01-0421
This paper presents a reliability study of a directly cooled IGBT module after a test drive of 85,000 Km in a fuel cell electric vehicle, as well as of an indirectly cooled IGBT module after a test drive of 200,000km in a hybrid car on public roads. At the end of the test drive, the inverter units were disassembled and analyzed with regard to the lifetime consumption. First, electrical measurements were carried out and the results were compared with the ones obtained directly after module production (End of Line test). After that, ultrasonic microscopy was performed in order to investigate any delamination in the solder layers. As a third step, an optical inspection was performed to monitor damages in the housing, formation of cracks or degradation of wire bonds. The results show none of the depicted failure modes could be found on the tested power modules after the field test. Obviously, no significant life time consumption could be observed.
Journal Article

Mode-Dynamic Task Allocation and Scheduling for an Engine Management Real-Time System Using a Multicore Microcontroller

2014-04-01
2014-01-0257
A variety of methodologies to use embedded multicore controllers efficiently has been discussed in the last years. Several assumptions are usually made in the automotive domain, such as static assignment of tasks to the cores. This paper shows an approach for efficient task allocation depending on different system modes. An engine management system (EMS) is used as application example, and the performance improvement compared to static allocation is assessed. The paper is structured as follows: First the control algorithms for the EMS will be classified according to operating modes. The classified algorithms will be allocated to the cores, depending on the operating mode. We identify mode transition points, allowing a reliable switch without neglecting timing requirements. As a next step, it will be shown that a load distribution by mode-dependent task allocation would be better balanced than a static task allocation.
Journal Article

DSI3 Sensor to Master Decoder using Symbol Pattern Recognition

2014-04-01
2014-01-0252
The newly released Distributed System Interface 3 (DSI3) Bus Standard specification defines three modulation levels form which 16 valid symbols are coded. This complex structure is best decoded with symbol pattern recognition. This paper proposes a simplification of the correlation score calculation that sharply reduces the required number of operations. Additionally, the paper describes how the pattern recognition is achieved using correlation scores and a decoding algorithm. The performance of this method is demonstrated by mean of simulations with different load models between the master and the sensors and varying noise injection on the channel. We prove than the pattern recognition can decode symbols without any error for up to 24dBm.
Journal Article

On-Chip Delta-Sigma ADC for Rotor Positioning Sensor Application (Resolver-to-Digital Converter)

2014-04-01
2014-01-0333
This paper discusses the RDC method utilizing delta-sigma analog-to-digital converter hardware module (DSADC) integrated in the Infineon's microcontroller family. With its higher resolution capability when compared to the regularly used ADC with successive-approximation (SAR), DSADC seems to have more potential. On the other hand, DSADC's inherent properties, such as asynchronous sampling rate and group delay, which when not handled properly, would have negative effects to the rotor positioning system. The solution to overcome those side-effects involves utilization of other internal microcontroller's resources such as timers and capture units, as well as additional software processing run inside CPU. The rotor positioning system is first modeled and simulated in high-level simulation language environment (Matlab and Simulink) in order to predict the transient- and steady state behaviors. The group delay itself is obtained by simulating the model of DSADC module implementation.
Technical Paper

Timing Analysis and Tracing Concepts for ECU Development

2014-04-01
2014-01-0190
Integration scenarios for ECU software become more complicated, as more constraints with regards to timing, safety and security need to be considered. Multi-core microcontrollers offer even more hardware potential for integration scenarios. To tackle the complexity, more and more model based approaches are used. Understanding the interaction between the different software components, not only from a functional but also from a timing view, is a key success factor for high integration scenarios. In particular for multi-core systems, an amazing amount of timing data can be generated. Usually a multi-core system handles more software functionality than a single-core system. Furthermore, there may be timing interference on the multicore systems, due to the shared usage of buses, memory banks or other hardware resources.
Technical Paper

Efficient Multi-Core Software Design Space Exploration for Hybrid Control Unit Integration

2014-04-01
2014-01-0260
Multi-core systems are adopted quickly in the automotive domain, Proof of concepts have been implemented for power train, body and chassis, involving hard real-time constraints. However, depending on the degree of integration, it can be costly, especially in those cases where existing single-core software has to be migrated over. Furthermore, there seems to be a high level of uncertainty, whether a found solution, with regards to partitioning, mapping and orchestration of software is close to an optimum solution. Some integrated solutions demonstrate considerably less performance, for instance due to communication overhead compared to execution on single-core systems. This paper discusses a methodology, as to how to effectively and efficiently investigate the software architecture design space for multi-core software development.
Technical Paper

Spontaneous Transistor Failures in Automotive Power Electronics

2014-04-01
2014-01-0228
The amount of electronics in vehicles is increasing, so is the amount of power electronics circuits, like inverters for electric motor drives or dc/dc converters. The muscles of these circuits are power transistors like MOSFETs and IGBTs - in each circuit are several of them. While MOSFETs and IGBTs have advanced over the years in terms of their performance, their wide product spectrum and feature spectrum as well as cost, they are still not unbreakable, but semiconductors which are more sensitive to electrical or thermal overstress than, a relay for instance. Especially electrical overstress, like overvoltage or over current, may damage a power transistor within a short time frame. Hence, electrical overstress must be avoided when designing the power electronics circuit. However, even a power transistor in a carefully designed power electronics circuit, may still be exposed to over current, short circuit, over voltage, over temperature and so forth.
Technical Paper

Closed Loop Pressure Control System Requirements and Implementation

2011-04-12
2011-01-0391
Electro-hydraulic actuation has been used widely in automatic transmission designs. With greater demand for premium shift quality of automatic transmissions, higher pressure control accuracy of the transmission electro-hydraulic control system has become one of the main factors for meeting this growing demand. This demand has been the driving force for the development of closed loop pressure controls technology. This paper presents the further research done based upon a previously developed closed loop system. The focus for this research is on the system requirements, such as solenoid driver selection and system latency handling. Both spin-stand and test vehicle setups are discussed in detail. Test results for various configurations are given.
Technical Paper

Timing Correctness in Safety-Related Automotive Software

2011-04-12
2011-01-0449
Automotive applications classed as safety-related or safety-critical are now important differentiating technologies in the automotive industry. The emergence of safety standard ISO 26262 underlines the increasing importance of safety in automotive software. As well as functional requirements, hard real-time requirements are of crucial importance to safety-related software as there is a need to prove that the system functionality is fulfilled, even in worst-case scenarios. Measurement-based WCET (Worst-Case Execution Time) analysis combines on-target timing measurements with static analysis of program structure to calculate predicted worst-case paths and times. This is in contrast to traditional end-to-end timing measurements, which give no confidence that the worst-case path is actually tested and no insight into the location of any timing problems that do emerge.
Technical Paper

Non-standard CAN Network Topologies Verification at High Speed Transmission Rate using VHDL-AMS

2010-04-12
2010-01-0688
This paper considers the verification of non-standard CAN network topologies of the physical layer at high speed transmission rate (500.0Kbps and 1.0Mbps). These network topologies including single star, multiple stars, and hybrid topologies (multiple stars in combination with linear bus or with ring topology) are simulated by using behavior modeling language (VHDL-AMS) in comparison to measurement. Throughout the verification process, CAN transceiver behavioral model together with other CAN physical layer simulation components have been proved to be very accurate. The modeling of measurement environment of the CAN network is discussed, showing how to get the measurement and simulation results well matched. This demonstrates that the simulation solution is reliable, which is highly desired and very important for the verification requirement in CAN physical layer design.
Technical Paper

A Closed-Loop Drive-train Model for HIL Test Bench

2009-04-20
2009-01-1139
This paper presents a hardware-in-the-loop (HIL) test bench for the validation of production transmission controls software, with a focus on a closed-loop vehicle drive-train model incorporating a detailed automatic transmission plant dynamics model developed for certain applications. Specifically, this paper presents the closed-loop integration of a 6-speed automatic transmission model developed for our HIL transmission controller and algorithm test bench (Opal-RT TestDrive based). The model validation, integration and its application in an HIL test environment are described in details.
Technical Paper

An Analytical and Experimental Study of a High Pressure Single Piston Pump for Gasoline Direct Injection (GDi) Engine Applications

2009-04-20
2009-01-1504
In recent years, gasoline direct injection (GDi) engines have been popular due to their inherent potential for reduction of exhaust emissions and fuel consumption to meet stringent EPA standards. These engines require high-pressure fuel injection in order to improve the atomization process and accelerate mixture preparation. The high-pressure fuel pump is an essential component in the GDi system. Therefore, understanding the flow characteristics of this device and its associated behavior is critical for improving the performance of this category of engines. In this paper, the fluid flow characteristics in a high-pressure single-piston pump for use in GDi engines are analyzed using 1-D LMS Imagine.Lab AMESim system and 3-D Ansys Fluent computational fluid dynamics (CFD) models. The flow rate of the fuel pump under various cam speeds has been examined along with characteristics of the pump's control valve.
Technical Paper

Spray Pattern Recognition for Multi-Hole Gasoline Direct Injectors Using CFD Modeling

2009-04-20
2009-01-1488
This paper describes a correlation study on fuel spray pattern recognition of multi-hole injectors for gasoline direct injection (GDi) engines. Spray pattern is characterized by patternation length, which represents the distance of maximum droplet concentration from the axis of the injector. Five fuel injectors with different numbers and sizes of nozzle holes were considered in this study. Experimental data and CFD modeling results were used separately to develop regression models for spray patternation. These regressions predicted the influence of a number of injector operating and design parameters, including injection system operating pressure, valve lift, injector hole length-to-diameter ratio (L/d) and the orientation of the injector hole. The regression correlations provided a good fit with both experimental and CFD spray simulation results. Thus CFD offers a good complement to experimental validation during development efforts to meet a desired injector spray pattern.
Technical Paper

Improving Time-To-Collision Estimation by IMM Based Kalman Filter

2009-04-20
2009-01-0162
In a CAS system, the distance and relative velocity between front and host vehicles are estimated to calculate time-to-collision (TTC). The distance estimates by different methods will certainly include noise which should be removed to ensure the accuracy of TTC calculations. Kalman filter is a good tool to filter such type of noise. Nevertheless, Kalman filter is a model based filter, which means a correct model is important to get the good filtering results. Usually, a vehicle is either moving with a constant velocity (CV) or constant acceleration (CA) maneuvers. This means the distance data between front and host vehicles can be described by either constant velocity or constant acceleration model. In this paper, first, CV and CA models are used to design two Kalman filters and an interacting multiple model (IMM) is used to dynamically combine the outputs from two filters.
Technical Paper

Closed Loop Pressure Control System Development for an Automatic Transmission

2009-04-20
2009-01-0951
This paper presents the development of a transmission closed loop pressure control system. The objective of this system is to improve transmission pressure control accuracy by employing closed-loop technology. The control system design includes both feed forward and feedback control. The feed forward control algorithm continuously learns solenoid P-I characteristics. The closed loop feedback control has a conventional PID control with multi-level gain selections for each control channel, as well as different operating points. To further improve the system performance, Robust Optimization is carried out to determine the optimal set of control parameters and controller hardware design factors. The optimized design is verified via an L18 experiment on spin dynamometer. The design is also tested on vehicle.
X