Simscape Asynchronous Machine block doesn't work in accelerator mode with C++
7 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens

The error looks like this:

This error is easy to reproduce in any model that contains this block. I reproduced it with MATLAB's Three-Phase Asynchronous Machine example. I opened this example with Simulink online and set accelerator mode and language to C++, then I had this error.
It seems that this model still works with C. I have also checked the MingW 64 compiler was properly configured by mex -setup. Please tell me how to solve this issue, or if this block is simply not supported in C++?.
0 commentaires
Réponses (1)
Samhitha
le 26 Fév 2025
To resolve the error, you should enable Verbose accelerator builds in the model configuration pane and navigate to the Simulink target. For further guidance, you can refer to following documentation:
Additionally, to address the issue with creating the accelerator MEX file, change the mode from continuous to discrete in the Power GUI block.
For more information, you can also check the following MATLAB Answers:
Hope this helps!
0 commentaires
Voir également
Catégories
En savoir plus sur Magnetic Elements dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!