Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

The name of wind generator model must be 'REGCAU1'?

I'm writing a UDM wind generator model named 'REG' in .f90 and .dyr. However, When I load .dll, .dyr, and start the simulation, it shows 'USER DEFINED MACHINE MODEL "TEG" NOT ACCESSIBLE' in the output bar. While I change my UDM name to 'REGCAU1' and

@! Generic RE Converter model 2 'USRMDL' 1 'REGCAU1' 101 1 .../ Generic RE Converter model

in .dyr, my model works. But psse crashed when I open the model to see the values of CON and VAR. I can open and see when the name isn't 'REGCAU1'.

How can it happen that PSSE recognizes the name error or the name of generator must be a offical one?