Simscape Asynchronous Machine block doesn't work in accelerator mode with C++
3 views (last 30 days)
Show older comments

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 Comments
Answers (1)
Samhitha
on 26 Feb 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 Comments
See Also
Categories
Find more on Magnetic Elements in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!