how to consider two errors (frequency and current error) in a single PI-controller?

1 次查看(过去 30 天)
i am making an electronic load controller that is the substitute for the mechanical governor for the microhydropower plants in developing countries. but i am having problem to balance the generator current and frequency both at once. so how to balance two parameters at once using pi controller or any other alternative if possible using matlab simulink.

回答(1 个)

Joel Van Sickel
Joel Van Sickel 2020-12-11
You could technically 'try' use a single PI controller for multiple inputs by doing a weighted sum of the two values, but this is not recommended. Instead, it is best to have a more complex control system to do this. For conveters, this is often two seperate loops, one being voltage, and one being current. As you are doing frequency control, you could use this approach with some modifications. However, as frequency control is very standardized for grid applications it doesn't make sense to reinvent the wheel. Instead, look at some of the shipping examples that are relevant to your task. They have prebuilt control algorithms in them that you can use as a starting point.

类别

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