Control the output power of the generator when connected to a infinite grid

조회 수: 8 (최근 30일)
Mikael
Mikael 2012년 11월 29일
답변: Joel Van Sickel 2020년 12월 11일
I'm trying to build a power system with a generating unit with constant voltage and a varying output power. The system is connected to a infinite grid. But nothing happens to the output no mater what I write in the output power field in the generator unit. Instead the generator produces the power needed for the losses in the system. Probably somthing is wrong with my infinite bus.
But when I try to connect my system to a normal load I still can't control the output power. Instead the size of the load decides the power needed.
The system is built in simulink with simpowersystems and can be view here: http://img703.imageshack.us/img703/4543/systemnf.jpg
Below is the code running the system where Pg is the varying output power
clear all close all clc
%% Defining parameters
%Generator parameters Pg = [0:1000:500e3]; %[W] Vg = 0.69e3; %[kVrms,l-l] fg = 50; %[Hz]
%Calc snubber in diode rectifier in deep green Pn = 0.5e6;%nominal power of single or three phase converter (VA) Vn =Vdg; %nominal line-to-line AC voltage (Vrms) f = 50;%fundamental frequency (Hz) Ts = 1e-5;%sample time (s)
Cs = Pn/(1000*(2*pi*f)*Vn^2)*0.9; Rs = 2*Ts/Cs*1.1;
% Call solver using panel settings, i.e Variable-step %********************************************************************** Tstart=0; % Starting time for the simulation [s] Tstop=0.4; % End time for the simulation [s]
sim('Test1dg_sim',[Tstart,Tstop])

답변 (1개)

Joel Van Sickel
Joel Van Sickel 2020년 12월 11일
This sounds like an issue with your control algorithm and how the generator is interacting with it's connections. It is likely keeping a specific line voltage, which determines power. You can increase this value to increase the power, or change the control algorithm to track power instead of voltage.

커뮤니티

더 많은 답변 보기:  Power Electronics Community

카테고리

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

Community Treasure Hunt

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

Start Hunting!

Translated by