0

Explanation about CONEC and CONET subroutines

I cant grab what these subroutines are ment to do, or how do I use them. I know they are realted to the libraries .dll, but for the matter I dont actually understand what they do neither (I know I can create these libraries, but I dont know how or what do I use them for). Can anyone here do me a ELI5 explanation about them ? Thanks, regards

rafaels100's avatar
29
rafaels100
asked 2018-09-25 12:32:10 -0500
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

0

CONEC and CONET subroutines are relics from the old days when all dynamic models were called from them. I believe PTI introduced Table-driven dynamics in the end of the 80's, beginning with the plant models.

Nowadays more or less all models are table-driven so there is really no need for CONEC and CONET. However they are still there for backwards compatibility with old user-written models that are still not updated to be called directly inside PSSE. Still there are some wind models using the old way of calling models through CONEC/CONET.

From rev 33 there is no real need to call models in CONEC/CONET, all user models can be rewritten to Table-driven dynamics, for example as a miscellaneous model.

So, in short, don't bother about the existence of CONEC and CONET. Activity DYRE will inform you if any of your models is called from CONEC or CONET. If so, you need to compile the subroutines and create a new dsusr.dll.

perolofl's avatar
3.8k
perolofl
answered 2018-09-25 16:30:02 -0500
edit flag offensive 0 remove flag delete link

Comments

Ooh this is a big relief, thank you !

rafaels100's avatar rafaels100 (2018-09-26 05:44:27 -0500) edit

You've also addressed my question, excellent answer, thanks a lot!

TonyWong's avatar TonyWong (2019-06-18 05:29:56 -0500) edit
add a comment see more comments

Your Answer

Login/Signup to Answer