Refer to Simulation time in Simulink
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Morning!
I have created a model which gives the output after a certain part of simlation time has elapsed. i.e. Consider the following example:
<Subsystem_1> --> If Simulation time == x, then provide output of Subsystem 1 to --> <Subsystem_2>.
So, Subsystem_1 runs with respect to simulation time and the Subsystem_2 only gets the output from Subsystem_1 once Simulation time has elpased x-units.
Now, i have done the same using If-Else Block(along with the action susbsystem).
Question: Hints or Command ,which does the same without explicitly specifying with a If-Else block?
Subsystem_1 = Pulse Generator + Counter
Subsystem_2 = Matlab Embedded Function + Simout
So, just to regress: A command which i can include in the Embedded Function.
Thanks for your consideration!
3 comentarios
Sheetansh Kaushik
el 20 de Jun. de 2013
Editada: Sheetansh Kaushik
el 20 de Jun. de 2013
Ryan G
el 20 de Jun. de 2013
I guess the difference between simulation time and clock time can be a bit confusing to discuss via internet. If you mean sim time, you can use a clock or digital clock block to do this. If you mean clock time, tic toc may be valid, but I don't think you should use clock time at all.
What you can do is put -Block3- inside of an enabled subsystem. Connect the clock block (this is in the Simulink library) to a comparison, 50 in this example. Connect the output of that to the enabled port of the enabled subsystem. That should do it.
Respuestas (0)
Ver también
Categorías
Más información sobre Simulink 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!