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

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.

답변 (1개)

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.

카테고리

도움말 센터File Exchange에서 Simulink Coder에 대해 자세히 알아보기

제품

릴리스

R2020b

질문:

2022년 5월 21일

답변:

2024년 1월 22일

Community Treasure Hunt

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

Start Hunting!

Translated by