Info

This question is closed. Reopen it to edit or answer.

Running referenced model in parent model

1 view (last 30 days)
Kris
Kris on 4 Jun 2012
Closed: MATLAB Answer Bot on 20 Aug 2021
Hello,
I do not now if it's necessary to activate a referenced model, hopefully it can be done activating a subsystem too:
I have water in my boiler, i also have the ammount of water i need in all the upcomming 15 minutes(all day) stocked into an excel file. When my amount if water that i need is bigger then the ammount my boiler contains i want to activate a sybsystem.
This subsystem would then count how many more 15 minutes i can survive on the current water i have in my boiler by checking each upcomming 15 minutes how many water is needed. When the boiler is empty i want to get the time when it get's empty.
So for example after 2 hrs my subsystem could get triggered. But then i do not want my subsystem to run for 1 step but for the entire day. Only when that is done i want my main model to go forther to the next step (so to 2 hrs and 15 minutes)
Thx,
Kris

Answers (1)

Kaustubha Govind
Kaustubha Govind on 6 Jun 2012
You should probably use an Enabled Subsystem and create a control signal that goes high (>0) after 2hrs and remains high throughout the day - the subsystem is enabled as long as the enable signal is high..

Tags

Products

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!