Switch depending on the end of a line (Simevents)
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
Hello Mathworks Community,![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/647250/image.png)
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/647250/image.png)
I want to create a model (Simevents) that simulates events from different entities. However, all these events are on the same line and I want search how to put a switch (or an other idea) which can let one event go only if the previous event has finished.
I show you the beginning of my model, I tried a method but it does not work. Indeed, the "Composite Entity Creator" does not act like I want. It lets go the 2 events at the same time, not separately.
If someone has some ideas, I would be happy to listen to him.
Thank you,
Salim
0 comentarios
Respuestas (1)
Jean-Paul Marcade
el 14 de Jun. de 2021
Hi Salim,
I'm not sure to understand the expected behavior but if you don't find what you are looking for in the SimEvents library, you can create custom blocks in MATLAB : https://www.mathworks.com/help/simevents/ug/create-custom-blocks-using-matlab-discrete-event-system-block.html
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!