Parallel task error while loading control algorithm into HIL
1 次查看(过去 30 天)
显示 更早的评论
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.
0 个评论
采纳的回答
R
2024-5-14
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:
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Electrical Block Libraries 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!