Simulink Test: How to run the same test for MIL and SIL?
10 次查看(过去 30 天)
显示 更早的评论
I defined a test harness for a MIL test and defined a test sequence. The test works. Now I want to do the same test for SIL. Of course I can create another test harness for SIL test and redefine the test sequence. But this means I have to maintain two times the same test sequence for each test.
Is there any way to run the test as MIL and SIL (and PIL) without duplicating the test data?
0 个评论
回答(1 个)
Nick Sarnie
2018-2-1
Hi Robert,
I was able to accomplish this by creating two test harnesses, one for Normal mode, and then one for SIL. I then copied the SIL block from the SIL Harness into the Normal mode Harness. You can then simply swap out the blocks depending on which test mode you want to use.
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!