Ask Your Question
0

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

asked 2022-09-13 21:53:37 -0500

dat gravatar image

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?

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
0

answered 2022-09-14 01:41:15 -0500

perolofl gravatar image

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".

edit flag offensive delete link more

Comments

Thanks for your reply!I wrote 'ENTRY TEG' in my model and there was no 'TEG NOT ACCESSIBLE' any more.But my model didn't work well, as I calculate ISORCE(MC)=CMPLX(10,-10) after ENTRY point.After initializing,the value of 'VAR(L)=ABS(ISORCE(MC))' is 14.14, but data is all zero in 'MACHINE INITIAL CO

dat gravatar imagedat ( 2022-09-14 02:27:37 -0500 )edit

in 'MACHINE INITIAL CONDITION', which means the wind generator didn't interface to the network well. How to solve this?

dat gravatar imagedat ( 2022-09-14 02:28:28 -0500 )edit

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

[hide preview]

Question Tools

1 follower

Stats

Asked: 2022-09-13 21:53:37 -0500

Seen: 196 times

Last updated: Sep 14 '22