La traduction de cette page n'est pas à jour. Cliquez ici pour voir la dernière version en anglais.
Débugger les simulations dans l'éditeur Simulink
Avec les outils de débuggage disponibles dans l'éditeur Simulink®, vous pouvez :
Définir des points d'arrêt pour suspendre une simulation au moment qui vous intéresse.
Afficher et gérer les points d'arrêt de l'ensemble du modèle.
Exécuter une simulation un pas de temps ou un bloc à la fois.
Ajouter des étiquettes de valeur de port aux signaux pour suivre l'évolution de leurs valeurs tout en exécutant la simulation pas à pas.
Le canevas du modèle affiche les points d'arrêt et les étiquettes de valeur de port en contexte dans le schéma bloc. Vous pouvez ainsi analyser, débugger et modifier votre modèle depuis un seul et même endroit.
Outils
Breakpoints List | View, configure, and manage breakpoints for debugging models (depuis 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 |
Rubriques
Suspendre la simulation et l'exécuter pas à pas
- 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.
Afficher les informations dans le schéma bloc
- 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.