paper-with-me

홈 › Papers

Time- and Behavior-Preserving Execution of Determinate Supervisory Control

2023-12-08 · Alireza Mohamadkhani, Marc Geilen, Jeroen Voeten, Twan Basten

The activity framework is a promising model-based design approach for Flexible Manufacturing Systems (FMS). It is used in industry for specification and analysis of FMS. It provides an intuitive specification language with a hierarchical view of the system's actions and events, activities built from them, and an automaton that captures the overall behavior of the system in terms of sequences of activities corresponding to its accepted words. It also provides a scalable timing analysis method using max-plus linear systems theory. The framework currently requires manual implementation of the supervisory controller that governs the system behavior. This is labor-intensive and error-prone. In this article, we turn the framework into a model-driven approach by introducing an execution architecture and execution engine that allow a specification to be executed in a time- and behavior-preserving fashion. We prove that the architecture and engine preserve the specified ordering of actions and events in the specification as well as the timing thereof up to a specified bound. We validate our approach on a prototype production system.

📄 PDF Abstract BibTeX arXiv:2312.05011

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

DetermLR: Augmenting LLM-based Logical Reasoning from Indeterminacy to Determinacy

2023-10-28 · Hongda Sun, Weikai Xu, Wei Liu, Jian Luan 외

Recent advances in large language models (LLMs) have revolutionized the landscape of reasoning tasks. To enhance the capabilities of LLMs to emulate human reasoning, prior studies have focused on modeling reasoning steps…

Logical Reasoning

Detecting and Preventing Harmful Behaviors in AI Companions: Development and Evaluation of the SHIELD Supervisory System

2025-09-08 · Ziv Ben-Zion, Paul Raffelhüschen, Max Zettl, Antonia Lüönd 외 arxiv

AI companions powered by large language models (LLMs) are increasingly integrated into users' daily lives, offering emotional support and companionship. While existing safety systems focus on overt harms, they rarely add…

Prompt Engineering

Supervisory Control for Dynamic Feature Configuration in Product Lines

2022-11-09 · Sander Thuijsman, Michel Reniers

In this paper a framework for engineering supervisory controllers for product lines with dynamic feature configuration is proposed. The variability in valid configurations is described by a feature model. Behavior of sys…

valid

Bridging the Sim-to-Real Gap in Reinforcement Learning-Based Industrial Dispatching through Execution Semantics

2026-05-27 · Jonathan Hoss, Noah Klarmann arxiv

Event-driven scheduling policies are increasingly deployed in industrial environments, where decisions are made under asynchronous and partially observed system states. As a result, decision states are not temporally con…

Reinforcement Learning

Investigating Execution-Aware Language Models for Code Optimization

2025-03-11 · Federico Di Menna, Luca Traini, Gabriele Bavota, Vittorio Cortellessa

Code optimization is the process of enhancing code efficiency, while preserving its intended functionality. This process often requires a deep understanding of the code execution behavior at run-time to identify and addr…