Toolbox: fmu_wrapper

Title: Xcos FMU wrapper

Summary: Implements FMU support for Scilab/Xcos.
         Export of FMU from Xcos.

Version: 3.0.0

Author:	Clément DAVID <clement.david@3ds.com>
	Vladislav TRUBKIN <uladzislau.trubkin@scilab-enterprises.com>
	Frederic MAHIANT <fred@raspinloop.org>

Maintainer: Clément DAVID <clement.david@3ds.com>

Category: Xcos

Entity: Dassault Systèmes

WebSite: http://www.scilab.org

License: CeCILL

ScilabVersion: >= 2025.1.0

Depends: 

Date: 2025-07-04

Description: 
 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).
 
 For more information:
 help FMU 

