Anti-Lock Breaking System with pulsed pressure increase and reduction. How can get the controller to "choose" between pressure increase and reduction?

1 次查看(过去 30 天)
The chancePulseWidth function in the increase/decrease Subsystem shall be used to simulate the applied breake pressure in a range between 0% and 100%.
The amount of pressure shall be determined by the controller. While increasing pressure, decreasing shall not be possible.
Problem is that the pressure increase/decrease systems have no input port to "work" with the controllers output and we are unable to implement them in the right way. Also we have no idea how to analize the controllers output signal to chosse wether pressure needs to be applied or reduced.
Thanks for your help.

采纳的回答

Ilham Hardy
Ilham Hardy 2015-10-26
Based on your explanation (haven't got time to look into your model), you might probably need to use Enabled Subsystem.
You need to define the pressure threshold of increasing and decreasing the pressure. If the current pressure > increase pressure threshold (use Compare to Constant ), connects the output of the compare to constant block to (top) input of the enabled subsystem.
The enabled subsystem shall consists of your further calculation (that should be active) during actual pressure > increase pressure threshold.

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 General Applications 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by