Clear Filters
Clear Filters

The Simulink Bus/StructType 'sigStructTypeIn' definition has changed since the S-Function was generated.

12 views (last 30 days)
The Simulink Bus/StructType 'sigStructTypeIn' definition has changed since the S-Function was generated.
I have integrated S-function with 2 different componet and getting above error.
When I am running S-function separately I am not getting error.

Answers (1)

Ashutosh Thakur
Ashutosh Thakur on 22 Jan 2024
Hi Anand,
The error message indicates that their is a mismatch between the expected data structure (Bus/StructType) which is used by the S-Function as compared to the actual structure which is being provided to it when it is integrated with the two components.
In general, when you are trying to use a S-Function mex which is generated in the older release in a more recent release, this issue occurs.
When you are trying to upgrade to a new release and this error occurs then try to regenerate all the MEX files which are present in different components such that they are of same version. The "mex" command can be used to generate latest MEX file according to the release.
Kindly follow the below documentation link below to have more understanding regarding the "mex" command:
I hope by regenerating all the MEX files present in different components helps you in resolving this issue.

Categories

Find more on Simulink Coder in Help Center and File Exchange

Products


Release

R2020b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!