1. BACKGROUND

Industrial partners:
People in the project:

Jörgen Hansson, PhD, (contact person), jorha@ida.liu.se
Thomas Gustafsson, doctoral student, thogu@ida.liu.se

Real-Time Systems Laboratory, Department of Computer Science 
Linköping University, S-581 83  Linköping, Sweden 
phone: +46 (0)13 282846  fax: +46 (0)13 284020 


Background and industrial need
It has been identified by the car industry that there is a strong need for increased tool support in order to handle the increasing functionality and complexity for the next generation of engine control systems. This need origins from increased law regulations and diagnosis requirements for handling faults, with the implication that the amount of data managed by the engine control system has increased drastically, as well as the complexity of the engine control system itself. Databases have been envisioned as one tool to improve the situation. This research focuses on incorporation of database and transaction support in engine control system for automobiles, with the vision that all data transactions, including extremely fast and critical transactions in the control loop as well as transactions outside the control, e.g., for diagnosis, should be carried out by a real-time database that is integrated with the engine control system. Emphasis is given to software architectural considerations of the database and the engine control system, and models for transaction execution under temporal constraints on data and transactions (primarily expressed as absolute validity intervals, relative validity intervals, deadlines etc), where the workload consists of multi-class transactions requiring differentiated processing due to transaction criticality and real-time performance requirements. 

The impact of successful deployment of a database in this type of system is high. First, by using a central repository for data management, one can avoid unnecessary storing of data at the different processes, which enhances software maintainability and fosters better software evolution due to the simpler structure and the removal of data subscription models. Second, this also simplifies the programmers' tasks since large parts of synchronization can be performed by the database, and that time constraints, such as data validity, can be enforced by the database.

2. PROJECT OVERVIEW

The project officially started january 2002, and the work is divided into three tracks:

Track 1: Construction of algorithms and schemes for managing updates of data items
in a real-time database. In the vehicular subsystems, denoted ECU - electronic control unit, it is important to use fresh and accurate values when taking decisions or controlling the external environmnet via actuators. Freshness can be represented by a finite validitiy interval (age) attached to data items, and this validity intervals are considered when applications request data. The underlying work for enabling this is our previous work with formalization of validity intervals on data, where we identified a mismatch between current on-going research and the real-world requirements of our application. In this work we investigate how to model validity intervals that are dynamic in the sense that they can change, or depends, on different modes of the system and conditions in the environment. Previous and earlier research has focused on temporal correctness of data item where the validity intervals are fixed. However, in many applications, in particular the ECUs and EECU (Engine ECU), a fixed interval is not satisfactory as they often result in underutilized systems due to worst-case assignment of the interval. In this work we focus on (i) supporting dynamic validity intervals of data, i.e., the accepted age of data is sensitive to the current system state (e.g., the engine temperature changes rapidly when just recently started, but is rather stable once it has reached its working temperature); (ii) develop schemes and algorithms for managing updates of data items, considering the dynamic validity intervals.

This work is carried out by Thomas Gustafsson under the supervision of Jörgen Hansson.

Track 2: Development of a real-time database
(aka real-time data repository) suitable for integration into the EECU (engine electrical control unit) software. Having an EECU system with an embedded database enables us to evaluate proposed algorithms and mechanisms in an actual real-world setting, in particular as the system is connected to an engine simulator that generates realistic input for the engine control software. Having a realistic (non-simulated) platform helps both in benchmarking performance and revealing the true performance behavior of new developments (in comparison to existing systems), but also to get hands-on experience on the nature of the problems faced by industry. The repository has been developed as part of Master's projects [3,4] under the supervision of Thomas Gustafsson and Jörgen Hansson. The repository can currently be executed on "soft target" and "hard target". The real-time data repository is executing on top of a real-time operating system (Rubus developed by Articus Systems).

Track 3: Construction and evaluation of concurrency control algorithms in a real-time database. In real-time embedded systems there can exist a need to have long-lived transations. It is important that all data used by transactions are originating from the same time. If there are long-lived transactions in a system, a history of active data items is needed in order to be able to assign the correct version of a data item to the transaction. This can be achieved with a multi-version concurrency control algorithm. We are currently investigating how a variant of multi-version timestamp ordering concurrency control can be used in our database implementation on an EECU.

3. RESULTS AND DEVELOPMENT SINCE 2000

This is a new project which officially started in January 2002 with the recruitment of Thomas Gustafsson (the project had start-up meetings during summer and fall 2001 to discuss project focus).

4. SELECTED PUBLICATIONS

[1]  Thomas Gustafsson and Jörgen Hansson, "Dynamic on-demand updating of data in real-time database systems", In Proceedings of ACM SAC 2004 - Track on Embedded Systems: Applications, Solutions, and Techniques. ps, pdf.
[2]  Thomas Gustafsson and Jörgen Hansson, "Scheduling of updates of base and derived data items in real-time databases", Technical report, Department of computer and information science, Linköping University, Sweden, 2003. ps, pdf.
[3] Marcus Eriksson, "Efficient Data Management in Engine Control Software for Vehicles - Development of a Real-Time Data Repository", Master's thesis, Department of computer and information science, Linköping University, Sweden, 2003. ps, pdf.
[4] Martin Jinnelöv, "Analysis of an Engine Control System in Preparation of a Real-Time Database", Master's thesis, Department of computer and information science, Linköping University, Sweden, 2002. ps, pdf.
[5] Thomas Gustafsson and Jörgen Hansson, "Data Management in Real-Time Systems: a Case of On-Demand Updates in Vehicle Control Systems", in Proceedings of the 10th IEEE Real-Time and Embedded Technology and Applications Symposium, Toronto, Canada, 2004. ps, pdf.
[6] Hugo Hallqvist, "Data Versioning in a Teal-Time Data repository", Master's thesis, Department of computer and information science, Linköping University, Sweden, 2004.
[7] Thomas Gustafsson, "Maintaining Data Consistency in Embedded Databases for Vehicular Systems", Licentiat Thesis, Department of computer and information science, Thesis no 1138, Linköping University, Sweden, 2004.

5. POSTERS

Poster 1 and 2.