Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

First: CONEC and CONET subroutine was used in the old days of PSSE to call all models. Nowadays, all models can be called directly in PSSE (Table driven dynamics) and the models can be directly seen and parameters edited in spreadsheets. Any CONEC-type of code should now be written in a miscellaneous model with IC-code 512. By doing so there is no need for compiling and linking after activity DYRE.

In your case I get the impression that you have one user-written exciter model called GEAVR and another model called GESCLCAP which you intend to call in CONEC.

If you have the source code for GEAVR you could implement the code of GESCLCAP in GE_AVR and there is no need for a separate model to handle the behaviour during a bus fault.

An alternative, if there is no PSS connected to the actual generator, is to define GESCCAP as a stabiliser model and use VOTHSG(MC) to transfer the value of USCLCAP to GESCLCAP.