SELOJun 11, 2015

Using Indexed and Synchronous Events to Model and Validate Cyber-Physical Systems

arXiv:1506.03558v11 citations
Originality Incremental advance
AI Analysis

This work addresses the problem of formal validation for complex cyber-physical systems, offering incremental improvements to existing modeling tools.

The authors extended Timed Transition Models (TTMs) with indexed and synchronous events to model and validate cyber-physical systems, demonstrating their effectiveness in verifying safety, liveness, and real-time properties for a train control system and a nuclear shutdown system.

Timed Transition Models (TTMs) are event-based descriptions for modelling, specifying, and verifying discrete real-time systems. An event can be spontaneous, fair, or timed with specified bounds. TTMs have a textual syntax, an operational semantics, and an automated tool supporting linear-time temporal logic. We extend TTMs and its tool with two novel modelling features for writing high-level specifications: indexed events and synchronous events. Indexed events allow for concise description of behaviour common to a set of actors. The indexing construct allows us to select a specific actor and to specify a temporal property for that actor. We use indexed events to validate the requirements of a train control system. Synchronous events allow developers to decompose simultaneous state updates into actions of separate events. To specify the intended data flow among synchronized actions, we use primed variables to reference the post-state (i.e., one resulted from taking the synchronized actions). The TTM tool automatically infers the data flow from synchronous events, and reports errors on inconsistencies due to circular data flow. We use synchronous events to validate part of the requirements of a nuclear shutdown system. In both case studies, we show how the new notation facilitates the formal validation of system requirements, and use the TTM tool to verify safety, liveness, and real-time properties.

Foundations

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

Your Notes