How can I assign the value of a signal to an entity attribute in SimEvents?
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Javier Baliosian
el 2 de Nov. de 2018
Respondida: Javier Baliosian
el 4 de Dic. de 2018
I was looking arround for a way to assign the value of an arbitrary signal (or the parameter of a simulink function) to the attribute of a new entity in the new SimEvents but I didn't found examples or documentation about it. It was possible in the previous version of SimEvents, but the migration guidelines do not show an example of this. the examples are on random variables that you can create inside the event actions. Can someone give a tip on this? thanks.
0 comentarios
Respuesta aceptada
Krishna Akella
el 4 de Dic. de 2018
Hi Javier,
You can write the value of the signal to a 'Simulink Function' block. You can call a simulink function from the event action methods (available in most SimEvents blocks) to access the signal value. You can then assign the signal value to an attribute in the event action.
For example, please see the attached model.
- Krishna
0 comentarios
Más respuestas (1)
Ver también
Categorías
Más información sobre Discrete-Event Simulation en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!