SESYApr 3, 2014

Execution Time Analysis for Industrial Control Applications

arXiv:1404.0847v12 citations
Originality Synthesis-oriented
AI Analysis

This work addresses the problem of accurate execution time analysis for software developers in industrial automation, though it appears incremental as it builds on existing timing analysis techniques.

The paper tackles the challenge of obtaining reliable execution time estimates for industrial control applications by proposing two new concepts: a method for automatically creating timing models based on recurring code sequences and an interactive integration into development environments. It validates these methods with an industrial case study, showing significant code reuse in representative applications.

Estimating the execution time of software components is often mandatory when evaluating the non-functional properties of software-intensive systems. This particularly holds for real-time embedded systems, e.g., in the context of industrial automation. In practice it is however very hard to obtain reliable execution time estimates which are accurate, but not overly pessimistic with respect to the typical behavior of the software. This article proposes two new concepts to ease the use of execution time analysis for industrial control applications: (1) a method based on recurring occurrences of code sequences for automatically creating a timing model of a given processor and (2) an interactive way to integrate execution time analysis into the development environment, thus making timing analysis results easily accessible for software developers. The proposed methods are validated by an industrial case study, which shows that a significant amount of code reuse is present in a set of representative industrial control applications.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes