Ask Your Question
0

Create User dll and access it in PSS/E

asked 2015-06-05 05:25:25 -0500

Jervis gravatar image

Can anyone give full information about files required to create user dll in PSS/E and there structure also. After dll creation how to access it in PSS/E told that..

share your valuable thoughts and idea

thank you in advance.

edit retag flag offensive close merge delete

Comments

hi, but how can I select my model from model list same as for PSS/E define model?

Jervis gravatar imageJervis ( 2015-06-08 04:39:40 -0500 )edit

3 answers

Sort by ยป oldest newest most voted
0

answered 2022-07-20 04:52:59 -0500

updated 2022-07-20 04:54:42 -0500

How to create a .dll from .lib file: Open PSSE 33 installation location (right click and open file location) Open ''createusrdllw'', This app will easily create a .dll file from your original .lib file

edit flag offensive delete link more
0

answered 2015-06-06 16:37:21 -0500

jconto gravatar image

Use the environment manager (v.7), by clicking the "create user dll" icon, to drag and drop files [.flx,.for,.obj,.lib] for compiling and linking. Select appropriate psse version, path & name for the dll file and click the 'create dll' button. done. Load your dlls just after loading the case and snp files for your simulation, using the activity 'load model library' under tools in psse gui or by recording such activity and inserting the generated code in the final python code to execute the simulation. The posting 'Is it possible to run the 'compile' and 'cload4' in Python with PSS/E?' provides related information.

edit flag offensive delete link more
0

answered 2015-06-17 03:52:13 -0500

The structure of your fortran (.f) model files can be found in Chapter 18 (dynamic simulation setup and procedures) and 20 (model writing) of the Program Operation Manual.

Compilation is explained by jconto and should work if you have the correct Intel Fortran compilers.

Inclusion into the dynamic simulation of PSSE also requires the model parameters to be defined inside a .dyr file. The structure of this file for user-written models is given in Chapter 18.1 of the POM.

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

Stats

Asked: 2015-06-05 05:25:25 -0500

Seen: 7,503 times

Last updated: Jul 20 '22