You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I have a network that includes a load, an Ext Grid, and a Gen element. The Gen element is designed to represent a wind farm with DFIG wind turbines. I use the Gen element because it adjusts the reactive power based on the active power that the network requires. However, I want to limit the reactive power. So far, I haven’t found an easy way to do this. My last resort is to use a controller. The controller should check the generator’s reactive power at every time step. If it exceeds the maximum permitted reactive power, the controller should adjust the generator’s reactive power to the maximum limit.
I already have some code. Could you help me get it running? What I have now performs a time series calculation. The problem is that the controller seems to do nothing. It does not limit the output.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello, I have a network that includes a load, an Ext Grid, and a Gen element. The Gen element is designed to represent a wind farm with DFIG wind turbines. I use the Gen element because it adjusts the reactive power based on the active power that the network requires. However, I want to limit the reactive power. So far, I haven’t found an easy way to do this. My last resort is to use a controller. The controller should check the generator’s reactive power at every time step. If it exceeds the maximum permitted reactive power, the controller should adjust the generator’s reactive power to the maximum limit.
I already have some code. Could you help me get it running? What I have now performs a time series calculation. The problem is that the controller seems to do nothing. It does not limit the output.
See my code and Data attached.
My_code.txt
My_data.xlsx
Beta Was this translation helpful? Give feedback.
All reactions