Refine Your Search

Topic

Author

Affiliation

Search Results

Technical Paper

A Backbone in Automotive Software Development Based on XML and ASAM/MSR

2004-03-08
2004-01-0295
The development of future automotive electronic systems requires new concepts in the software architecture, development methodology and information exchange. At Bosch an XML and MSR based technology is applied to achieve a consistent information handling throughout the entire software development process. This approach enables the tool independent exchange of information and documentation between the involved development partners. This paper presents the software architecture, the specification of software components in XML, the process steps, an example and an exchange scenario with an external development partner.
Technical Paper

A Case Study in Applying a Product Line Approach for Car Periphery Supervision Systems

2001-03-05
2001-01-0025
Car Periphery Supervision (CPS) systems comprise a family of automotive systems that are based on sensors installed around the vehicle to monitor its environment. The measurement and evaluation of sensor data enables the realization of several kinds of higher level applications such as parking assistance or blind spot detection. Although a lot of similarity can be identified among CPS applications, these systems are traditionally built separately. Usually, each single system is built with its own electronic control unit, and it is likely that the application software is bound to the controller's hardware. Current systems engineering therefore often leads to a large number of inflexible, dedicated systems in the automobile that together consume a large amount of power, weight, and installation space and produce high manufacturing and maintenance costs.
Technical Paper

A Comparative Study of Hydraulic Hybrid Systems for Class 6 Trucks

2013-04-08
2013-01-1472
In order to reduce fuel consumption, companies have been looking at hybridizing vehicles. So far, two main hybridization options have been considered: electric and hydraulic hybrids. Because of light duty vehicle operating conditions and the high energy density of batteries, electric hybrids are being widely used for cars. However, companies are still evaluating both hybridization options for medium and heavy duty vehicles. Trucks generally demand very large regenerative power and frequent stop-and-go. In that situation, hydraulic systems could offer an advantage over electric drive systems because the hydraulic motor and accumulator can handle high power with small volume capacity. This study compares the fuel displacement of class 6 trucks using a hydraulic system compared to conventional and hybrid electric vehicles. The paper will describe the component technology and sizes of each powertrain as well as their overall vehicle level control strategies.
Technical Paper

A Distributed Engineering Computer Aided Learning System

2012-04-16
2012-01-0089
In this paper, we proposed a distributed Engineering Computer Aided Learning System. Instead of attending engineering teaching sessions, engineering students are able to interact with the software to gain the same amount of teaching materials. Besides, they will interact with other engineering students from other Engineering schools. The proposed software has the ability to examine the student step by step to reach certain goals. The training and the examination will be different based on the student level and his learning process. Using this system the role of excellent professor can be achieved. The software will have two sessions, i.e. test session and learning session. The software provides the capability of knowledge sharing between multi schools and different educational systems that can provide the students with a large set of training materials. The system was built using JAVA programming language.
Technical Paper

A Hybrid System Solution of the Interrupt Latency Compatibility Problem

1999-03-01
1999-01-1099
Microprocessors and microcontrollers are now widely used in automobiles. Microprocessor systems contain sources of interrupt and interrupt service routines, which are software components executed in response to the assertion of an interrupt in hardware. A major problem in designing the software of microprocessor systems is the analytical treatment of interrupt latency. Because multiple interrupt service routines are executed on the same CPU, they compete for the CPU and interfere with each other's latency requirements. Here, interrupt latency is defined as the delay between the assertion of the interrupt in hardware and the start of execution of the associated interrupt service routine. It is estimated that 80% of intermittent bugs in small microprocessor software loads are due to improper treatment of interrupts. Until this work, there is no analytic method for analyzing a particular system to determine if it may violate interrupt latency requirements.
Technical Paper

A New Object-Oriented Diagnostic System Management for Powertrain Control Units with OBD

1998-02-23
980512
This paper describes the concept of the Diagnostic System Management DSM which introduces an improved object-oriented software architecture in order to meet the high performance and reliability requirements of automotive On-Board Diagnostic Systems (OBD). DSM handles standard tasks and offers services to integrate diagnostic and control functions. This architecture enables the flexible composition of system-independent, reusable function implementations. Hence a distributed software development and software sharing are supported. The module DSM consists of a Fault Code Memory, an Inhibit Handler, a Validator and a Function Scheduler. Special care has been taken to achieve robustness against EMI effects. Bosch will use DSM in the future powertrain control systems.
Technical Paper

ABS5.3: The New and Compact ABS5 Unit for Passenger Cars

1995-02-01
950757
The transition from the multi-component ABS2 design to the one housing concept of ABS5.0 represented a significant step in improving the ABS unit. ABS5.3 is the successor of ABS5.0 to achieve a highly compact, light weight inexpensive design, for the broad use of ABS in all passenger cars and light trucks. New technologies applied are the staking technique for hydraulic components, the use of microhybrid electronics design and solenoid coils being integrated within the attached electronic control unit. The unit can be manufactured in global alliance achieved by simultaneous engineering, applying CAD, FE-analysis, flow calculation and simulation, noise analysis and quality assurance which includes FMEA, error simulation, durability tests and the dry testing concept. The ABS5.3 design can be easily expanded to Traction Control (ASR).
Technical Paper

