Borrar filtros
Borrar filtros

Simulink Stop Simulation... find out which one stops the simulation

8 visualizaciones (últimos 30 días)
Norbert Thek
Norbert Thek el 11 de Abr. de 2018
Respondida: TAB el 27 de Abr. de 2018
Hello
We have a Simulink model which contains several Stop Simulation blocks. The problem for me is to find out which one actually stopped the simulation.
The problem is I also it's running automatically so some logging into the console instead of popup messages or something similar.
Also, it would be nice to do this without changing the model itself (replacing the stop blocks) because I receive them from external and this would be quite some work always to replace the blocks.

Respuestas (1)

TAB
TAB el 27 de Abr. de 2018
You can log the Input signals of the Stop Simulation block to base workspace. After simulation is stopped, analyzed the logged variables. Signal which changed to true is responsible for stopping simulation.

Categorías

Más información sobre Event Functions en Help Center y File Exchange.

Productos

Community Treasure Hunt

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

Start Hunting!

Translated by