How to control a controlled switch

5 次查看(过去 30 天)
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 Control

类别

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