Using triggered subsystem with either - need a reset but how?

3 次查看(过去 30 天)
Hey guys,
I need to use a triggered subystem to detect flanks (pos and neg) and calculate the time difference between these and then pass the value on to calculate the speed which will go into a PI controller and herefore i need also the the values (in my case it will be 0 - when no more flanks are detected) when the system is not triggered anymore.
But my problem is that the triggered subsystem starts when the flanks starts and hold the last value when no flanks are coming anymore.
I need the 0 at the beginning and the 0 at the end because with this i would pass on a wrong value to the controller.
2019-10-28_17-01-32.png
I build an example so u can understand what I mean.
Thanks in advance. =)

回答(2 个)

youjarr
youjarr 2019-11-1
Hmm... nobody can help me with this?

Ganesh Regoti
Ganesh Regoti 2019-11-6
Hi,
There is no such feature of resetting the block states in triggered subsystem. It is also stated in the documentation here.
Instead you can use Enabled Subsystem block if it suits your model as it has the resetting of states option. You can refer the following link
Hope this helps!
  1 个评论
youjarr
youjarr 2019-11-18
Hey,
sorry for the late response.
I dont think it will work with an enabled subsystem.
I buid an example to show u.
At the end there are no flanks anymore so I want a 0 at this point but how can i realise this?

请先登录,再进行评论。

类别

Help CenterFile Exchange 中查找有关 Programmatic Model Editing 的更多信息

产品


版本

R2018b

Community Treasure Hunt

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

Start Hunting!

Translated by