Do the Simulink Verification Validation and Test products work with dSPACE TargetLink models?
10 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Arindam Mahanta
am 8 Nov. 2017
Bearbeitet: Nabile Khoury
am 24 Mai 2020
We are trying to find appropriate tools to test if our TargetLink models and generated code are functional safety standards (ISO 26262-6 and IEC 61508-3) compliant. Not sure if the Matlab V&V tools support TargetLink Models and the C code generated from Targetlink. For example can Simulink Coverage be used to cover the coverage of tests from code generated from TargetLink.
0 Kommentare
Akzeptierte Antwort
ES
am 8 Nov. 2017
Bearbeitet: ES
am 8 Nov. 2017
V and V can only provide you with Model Coverage (It works for both Simulink and TargetLink models because, when you simulate a TargetLink model, only its Simulink properties are used. TargetLink properties are used only during code generation and SIL simulation.)
For code coverage of TargetLink, you can try other products like MTEST from MES, EmbeddedTester from BTC.
If you are okay with statement and decision coverage, you can use inbuilt TargetLink Coverage..
2 Kommentare
ES
am 9 Nov. 2017
TargetLink can only do a basic
Statement coverage (C0)Specifies that statement coverage analysis is performed during simulation.
Decision coverage (C1)Specifies that decision coverage analysis is performed during simulation.
It cant do Branch or MCDC atleast as of R2014B
Weitere Antworten (1)
Nabile Khoury
am 24 Mai 2020
Bearbeitet: Nabile Khoury
am 24 Mai 2020
Hi Arindam,
I hope my answer will still be valuable for you. I was just passing by and found your discussion. I work for BTC EmbeddedSystems and as ES briefly mentioned it (thanks for that ES), we’re a strategic partner of dSPACE TargetLink where we provide an unique integration with our certified test solutions to verify the model and the production code. Please have a look at this short video for an introduction : https://www.youtube.com/watch?v=rBxx6mpZwOY
Don’t hesitate to contact us if you have any question.
Nabile
0 Kommentare
Siehe auch
Kategorien
Mehr zu Verification, Validation, and Test 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!