CATIA-Systems / FMIKit-Simulink

Import and export Functional Mock-up Units with Simulink
Other
155 stars 50 forks source link

Unable to add S-Function parameter file during FMU generation #438

Open naveenjeevanantham opened 1 year ago

naveenjeevanantham commented 1 year ago

I generated an fmu from an Matlab simulink model(.mdl). The fmu was generated but the fmu doesn't contains any parameters file related to s function.

And I get an warning during FMU generation

When I run the model in simulink

In this "mdlInitializesizes" function , it passed '0' parameter to an S function. actually we have an two parameter file for sfunction. How can I include the parameter file during fmu generation.