-
Notifications
You must be signed in to change notification settings - Fork 56
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to export S-Function model to FMU with release 2.8 #203
Comments
I got a new issue when trying to export simple model through s-function target for Model Exchange. size_t getCGTypeSize(int typeIndex) case 1: case 2: case 3: case 4: case 5: case 6: case 7: case 8: case 9: case 10: case 11: case 12: case 13: case 8: case 0: case 0: default: Error given in Matlab is model_interface.c please let me know the solution. |
@krishnashukla201, this problem seems unrelated to #203. Please open a new issue and provide steps to reproduce it. |
I was able to export S-Function Simulink models to FMU using release 2.7, but I am no longer able to with 2.8.
Environment details:
grtfmi_install_cmake
. (cmake-3.15.2-win64-x64.zip)I have been able to reproduce the issue generically with a few simple steps:
(Follow these instructions for both versions 2.7 and 2.8)
FMIKit.initialize
open_system('sfcndemo_sfun_atol.slx')
rtwsfcnfmi.tlc
Here's the main error message:
The text was updated successfully, but these errors were encountered: