diff --git a/docs/1___overview.adoc b/docs/1___overview.adoc index 3e8a9e82..3ccb8913 100644 --- a/docs/1___overview.adoc +++ b/docs/1___overview.adoc @@ -119,6 +119,7 @@ image::images/co-simulation-data-flow.svg[width=40%, align="center"] The Scheduled Execution interface exposes individual <>. A scheduler provided by the <> can control the execution of each model partition separately. In some ways the Scheduled Execution interface has similarities to the Model Exchange interface: the first externalizes a scheduling algorithm usually found in a controller algorithm (see <>) and the second interface externalizes the ODE/DAE solver. +_[See also https://modelica.github.io/fmi-guides/main/fmi-guide/#_use_cases_for_scheduled_execution[Use-cases for Scheduled Execution] in the FMI 3.0 Implementers' Guide.]_ .Schematic view of data flow between user, the scheduler of the importer and model partitions of the FMU for Scheduled Execution [#figure-scheduled-execution-data-flow]