필터 지우기
필터 지우기

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개)

커뮤니티

더 많은 답변 보기:  Power Electronics Community

카테고리

Help CenterFile Exchange에서 Switches and Breakers에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by