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

3 ビュー (過去 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 Center および File ExchangeGeneral Applications についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by