Ask Your Question
0

how to use WIPCMD(MC) and WIQCMD(MC)

asked 2021-08-19 08:23:49 -0500

Wendy gravatar image

I am writing user defined model and have some problems.

I don't know how to get wind machine index. And I calculate WIPCMD(MC) and WIQCMD(MC) in my UDM model, but I don't know how to pass the information between Generator and Electrical Control Model.

Thanks!

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
0

answered 2022-06-29 11:43:17 -0500

The below subroutine I has the index of the machine for the respective bus entered in dyr file SUBROUTINE modelname (I, ISLOT)

I - machine array index for the machine at which the model is being called.

ISLOT - array allocation table index for this model call.

To pass the information to electrical control model the below command is to be used under MODE 3

**MC = WNDNUM(I)

WPCMND(MC) = Pref

WQCMND(MC) = Qref**

edit flag offensive delete link more

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: 2021-08-19 08:23:49 -0500

Seen: 394 times

Last updated: Jun 29 '22