Design Verifier compatibility with SimEvents blocks
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Is it possible to use property proving in the Design Verifier toolbox with a model using SimEvents blocks? I have tried to add a simple verification property within a verification subsystem to an example SimEvents model, but when I try to run the property prover I get the following error: "Building model representation failed: Simulink Messages blocks support only Normal mode simulation."
I did not alter the example model at all, except for adding a verification subsystem:
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/633025/image.jpeg)
Inside the verification subsystem, I added a simple property to prove that the number of rejected parts is less than 10:
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/633030/image.jpeg)
0 Kommentare
Antworten (1)
Abdolkarim Mohammadi
am 29 Mai 2021
Bearbeitet: Abdolkarim Mohammadi
am 29 Mai 2021
I haven't used Design verifier with SimEvents blocks, but I think the error message is clear. The model containing SimEvents blocks and Design verifier blocks must be run only in Normal mode, not Accelerated or other modes.
6 Kommentare
Pat Canny
am 17 Jun. 2021
Hi Nathan,
In general, yes: Simulink Design Verifier is not compatible with SimEvents blocks. Apologies again for the confusing error message.
Thanks.
Siehe auch
Kategorien
Mehr zu Discrete-Event Simulation 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!