Ask Your Question
0

Playback model file not found

asked 2024-10-07 22:30:26 -0500

Anil gravatar image

Hello, i am using python script for running multiple dynamic simulation. For the cases where plb file is used i am getting playback model file not found error. .plb file is in the same location where dyr files are placed. Other simulation in the loop is running fine where plb is not used. For dyr files with plb as gives an warning in PSSE as file in use OpnApplFil/OPENSEA

edit retag flag offensive close merge delete

Comments

Which PSSE version? Name of plb-file?

perolofl gravatar imageperolofl ( 2024-10-08 02:29:33 -0500 )edit

dyre /20000 'GENCLS' 1 999.0 999.0 / 20006 'USRMDL' 1 'PLBVFU1' 1 1 3 4 3 6 1 0 'VRT1' 1.00 50.00 0.00 0.00 / VRT1.plb 0 1.000 50.0 5 1.000 50.0 10.000 1.000 50.0 10.001 1.044 50.0 12.000 1.044 50.0 12.001 1.044 50.0 13.000 1.044 50.0

Anil gravatar imageAnil ( 2024-10-08 10:12:59 -0500 )edit

PSSE 34 version

Anil gravatar imageAnil ( 2024-10-08 10:14:28 -0500 )edit

PSSE Version 34

Anil gravatar imageAnil ( 2024-10-08 10:14:48 -0500 )edit

2 answers

Sort by » oldest newest most voted
0

answered 2024-10-10 12:15:41 -0500

Alex P gravatar image

Can you paste the full error message? Is it a file not found error, or a file in use error?

One idea, try reducing the plb file name to just 2 characters. This was required in v33, and I don't think v34 has that restriction, but it's worth trying.

If it is actually a file in use error, try ending your loops with pssehalt_2() to try to release any lock on the plb file.

edit flag offensive delete link more

Comments

Will pssehalt_2 l() stop my entire simulation?

Anil gravatar imageAnil ( 2024-10-11 05:33:34 -0500 )edit

In Progress txt ( i am exporting progress in txt) Error: Playback model (plb) not found. Model ignored Where as in main PSSE progess file in use message is popping.

Anil gravatar imageAnil ( 2024-10-11 05:34:05 -0500 )edit

I am running 100 simulations , File in use message is pooping only for thouse simulation where i have playback model referred in dyr file.

Anil gravatar imageAnil ( 2024-10-11 05:34:24 -0500 )edit

8 diagonal and 7 off-diagonal elements Model PLBVFU1 Bus 2204 [220KV POI 220.00] Machine "1 " : Error: Playback model input (plb) file not found; Model Ignored.

Anil gravatar imageAnil ( 2024-10-11 08:40:59 -0500 )edit

** LINES PER PAGE for FILE OUTPUT set to 9999999 File in use. F:\Anil\4(a).Dynamic_fault\Dyr_files\EQV_Model_R1_VRT1.dyr (OpnApplFil/OPNSEA)

Anil gravatar imageAnil ( 2024-10-11 09:08:52 -0500 )edit
0

answered 2024-10-09 07:27:37 -0500

perolofl gravatar image

The playback file must be in the working folder.

edit flag offensive delete link more

Comments

sav file in folder A where as dyr file is in folder B along with plb file

Anil gravatar imageAnil ( 2024-10-09 11:37:04 -0500 )edit

Make sure the plb file is in PSSE´s working folder!

perolofl gravatar imageperolofl ( 2024-10-09 12:47:43 -0500 )edit

Can you please explain PSSE´s working folder! I construction path of sav & dyr seperately and use them as required. As plb file is in the same folder of dyr i assume it takes it automatically

Anil gravatar imageAnil ( 2024-10-09 13:08:06 -0500 )edit

I even kept sav , dyr and plb in same folder still the error persist

Anil gravatar imageAnil ( 2024-10-09 13:12:27 -0500 )edit

Are you running PSSE from the GUI or from pyrhon?

perolofl gravatar imageperolofl ( 2024-10-09 14:29:01 -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

Stats

Asked: 2024-10-07 22:30:26 -0500

Seen: 112 times

Last updated: Oct 10