AUTOSAR Gets on the Road - More and More

2012-04-16
2012-01-0014
AUTOSAR (AUTomotive Open System ARchitecture) is a worldwide standard for automotive basic software in line with an architecture that eases exchange and transfer of application software components between platforms or companies. AUTOSAR provides the standardized architecture together with the specifications of the basics software along with the methodology for developing embedded control units for automotive applications. AUTOSAR matured over the last several years through intensive development, implementation and maintenance. Two main releases (R3.2 and R4.0) represent its current degree of maturity. AUTOSAR is driven by so called core partners: leading car manufacturers (BMW, Daimler, Ford, GM, PSA, Toyota, Volkswagen) together with the tier 1 suppliers Continental and Bosch. AUTOSAR in total has more than 150 companies (OEM, Tier X suppliers, SW and tool suppliers, and silicon suppliers) as members from all over the world.
Technical Paper

An Improved Adaptive Data Reduction Protocol for In-Vehicle Networks

2006-04-03
2006-01-1327
The demand for drive-by-wire, pre-crash warning and many other new features will require high bandwidth from the future in-vehicle networks. One way to satisfy the high bandwidth requirement of future vehicles is to use a higher bandwidth bus or multiple busses. However, the use of a higher bandwidth bus will increase the cost of the network. Similarly, the use of multiple buses will increase cost as well as the complexity of wiring. Thus, neither option is a viable solution. Another option could be the development of a higher layer protocol to reduce the amount of data to be transferred. The higher layer protocol could be acceptable provided it does not increase the message latencies. The cost of implementing the protocol will be marginal because it can be done by making changes in software. Various data reduction protocols are available in the literature. We have made changes in the existing data reduction protocols to improve the performance of the protocol.
Technical Paper

Analyze This! Sound Static Analysis for Integration Verification of Large-Scale Automotive Software

2019-04-02
2019-01-1246
Safety-critical embedded software has to satisfy stringent quality requirements. One such requirement, imposed by all contemporary safety standards, is that no critical run-time errors must occur. Runtime errors can be caused by undefined or unspecified behavior of the programming language; examples are buffer overflows or data races. They may cause erroneous or erratic behavior, induce system failures, and constitute security vulnerabilities. A sound static analyzer reports all such defects in the code, or proves their absence. Sound static program analysis is a verification technique recommended by ISO/FDIS 26262 for software unit verification and for the verification of software integration. In this article we propose an analysis methodology that has been implemented with the static analyzer Astrée. It supports quick turn-around times and gives highly precise whole-program results.
Technical Paper

Application Specific Microcontroller for Multiplex Wiring

1987-02-01
870515
The new aerial communication protocol “Controller Area Network” (CAN) efficiently supports distributed realtime control in automotive applications. In order to unload CPUs from high-speed message transfer, dedicated CAN hardware handles messages up to the communication object level. In multiplex wiring message rates are one to two orders of magnitude lower, allowing to implement the upper communication level more cost-effectively in software. This reduces CAN interface hardware to bitwise protocol handling only. It may be incorporated even into low-end microcontrollers without significantly increasing chip size. Thus the same CAN protocol supports the entire range of serial automotive communication, matching implementation costs to requirements at each performance level.
Technical Paper

Application of ISO 26262 in Distributed Development ISO 26262 in Reality

2009-04-20
2009-01-0758
With its origin in the process industry, the IEC 61508 „Functional safety of electrical/electronic/programmable electronic safety-related systems” is not fully applicable in the automotive industry, forcing the automotive industry to work on an automotive specific adaptation (ISO 26262 “Functional Safety – Road Vehicles”). This ISO 26262 describes an ideal development process that starts from scratch. In reality development activities are often split locally and in time. This can only be handled with a world wide standard as a basis of a common approach, wide enough to give enough freedom to adapt to diverse boundary conditions, but tight enough to hinder local interpretations to be that far, that a complete safety case becomes impossible. Therefore a strict world-wide standard which allows compatible interpretations is mandatory.
Technical Paper

Application of Multivariate Control Chart Techniques to Identifying Nonconforming Pallets in Automotive Assembly Plants

2020-04-14
2020-01-0477
The Hotelling multivariate control chart and the sample generalized variance |S| are used to monitor the mean and dispersion of vehicle build vision data including the pallet information to identify the non-conforming pallets that are used in body shops of FCA US LLC assembly plants. An iterative procedure and the Gaussian mixture model (GMM) are used to rank the non-conforming or bad pallets in the order of severity. The Hotelling multivariate T2 test statistic along with Mason-Tracy-Young (MYT) signal decomposition method is used to identify the features that are affected by the bad pallets. These algorithms were implemented in the Advanced Pallet Analysis module of the FCA US software Body Shop Analysis Toolbox (BSAT). The identified bad pallets are visualized in a scatter plot with a different color for each of the top bad pallets. The run chart of an affected feature confirms the bad pallet by highlighting data points from the bad pallet.
Technical Paper

Application of the Object-Oriented Modeling Concept OMOS for Signal Conditioning of Vehicle Control Units

