Ask Your Question
0

About LCFB1

asked Feb 20 '2

angelonso gravatar image

First of all, thank you for your time. I have been trying to implement secondary frequency control in PSSE and I have a couple of doubts that I was hoping you could help me with. My goal is to use TGOV1 and LCFB1 to implement this control, to do this I want to introduce the AGC requirement (that will be externally calculated in Python) to the LCFB1 model.

  1. I would like to know how to change the Pmwset of the LCFB1 model so that I can enter the AGC requirement there but I can't find the python API that does this.
  2. The Pref output from the LCFB1 is automatically introduced as the Pref input of the TGOV1 model or do I have to link it somehow?

Thank you in advance!

2 answers

Sort by » oldest newest most voted
0

answered Feb 22 '2

angelonso gravatar image

updated Mar 20 '2

I have found it imposible to change de Pmwset value so I belive that the LCFB1 model is nto a good aproach to secondary frequency control via ACE. My recomendation would be to change manually the governor reference of the generators involved in secondary control.

link
0

answered Feb 21 '2

perolofl gravatar image

updated Feb 22 '2

1: EDIT: It seems that signal Pmwset cannot be changed during simulation since there is no corresponding VAR. Signal Pref0 is the third VAR in model LCFB1. You can change that value with API plmod_var: Example, update Pref0 for generator 1 at bus 206. Here I change the value to 0.03.

psspy.change_plmod_var(206,'1',r"""LCFB1""",3, 0.03)

A question here is how Pmwset is stored in the model without using a VAR????

2: Yes, the Pref output from LCFB1 is updating the power reference in model TGOV1.

link

Comments

Thank you very much for your answer! :)

angelonso gravatar imageangelonso (Feb 21 '2)

Hello, the results that I am getting dont make much sense. Are you sure that this variable is the Pmwset and not Pref0? The results I get seem to indicate that the value I introduce as Pmwset does not go through the integrator part of the LCFB1 controller.

angelonso gravatar imageangelonso (Feb 22 '2)

Sorry, my mistake. I didn't read the block diagram correctly. It seems that it is not possible to change Pmwset since it is not available in a VAR. I will update my answer to be more correct.

perolofl gravatar imageperolofl (Feb 22 '2)

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.
Want to format code in your answer? Here is a one minute demo on Youtube

Add Answer

[hide preview]

Question Tools

1 follower

Stats

Asked: Feb 20 '2

Seen: 343 times

Last updated: Mar 20 '22