Simscape Asynchronous Machine block doesn't work in accelerator mode with C++
7 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos

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 comentarios
Respuestas (1)
Samhitha
el 26 de Feb. de 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 comentarios
Ver también
Categorías
Más información sobre Magnetic Elements en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!