2000-03-06
2000-01-0717
In recent times, the software portion and the complexity of software within automotive electronic control units have grown noticeably and continue to grow. In order to get a grip on the software complexity and the amount of customer-specific software variants, a modeling concept for a structured and easily extensible software architecture is needed. This concept should efficiently support the formation of variants and code reuse without increasing runtime and memory space overhead. In this paper, we present our approach to such a modeling concept: The object-oriented modeling concept OMOS and its application to signal conditioning of vehicle control systems.
Technical Paper

AutoMoDe - Notations, Methods, and Tools for Model-Based Development of Automotive Software

2005-04-11
2005-01-1281
This paper describes the first results from the AutoMoDe project (Automotive Model-based Development), where an integrated methodology for model-based development of automotive control software is being developed. The results presented include a number of problem-oriented graphical notations, based on a formally defined operational model, which are associated with system views for various degrees of abstraction. It is shown how the approach can be used for partitioning comprehensive system designs for subsequent implementation-related tasks. Recent experiences from a case study of an engine management system, specific issues related to reengineering, and the current status of CASE-tool support are also presented.
Technical Paper

Challenges and Opportunities in Adoption of Hybrid Technologies in Medium and Heavy Duty Applications

2011-09-13
2011-01-2251
A key strategy to improving the real-world fuel consumption and emissions of medium and heavy duty vehicles is the hybridization of these applications. Unlike the passenger vehicle market, medium and heavy duty applications are typically comprised of a range of components from a variety of manufacturers. The vocational market diversity and size places considerable demand on fuel efficiency and emission compliance. Medium and heavy duty applications have the ability to be successfully hybridized in ways that are not currently, or would not be practical within a passenger vehicle. This would also drive greater truck and bus vertical integration of the hybrid components. However, medium and heavy duty manufacturers have been prevented from certifying a full vehicle level platform due to the current engine only certification requirements.
Technical Paper

Comprehensive Cradle to Grave Life Cycle Analysis of On-Road Vehicles in the United States Based on GREET

2024-04-09
2024-01-2830
To properly compare and contrast the environmental performance of one vehicle technology against another, it is necessary to consider their production, operation, and end-of-life fates. Since 1995, Argonne’s GREET® life cycle analysis model (Greenhouse gases, Regulated Emissions, and Energy use in Technologies) has been annually updated to model and refine the latest developments in fuels and materials production, as well as vehicle operational and composition characteristics. Updated cradle-to-grave life cycle analysis results from the model’s latest release are described for a wide variety of fuel and powertrain options for U.S. light-duty and medium/heavy-duty vehicles. Light-duty vehicles include a passenger car, sports utility vehicle (SUV), and pick-up truck, while medium/heavy-duty vehicles include a Class 6 pickup-and-delivery truck, Class 8 day-cab (regional) truck, and Class 8 sleeper-cab (long-haul) truck.
Technical Paper

DOE's Effort to Reduce Truck Aerodynamic Drag Through Joint Experiments and Computations

2005-11-01
2005-01-3511
At 70 miles per hour, overcoming aerodynamic drag represents about 65% of the total energy expenditure for a typical heavy truck vehicle. The goal of this US Department of Energy supported consortium is to establish a clear understanding of the drag producing flow phenomena. This is being accomplished through joint experiments and computations, leading to the intelligent design of drag reducing devices. This paper will describe our objective and approach, provide an overview of our efforts and accomplishments related to drag reduction devices, and offer a brief discussion of our future direction.
Technical Paper

Design of a Cryogenic Platform for New Communication Payload Technologies

1999-07-12
1999-01-2086
In this paper we present the design of a cryogenic platform for new space borne communication payloads. This platform is dedicated to service the operation of a communication payload in a cryogenic environment. In addition, an easy adaptation to any kind of available satellite buses must be reflected by the design of all interfaces. A first experimental demonstrator of this cryogenic platform with HTSC-components is foreseen to be operated on board the International Space Station (ISS) [1]. The paper will present such a new kind of cryogenic platform. The thermal requirements and boundary conditions for the platform development are summarized. A comparison of the typical thermal environment of a communication satellite with the environment of the ISS and is performed. Two different concepts for the design of a cryogenic platform will be presented. A redundancy concept for the provision of cooling power and the thermal control of the cryogenic platform is discussed.
Technical Paper

Design of a Rule-Based Controller and Parameter Optimization Using a Genetic Algorithm for a Dual-Motor Heavy-Duty Battery Electric Vehicle

2022-03-29
2022-01-0413
This paper describes a configuration and controller, designed using Autonomie,1 for dual-motor battery electric vehicle (BEV) heavy-duty trucks. Based on the literature and current market research, this model was designed with two electric motors, one on the front axle and the other on the rear axle. A rule-based control algorithm was designed for the new dual-motor BEV, based on the model, and the control parameters were optimized by using a genetic algorithm (GA). The model was simulated in diverse driving cycles and gradeability tests. The results show both a good following of the desired cycle and achievement of truck gradeability performance requirements. The simulation results were compared with those of a single-motor BEV and showed reduced energy consumption with the high-efficiency operation of the two motors.
X