Effacer les filtres
Effacer les filtres

The 'wait' command and m-code/simulink interaction

4 vues (au cours des 30 derniers jours)
Pouya Jamali
Pouya Jamali le 6 Juin 2014
Dear Community,
I'm controlling the simulation course of a simulink block diagram for control system design purposes. I do this through changing a property called 'SimulationCommand' to 'pause', 'continue', and 'start' values. As the script file immediately runs the next command line after the 'set_param' command, I couldn't plan my control loop. I was wondering if there is any way perhaps using the 'wait' command to prevent the script from running until the simulation result of the control sample is arrived. That is to wait until the simulink engine is paused by the 'Pause Block' which is defined inside the model.
This is, somehow, a following question for the previous discussion here , which has been left open.
  2 commentaires
Kaustubha Govind
Kaustubha Govind le 6 Juin 2014
pouya: Could you please elaborate on why S-functions (as suggested on the previous thread) do not solve your problem?
Pouya Jamali
Pouya Jamali le 7 Juin 2014
Modifié(e) : Pouya Jamali le 7 Juin 2014
Ms Govind: I know that s-functions would solve my issue but I don't have enough time to convert the codes I've written into an s-function format. They like 15 auxiliary functions and 65 parameters from varied classes.
I'm wondering why is that m-code/simulink interaction for if s-function is performing the best. I wish there is a way. If only the 'SimulationCommand' property was not write-only I could solve my issue. Is there any way to find out about simulation status of a simulink blogdiagram? I mean weather it is running, initializing, or is paused?

Connectez-vous pour commenter.

Réponse acceptée

Pouya Jamali
Pouya Jamali le 7 Juin 2014
Yes SimulationStatus property does it. I'm done. A while loop to check the simulation status is my solution. Thank goodness

Plus de réponses (0)

Catégories

En savoir plus sur Simulink dans Help Center et File Exchange

Produits

Community Treasure Hunt

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

Start Hunting!

Translated by