Ask Your Question
0

PSSE crashes when initialising dynamics with a user model

asked 2022-10-03 04:26:01 -0500

Farose gravatar image

updated 2022-10-04 04:26:13 -0500

perolofl gravatar image

I load .raw file .. and then i load .dll file and then .dyr file ....everything loaded fine....but when i do dynamic simulation initialise the file....PSSE automatically closed.....How to run my .dll file in these case???

edit retag flag offensive close merge delete

4 answers

Sort by ยป oldest newest most voted
0

answered 2022-10-09 07:55:44 -0500

updated 2023-07-16 03:16:27 -0500

try to adjust the solution settings some time the time step and acceleration factor are not suitable with your .dll try this psspy.dynamicssolutionparam2([200,i,i,i,i,i,i,i],[ 0.2,f, 0.000833, 0.004,f,f,f,_f])

edit flag offensive delete link more
0

answered 2022-10-04 00:35:11 -0500

Farose gravatar image

updated 2022-10-05 22:39:21 -0500

anybuddy have inverter .dll file??? or other dll file?? for PSS/E version 34

edit flag offensive delete link more

Comments

Can't you use the inverter models available in PSSE?

perolofl gravatar imageperolofl ( 2022-10-06 02:42:55 -0500 )edit

is any inverter model available in psse??

Farose gravatar imageFarose ( 2022-10-06 03:08:23 -0500 )edit

There are several, e.g. PVGU1.

perolofl gravatar imageperolofl ( 2022-10-06 06:16:06 -0500 )edit

i want to check my software able to run .dll file or not, thats why i need .dll file

Farose gravatar imageFarose ( 2022-10-06 07:03:02 -0500 )edit
0

answered 2022-10-04 04:27:10 -0500

perolofl gravatar image

There is a fatal error in the user model (mayby a divistion with zero), leading to the PSSE crash.

It seems like you have no library models, just 5 calls of user models. Do you have the source code?

Are you modeling a system with solar plants without synchronous generation? Is it possible to use that model in a pure solar system?

Try a simple system with one synchronus generator and one (small) solar plant.

edit flag offensive delete link more

Comments

u have any inverter dll file

Farose gravatar imageFarose ( 2022-10-04 22:30:52 -0500 )edit
0

answered 2022-10-03 10:52:47 -0500

jconto gravatar image

When the dynamic run does not initialize, it cannot continue. The problem has to be resolved. It could be a dll created for a different version of PSSe?

Start by opening a log file at the beginning of the run to capture all the verbose as PSSe activities are being called. Check for keywords like "not found" or "not loaded" and post any error messages.

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: 2022-10-03 04:26:01 -0500

Seen: 748 times

Last updated: Jul 16 '23