I need an entity gate that I can open and close based on an entity attribute.
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Andrew Rutter
am 6 Mär. 2019
Kommentiert: Andrew Rutter
am 8 Mär. 2019
I'm writing a model for a production facility that needs to go through a cleaning cycle every 30 or so batches, and then goes back to production.
I've thought through two solutions (but havent gotten to work):
- Use a entity gate that opens and closes - but I cant find an example of how to open then close then open based on an attribute.
- Use a switch that sends the entity down a cleaning path or a production path.
Any suggestions?
0 Kommentare
Akzeptierte Antwort
Krishna Akella
am 7 Mär. 2019
Bearbeitet: Krishna Akella
am 7 Mär. 2019
Hi Andrew,
The easiest way to do this is to use the 'Simulink Function' block and call the Simulink function from an event action. You can make use of the 'Message send' block to convert the signal to an entity. By making the Simulink function output a '0' or a '1', you can either close or open the gate. The below image illustrates a simple example:
Krishna
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Discrete-Event Simulation finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!