Depurar simulaciones en el editor de Simulink
Depure y analice simulaciones en el área de diseño del modelo, establezca puntos de interrupción, avance de simulación por unidad de tiempo y ejecución de bloques
Con las herramientas de depuración disponibles en el editor de Simulink® puede:
Establecer puntos de interrupción para pausar una simulación en un punto de interés.
Visualizar y gestionar puntos de interrupción a lo largo del modelo.
Avanzar la simulación una unidad de tiempo a la vez o un bloque la vez.
Añadir etiquetas de valor de puerto a señales para ver cómo los valores de señal cambian a medida que avanza una simulación.
El área de diseño del modelo muestra puntos de interrupción y etiquetas de valor de puerto en contexto dentro del diagrama de bloque para analizar, depurar y modificar el modelo en un mismo lugar.
Herramientas
Breakpoints List | View, configure, and manage breakpoints for debugging models (desde R2022a) |
Simulation Stepping Options | Enable stepping back and configure number of time steps to move when stepping through simulation |
Simulation Pacing Options | Slow simulation to a specified ratio of simulation time to wall clock time |
Temas
Pausa y avance de una simulación
- Step Through Simulations Using the Simulink Editor
Run simulations one or more time steps at a time or one block at a time, view signal values in the block diagram, and configure simulation stepping options. - Debug Simulation Using Signal Breakpoints
Set breakpoints to pause simulation at points of interest for debugging and analysis. - How Stepping Through Simulations Works
Learn how the software steps through time steps and how to evaluate trade offs involved in configuring the simulation stepping options. - Debug Simulation of Iterator Subsystem
Explore options for stepping through and debugging simulations of models that contain iterator subsystems.
Ver información en el diagrama de bloques
- View Signal Values Using Port Value Labels
View signal values in the block diagram during simulation to understand, analyze, and debug your model. - Control and Display Execution Order
Determine the execution order among blocks within tasks. - View Sample Time Information
How to access sample time information interactively. - Use Connectors Tool to Visualize Relation Between Blocks
Use Connectors tool to visualize relation between Simulink functions and their function caller blocks, reader and writer blocks or blocks which execute based on events.