import FMUs: Allow the user to add FMU blocks inside Xcos. This toolbox provides
an easy way to use Functional Mock-up Interface for Model Exchange and
Co-Simulation.
In Xcos, within the "Functional Mock-up Interfaces"
palette, the user can instantiate and simulate Functional Mock-up Units.
In Scilab, use "fmiSimulate()" or other functions to
manipulate FMUs.
export FMUs: Xcos model can be exported as an FMU for Model Exchange or
Co-Simulation.
Only the generation of FMUs version 1.0 of FMI is supported in Xcos.
Code generation works by translating the Xcos super-block into an
FMU. The generated model can be imported into Xcos or another simulation tool.
Features:
- Support of FMI 1.0, 2.0 and 3.0 for Model Exchange and Co-Simulation with the
SimpleFMU Xcos block
- The following limitations apply:
- Clocks and Array variables are not supported
- Scheduled Execution mode is not implemented
- Simulation in Xcos using any available explicit solvers.
- Simulation in Scilab with fixed step integration (Method of Euler).