Borrar filtros
Borrar filtros

Three phase breaker controll by phase difference

3 visualizaciones (últimos 30 días)
Csaba Vágó
Csaba Vágó el 12 de Mayo de 2022
Respondida: Joel Van Sickel el 18 de Mayo de 2022
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.

Respuestas (1)

Joel Van Sickel
Joel Van Sickel el 18 de Mayo de 2022
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

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by