can someone help me with a model of how to use the external control of PQ in 3 phase dynamic load?

조회 수: 3 (최근 30일)
I need to design a controller by using external control of PQ in a 3 phase dynamic load.I am using a 2-area kundur system.What i need to basically do is if the difference between the mechanical rotor angle (theta) is greater than or equal to a particular value,then i need to add 10% of the current load in one area and subtract 10% in another area. can i get any idea of how i can do it
  댓글 수: 1
Abhi Sundararaman
Abhi Sundararaman 2017년 10월 12일
You could just measure the value of the rotor angle, compare it with a constant block (you could just subtract the two and use the comparetozero block), and then if the output is true, add/subtract 10% where necessary.
The conditional part of this could be done with an enabled subsystem, where the output of the comparison (rotor angle >= particular value) enters the enable port of the enabled subsystem. Make it such that the enabled subsystem outputs 10% of the current load and subtract/add this signal to the corresponding area. Since the enabled subsystem is connected to the rotor condition will only output 10%*currentload if the rotor condition is true.
Above is a simplified version of what you could use. You take the difference in rotor angle and compare it to a value. Then you check your condition (change in rotor angle > value), if this is true then the enabled subsystem will run and take 10% of the current load. The outport1 would feed back to your model and be subtracted/added from/to the current load.

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

Help CenterFile Exchange에서 Machines에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by