First time here? We are a friendly community of Power Systems Engineers. Check out the FAQ!

Ask Your Question
0

Does PSS/E provide any functionality to auto-correct device limit violations during dynamic simulation initialization?

asked Sep 17 '0

bikiran1991 gravatar image

I am working with a case (raw + dyr) which, during initialization, shows several warnings that some exciters and governors have limit violations. I recently realized that Power World has an option where it auto-corrects these issues by changing the device limits. Does PSS/E have anything similar?

If not, is there some way to leverage the python API to do something similar? That would involve making a data structure of all the limits which were violated, locating their CON index, and changing them so that they are not violated anymore.

1 answer

Sort by » oldest newest most voted
1

answered Sep 18 '0

perolofl gravatar image

The only auto-correct PSSE can do is to net in-service generators with missing generator model.

There is no problem to write a script for auto-correction. I have done something similar that updates the governor limits based on Pmax in saved case.

However, for exciter limiter violations I prefer to solve it manually, since almost always the problem lies in wrong load flow data, e.g., wrong Q-limits, solved without Q-limits, wrong Mbase, etc. For a correctly initialised exciter model, Emax should be well above the calculated field voltage (Efd).

link

Comments

Is it possible to share the script? Or provide some useful commands to help me write it?

bikiran1991 gravatar imagebikiran1991 (Sep 18 '0)

Use amachint and amachchar to get lists with all generators. Loop the lists and get governor model name with mdlnam. Get CON starting index with mdlind. Use dsrval to get the CON value for GMAX and GMIN. Update those values, if necessary, with change_con if governor limits are too narrow.

perolofl gravatar imageperolofl (Sep 18 '0)

The idea is to update governor GMAX and GMIN to the same MW-value as PMAX and PMIN in the saved case.

perolofl gravatar imageperolofl (Sep 18 '0)

ok thanks!

bikiran1991 gravatar imagebikiran1991 (Sep 18 '0)

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

2 followers

Stats

Asked: Sep 17 '0

Seen: 677 times

Last updated: Sep 18 '20