How to control a controlled switch

8 views (last 30 days)
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

Accepted Answer

Joel Van Sickel
Joel Van Sickel on 26 May 2020
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

More Answers (0)

Communities

More Answers in the  Power Electronics Control

Community Treasure Hunt

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

Start Hunting!