Parallel task error while loading control algorithm into HIL
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
When I load the control algorithm into HIL, it prompts a parallel task error. Matlab suggests canceling the parallelism of the current module, but it cannot be changed due to using speedgoat.tlc. May I ask if there is a solution to this problem? The error module can be run using ert.tlc.
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/1694181/image.png)
0 Kommentare
Akzeptierte Antwort
R
am 14 Mai 2024
As per my understanding, you have an Export-Function Model and the System Target File as Speedgoat.tlc.
The export function models can only generate code with Embedded Coder (ert.tlc). This is a documented limitation of export function models. Refer to the following documentation for more information:
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Electrical Block Libraries finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!