How can i run different timelines in Simuink?
2 次查看(过去 30 天)
显示 更早的评论
Hi Guys. I have modeled a fate and transport system of contaminants in subsurface media with Simulink. This model consists of Subsystem 1 and Subsystem 2. The Problem is when I run the model, both Sub1 and Sub 2 run together but I want that the clock in Sub 2 starts with a delay respect to Sub1. In other words I want Sub 2 starts when sub 1 hit a specific time. I would be grateful if you help me through this.
0 个评论
采纳的回答
Rashmil Dahanayake
2014-6-9
编辑:Rashmil Dahanayake
2014-6-9
Use "Enabled subsytem" block for both Subsytems.
Updated file attached. Sub system 1 tuns from 0-75s. Subsystem 2 runs from 75-100s taking the value from subsystem1 when t=75s. You can edit the trigger point as required.
3 个评论
Rashmil Dahanayake
2014-6-9
编辑:Rashmil Dahanayake
2014-6-9
reuploaded.
Subsystem1 starts at t=0, subsystem2 starts at t=75
For display purpose you can time shift the t-axis using an x-y plot instead of the scope.
更多回答(2 个)
Chandrasekhar
2014-6-9
hi. you need to develop a scheduler where in the subsystem2 gets triggered based on subsystem1
Rashmil Dahanayake
2014-6-9
Use an embedded matlab function to create a rule to overwrite negative time values. Attach the mdl file to investigate further
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Subsystems 的更多信息
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!