From 6ac4053a7c3646cfe4ed55c4b6a8347a5f58acb0 Mon Sep 17 00:00:00 2001 From: Torsten Sommer Date: Tue, 24 Sep 2024 07:17:20 +0000 Subject: [PATCH] Clarify when to use Scheduled Execution fixes #1948 --- docs/1___overview.adoc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/1___overview.adoc b/docs/1___overview.adoc index 3e8a9e821..bab45b099 100644 --- a/docs/1___overview.adoc +++ b/docs/1___overview.adoc @@ -124,6 +124,9 @@ In some ways the Scheduled Execution interface has similarities to the Model Exc [#figure-scheduled-execution-data-flow] image::images/scheduled-execution-data-flow.svg[width=40%, align="center"] +_[An external scheduler is only required if the importer needs direct control over the tasks, e.g. to avoid overruns in a real-time application. +To synchronize events between the importer and across FMUs, <> should be used that are available in all interface types.]_ + ==== Feature Overview of the Interface Types Co-Simulation FMUs contain all code necessary to abstract away the details of their internal computations.