Ask Your Question
0

How to link two models from PSSE model library using CONEC

asked 2020-08-19 05:02:54 -0500

T_F_J gravatar image

Hello.

I want to link the POD model "STBSVC" to the non-machine based SVC model "SVSMO1U2"* using a CONEC subroutine.

*I am using a dummy generator with a very small Mbase

I intend to use MCHNINDX to acquire the output-signal from "STBSVC" - "VOTHSG". And I plan to use this as an input to the "SVSMO1U2" model, via VAR(L+25) - "optional POD input". In the model section of the user manual on page 649, in the block diagram this is called "VSIG". However I can’t find any array called "VSIG" in the user manual. As i understand the array i am looking for is called SWSAUX. But how do I index and address this value, so that it becomes the optional POD input signal for the “SVSMO1U2” model?

Kind regards

edit retag flag offensive close merge delete

1 answer

Sort by » oldest newest most voted
0

answered 2020-08-24 03:44:02 -0500

perolofl gravatar image

You can try the following line directly in CONEC:

CON(L+25) = VOTHSG(MCHNINDX)

where L is the first VAR number of SVSMO1U2 and MCHNINDX is the machine index for the dummy generator. This should update the POD input of SVSMO1U2 with the signal from STBSVC.

edit flag offensive delete link more

Comments

Thank you, for your relpy. I will try this as soon as i have my compiler up an running.

T_F_J gravatar imageT_F_J ( 2020-08-25 05:52:34 -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: 2020-08-19 05:02:54 -0500

Seen: 604 times

Last updated: Aug 24 '20