First time here? We are a friendly community of Power Systems Engineers. Check out the FAQ!

Ask Your Question
0

Write two WIPCMD(I) and WIQCMD(I) arrays with one WAUX

asked Aug 27 '19

sofiguer gravatar image

Hi everyone!

I will try to explain my doubt with an example.

I have build my own WAUX (Wind auxiliary control) UDM model and placed it in bus bar No 100; for example; and also I placed the UDM renewable generator associated. For control of the generator I am writting WIPCMD(I) and WIQCMD(I) arrays with the WAUX results. This is working perfectly.

Now, I have to connect other UDM renewable generator this time in bus bar No 200, and I need to control this generator, as the one placed in bus bar 100, by writting its WIPCMD(I) and WIQCMD(I) arrays with the values of the WAUX placed in bus bar No 100.

Do you know if is possible to write WIPCMD(I) and WIQCMD(I) of renewable generator in bus bar 200 with the results of the WAUX placed in bus bar 100.?

Thank you in advanced.

2 answers

Sort by » oldest newest most voted
0

answered Aug 28 '19

txc gravatar image

updated Aug 28 '19

The question is not clear, however it seems that you want to control the udm generator model through another udm model (which probably I am guessing is the power plant controller). If this is the case, your objective can be easily fulfilled. All you have to write the ppc model is as a bus based model and the interface to send signals to the udm wind generator model would be what is known as an auxiliary signal model. It's similar to using the plntbu1 model , which is a ppc bus based model which can send control signals to the regca models through the reax4bu1 (type 4) or reax3bu1 (type 3) as in the psse library

link

Comments

1/2 - Hi @txc I already made the interface between the auxiliary signal model with the generator udm inputs (WIPCMD(I) and WIQCMD(I)). The issue is I connected another generator udm (this one does not have any auxiliary control) and I updated the auxiliary control to send the WIPCMD(I) and WIQCMD(I)

sofiguer gravatar imagesofiguer (Aug 28 '19)

2/2 @txc signals two this second generator but I do not see any control. I have tried with other generator udm whose have the inputs defined as VARs and if I placed a second generator works as fine, but the issue is when the inputs are defined as arrays.

sofiguer gravatar imagesofiguer (Aug 28 '19)

You can make use of other wind arrays like wndsp4 arrays. The argument of such arrays is wind machine index

txc gravatar imagetxc (Aug 29 '19)

Hi @txc I found how to write both renewable generators using just one WAUX :D Thank you for your replies!

sofiguer gravatar imagesofiguer (Aug 29 '19)

Hi @txc and @sofiguer! I have just started to write user defined models. Now working to write a PPC model to control two sources similar to PLNTBU1+ REAX. Is it possible you could share 'headers' of UDM to link a bus based model to REAX type of model. I can manage control block diagrams. Thanks a lo

Mahesh gravatar imageMahesh (Dec 29 '2)
0

answered Jul 16 '3

HI @txc, could you show me how to use those array such as Wndsp4. I can not find it any where. Thanks!

link

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.
Want to format code in your answer? Here is a one minute demo on Youtube

Add Answer

[hide preview]

Question Tools

1 follower

Stats

Asked: Aug 27 '19

Seen: 922 times

Last updated: Jul 16 '23