Power System Analysis Toolbox (PSAT)
145 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
I have been using PSAT to model a 24 bus bar power system, which is in PSAT Library. Yet, I have an error during power flow test. This error pops up, when I click on Power Flow button:
Error using fprintf Invalid file identifier. Use fopen to generate a valid file identifier.
Error in fm_wcall (line 49) count = fprintf(fid,'function fm_call(flag)\n\n');
Error in fm_spf (line 41) fm_wcall;
Error in fm_set (line 720) fm_spf
Error while evaluating uicontrol Callback
Although I do know that PSAT is not a TOOLBOX supported by matlab, even your short reply could be certainly helpful.
18 Commenti
Walter Roberson
il 18 Mag 2020
With regards to the problem with permission being denied, see my Answer below, https://www.mathworks.com/matlabcentral/answers/91079-power-system-analysis-toolbox-psat#answer_421960
Risposte (7)
Richard Joseph
il 28 Giu 2019
Modificato: Image Analyst
il 1 Gen 2020
Hello Gentlemen, Dr., and Prof.:
Help me here.
I installed PSAT in MATLAB but when running power flow it shows:
Error using fprintf Invalid file identifier. Use fopen to generate a valid file identifier.
Error in fm_wcall (line 49) count = fprintf(fid,'function fm_call(flag)\n\n');
Error in fm_spf (line 41) fm_wcall;
Error in fm_set (line 720) fm_spf
Error while evaluating uicontrol Callback
Please help me.
2 Commenti
sira
il 29 Nov 2019
Modificato: Image Analyst
il 1 Gen 2020
Hello Muataz Fahad... Did you solve your problem?
Walter Roberson
il 25 Mar 2020
This problem can occur if you start running psat from the psat directory and you do not have write access to the psat directory.
psat keeps a record of which directory you were in when you start running it, and in some cases tries to write file fm_call.m into that directory.
The work-around is to make sure that psat is on you MATLAB path, and to start it running by name when you are cd'd to a directory that you have write access to.
2 Commenti
Ezechukwu Ani
il 31 Ago 2023
You can select the file and click on add path,this will add your file directory to PSAT toolbox
samjhana rai
il 1 Mar 2021
Hello everyone;
I m trying to run the load flow usng the PSAT, I have 5 generators and it is a 1 slack and 4 PV bus system. But when we run the power flow we are not getting the load flow, we are getting the error as, ''the convergence is increasing'' and ''convergence likely not reachable.'' What could be th possible problems? would be glad if anyone of you coould answer.
2 Commenti
HUSEYIN BAKIR
il 13 Gen 2017
Modificato: Image Analyst
il 1 Gen 2020
I don't have the PSAT toolbox in MATLAB? How can I get the PSAT toolbox?
Abdulmunim Guwaeder
il 20 Mar 2017
how can I install PSAT
3 Commenti
Gary Singh
il 4 Ago 2019
Modificato: Image Analyst
il 1 Gen 2020
Watch it to add the toolbox to MATLAB.
Hamed
il 7 Nov 2022
Hello guys,
I'm running power flow in PSAT and in my network, for the slack bus, there are two generators connected. The PSAT does not perform the power flow and says: "More than one slack generators are connected to the same bus".
What should I do? Please help me
1 Commento
Ezechukwu Ani
il 12 Lug 2023
Remove the rectangular PSAT icon from the second generator only place it on your slack bus, insert pq or pv on the second generator.
All the best
Vedere anche
Categorie
Scopri di più su Adding custom doc in Help Center e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!