Skip to content

Issue with Power Adjustment of Solar Module #534

Answered by cuihantao
lin-1l1 asked this question in Q&A
Discussion options

You must be logged in to vote

There isn't an elegant way to change the active power reference. But you can hack it like this:

In REGCA1, the active power output Pe is computed by Ipcmd * v, and Ipcmd = Ipcmd0_LVG.

Ipcmd0_LVG is a type of constant service. You can impact ' Pe ' by changing the value of Ipcmd0_LVG.v[:]. At steady-state, the desired Pe can be achieved by setting Ipcmd0_LVG.v[:] = desired_Pe / voltages.

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
1 reply
@lin-1l1
Comment options

Comment options

You must be logged in to vote
2 replies
@lin-1l1
Comment options

@cuihantao
Comment options

Answer selected by lin-1l1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants