How can I trigger an event in a Discrete-Event Chart based on the continous signal value?
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
Nemanja Hranisavljevic
el 29 de Mzo. de 2019
Comentada: Nemanja Hranisavljevic
el 5 de Abr. de 2019
I am trying to model a hybrid system composed of discrete event part and continuous part.
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/211014/image.png)
The Discrete Event Chart sets the input of the continuous process (Transfer function block). Once the response of the continuous process has settled the Chart should react to this and change its state (and release the entity). The server calls the Simulink function "trans" on entry.
0 comentarios
Respuesta aceptada
Krishna Akella
el 5 de Abr. de 2019
Hi Nemanja,
Have you tried using 'Message Send' and 'Message Receive' blocks? These blocks can be used to interface continuous blocks with discrete blocks and vice-versa.
If your release is R2018a or greater, you can additionally use the 'Hit Crossing' block.
Regards,
Krishna
Más respuestas (0)
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!