フィルターのクリア

How to control a controlled switch

5 ビュー (過去 30 日間)
Titouan raffray
Titouan raffray 2020 年 5 月 25 日
回答済み: Joel Van Sickel 2020 年 5 月 26 日
Hello everyone,
I'm coming to you to find out if there is a technique for ordering a switch. Here is the electrical diagram that I would like to make on Simulink.
I would like the switch K to form when the voltage Vp is at its maximum.
Thanks for your advices,
Have a good day

採用された回答

Joel Van Sickel
Joel Van Sickel 2020 年 5 月 26 日
Hello Titouan,
First, here are some links of training and examples that are useful:
If you need more info on simscape basics, look here: https://www.youtube.com/watch?v=fsTHCRtUNCA&t=1621s
Here is how to set up your circuit:
You will need to use a voltage sensor block to measure Vp: https://www.mathworks.com/help/physmod/simscape/ref/voltagesensor.html
if you use a converter block to bring this signal into simulink, and use an comparison logic to determine when your switch should turn on or off: https://www.mathworks.com/help/physmod/simscape/ref/pssimulinkconverter.html. You should add a simulink transfer function with a numerator of [1], and a denominator of [Ts 1] and pick a TS to create a low pass filter on your voltage input. Maybe start with 1000.
Then, make sure the simulink signal is larger than the switch threshold voltage, bring it back into simulink and use it to control that switch: https://www.mathworks.com/help/physmod/simscape/ref/simulinkpsconverter.html
Regards,
Joel

その他の回答 (0 件)

コミュニティ

カテゴリ

Help Center および File ExchangeSwitches and Breakers についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by