Test Real-Time Application Error when build
1 次查看(过去 30 天)
显示 更早的评论
I am running Matlab 2019b with a Speedgoat baseline real time target machine.
I am trying to follow the simulink real time - simulink test example here:
When I get to step 9 I recieve this error:
Error due to multiple causes. Error while generating code for chart Test Assessment Block. Error occurred in 'ex_slrt_slt_osc_Harness1/Test Assessment Block'.
What does this mean and how can i overcome it?
0 个评论
采纳的回答
Mohan Feng
2020-1-21
The error details should be shown in Diagnostic Viewer. Is the error related to block input/output size, dimenstion or non-scalar? If so, can you inspect the data defined in the Test Assessment block ("Int1" and "SigGen"). The size of both "Int1" and "SigGen" should be 1 instead of 2, since Demux is used. Can you change the size of the data defined to 1 and try again?
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Real-Time Simulation and Testing 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!