Three phase breaker controll by phase difference

조회 수: 1 (최근 30일)
Csaba Vágó
Csaba Vágó 2022년 5월 12일
답변: Joel Van Sickel 2022년 5월 18일
My project is, to make a three phase breaker control in Simulink, and I need a controlling logic, that closes the breaker (gives 1 in output), when a phase difference on the different sides of the breaker is below 0.002 pu, for 0.2s. All in all, I would need a control logic, that gives 1, when a sign is below 0.002 for 0.2 sec. Thanks for help.

답변 (1개)

Joel Van Sickel
Joel Van Sickel 2022년 5월 18일
Hello,
first, you need to make sure you know the basics of the tools, so you need to start here:
Then, in Simulink, you can test to see how long a signal is below that value by using a resetable integrator. Pass a 1 into the integrator when the signal is below the value, then the output of that integrator tells you how long the signal has been high. Reset the integrator when the signal goes back to zero to reset the timer. After the signal closes, you probably want to latch the signal so that it stays closed.
Regards,
Joel

카테고리

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