Two Step functions in Different Times , or reset a subsystem block
Show older comments
I have a simple model with two Step functions , one enabled subsystem. one step is outside subsystem with a value of 1, and another step is inside the subsystem with value 1. I am monitoring both steps in scope. When i run simulation output becomes 1 at 1 sec in both steps. But I need to do that after first step executes in 1 seconds , the second step inside the block should execute so the output from 2nd step will be 2 secs delayed. (why the both steps execute at the same time , even in enabled-subsystem )
1 Comment
Stephen23
on 28 May 2015
Here is the text of the original question, just in case Safiya decides to delete the text of this question too (like this one):
I have a simple model with two Step functions , one enabled subsystem. one step is outside subsystem with a value of 1, and another step is inside the subsystem with value 1. I am monitoring both steps in scope. When i run simulation output becomes 1 at 1 sec in both steps. But I need to do that after first step executes in 1 seconds , the second step inside the block should execute so the output from 2nd step will be 2 secs delayed. (why the both steps execute at the same time , even in enabled-subsystem )
Accepted Answer
More Answers (1)
Kaustubha Govind
on 15 Feb 2012
0 votes
Perhaps your control signal to the Enabled Subsystem enables it immediately? Make sure that the control signal is enabled only after 2 secs.
Categories
Find more on Target Computer Setup in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!