Borrar filtros
Borrar filtros

Run in parallel a script and a real-time simulation

1 visualización (últimos 30 días)
Eduardo Díaz Díaz
Eduardo Díaz Díaz el 22 de Feb. de 2021
Respondida: Pratik el 14 de Mayo de 2024
Hi everyone!
I will try to explain myself as clear as possible so that you can understand the problem I am facing right now, which maybe has been already solved, in which case I apologize.
I am running a Real-time Simulink Model (very simple one, a sine wave with a gain whose parameter is a variable, 'x1')
I want to change the 'x1' parameter from the gain block 'G1' during the simulation but the main problem I am encountering is that the simulation stops until the scripts ends and it is not simultaneous.
So my question is the following: Is it possible to run a script and a simulink model at the same time so that the variables from the script are fed into the simulink model as block parameters?
Thank you so much!
Kind regards,
Eduardo

Respuestas (1)

Pratik
Pratik el 14 de Mayo de 2024
Hi Eduardo,
As per my understanding, you are trying to update the parameter of the gain block using a script however the simulation stops before the script ends.
As a workaround, pause the mode, run the script and update the parameter and then continue the simulation. Alternatively SImulink function block can also be used to run the script.
Please find the documentations for more information:
I hope this helps!

Productos


Versión

R2020b

Community Treasure Hunt

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

Start Hunting!

Translated by