First time here? We are a friendly community of Power Systems Engineers. Check out the FAQ!
1 | initial version |
Don't name your model REGCAU1! It must have a unique name.
A wind generator model is a current injection model (IT=1) and is called in both TBLCNC and TBLCNT. The subroutine REG is called in TBLCNC and the subroutine TEG is called by PSSE in TBLCNT.
Your model needs an entry point for subroutine TEG so PSSE can call it in TBLCNT.
Read about Coordinated call in POM.
See also post "Question about coordinated call models".