Releases: INTO-CPS-Association/fault-injection-maestro
Releases · INTO-CPS-Association/fault-injection-maestro
Release/2.0.0
Grab the new version from Maven central https://search.maven.org/artifact/org.into-cps.maestro.faultinject/faultinject-bundle/2.0.0/jar
and https://search.maven.org/artifact/org.into-cps.maestro.faultinject/faultinject-bundle/2.0.0/jar:
<dependency>
<groupId>org.into-cps.maestro.faultinject</groupId>
<artifactId>faultinject-bundle</artifactId>
<version>2.0.0</version>
</dependency>
Things that changed in this release
Uncategorized
- upgraded to maestro 3.0.3-SNAPSHOT
- PR: #17
FI Plugin v1.0.1
Contains:
- Bugfix: wrapper saves state of output before injection.
Fault Injection Plugin Release
This is a maestro-based plugin that allow users to inject faults at the interface points of FMUs in a co-simulation.
It is possible to:
- Configure the plugin with events to be injected through an
xmlfile. - It is possible to inject multiple FMUs with different events within the same co-simulation.
- Supported types:
int,double,boolean, andstring. - For
int,double, andbooleanit is possible to calculate the injected values based on the inputs/outputs values of the injected FMU. - It is possible to provide intricate expressions for the evaluation of when the event should be injected, i.e. not only time-based, but conditions on the inputs/outputs values of the injected FMU can also be used if needed.