0

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

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!

Wendy's avatar
3
Wendy
asked 2021-08-19 08:23:49 -0500
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

0

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**

vinothkrishnan3's avatar
1
vinothkrishnan3
answered 2022-06-29 11:43:17 -0500
edit flag offensive 0 remove flag delete link

Comments

add a comment see more comments

Your Answer

Login/Signup to Answer