Borrar filtros
Borrar filtros

How to debug "mysterious" Simulink errors?

2 visualizaciones (últimos 30 días)
TimonD
TimonD el 6 de Jun. de 2019
Respondida: Dimitry Markman el 10 de Jun. de 2019
Hello,
every now and then I discover very mysterious Simulink Errors that don't state where the problem occured. E.g.:
Simulink_Error4.PNG
Simulink_Error3.PNG
Simulink_Error2.PNG
Last week I even got a message that only said " ****Error**** ".
In all the above cases of course I didn't have any variables called X,x or k...
Since the Simulink model I'm working on is pretty big, it is very frustrationg to look for a solution to these error-messages. And even though I know what I changed about the modell, these errors may occure somewhere that isn't close to what I've changed...
What I want to know is, if there are any guidelines or tipps on how to solve errors like this? What do you do when you encounter these kind of issues?
Thank you,
Timmy

Respuestas (2)

Dimitry Markman
Dimitry Markman el 10 de Jun. de 2019
try the following
instead of start simulation from the menu
start simulation from the command line
try; sim(bdroot); catch E;end
take a look at E, at least it will give you error ID
so you can use ID for reporting to Mathworks support
thanks

PIYUSH AGGARWAL
PIYUSH AGGARWAL el 6 de Jun. de 2019
Try making your model fixed step auto in the config settings and then check for Simulink Design Verifier compatibility. Then try to detect design errors and overflows in model logic using SLDV. SLDV can directly help you in indentifying where the problem in your model is. But as you said your model is very large, Do make sure that you are not using any SLDV incompatible block in your model.
Hope this Helps!
Thank you

Categorías

Más información sobre Component-Based Modeling en Help Center y File Exchange.

Etiquetas

Productos


Versión

R2018b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by