Ask Your Question

Berwin's profile - activity

2024-01-15 11:01:45 -0500 received badge  Student (source)
2023-03-27 06:16:26 -0500 commented answer how to simulate power factor control in dynamic simulation???

You can add function from Plotbook-> Plot Attributes->Func and here you can add the arithemetic function to calculate the power factor from active power and reactive power.

2023-03-27 02:54:36 -0500 answered a question how to simulate power factor control in dynamic simulation???

You have the use the function to calculate/plot the power factor based on active and reactive power traces from PSSE.

2023-03-24 09:03:12 -0500 answered a question Generator Capability Curve

Generator capability curve data can be stored in .gcp file format. Report in PSSE output window to view it.

Above PSSE v35 this can be modified/veiwed inside the machine data and this can be veiwed from Network data-> Others->Machine capability curve

2023-03-14 04:21:49 -0500 answered a question how to use rawx_to_csv(tblname, ofile)

You can use it as psspy.rawx_to_csv("bus", "Test")

TBLNAME- I have used table "bus"

OFILE- path and output file name

2023-03-09 03:40:37 -0500 answered a question Reducing size of dynamic model

Please see the below link. This paper describes an approach to derive the equivalent representation of a WPP collector system.

https://www.nrel.gov/docs/fy08osti/42...

2023-02-17 09:02:19 -0500 received badge  Autobiographer
2023-01-31 14:23:34 -0500 answered a question Modeling Reactive Power / Voltage Capability on WTG HV Side

PSSE allows to model reactive power capability in .gcp file format, However to do it effectively I would suggest you modify Q min and Q max based on your capability for individual cases.

You can also automate it with python.

2023-01-31 14:17:12 -0500 answered a question How do you fine tune controller response?

Would you be able to share your test model, so that I can add relevant answer.

2023-01-31 14:15:27 -0500 answered a question how to change the P at the slack POI bus?

From your question I unsderstand you should be modelling a generation plant and trying to control power flow at POI.

The answer is, You have to set Pgen on your generators to change your power at POI from 0 to 100% Additionally to maintain fixed power factor you also need to adjust Qgen or V pu accordingly to control reactive power at POI

2023-01-31 14:11:24 -0500 answered a question How to fix the PF at the POI?

From your question I unsderstand you should be modelling a generation plant and trying to maintain reactive power/ power factor at POI.

You can set fixed Qgen for the generator (keep same value for both Qmax, Qmin) and with iterative method you can adjust this acheive required reactive power corresponding to that powerfactor.

Or other way would be you can adjust Voltage of the generator to control the reactive power flow at POI.

2023-01-19 05:04:24 -0500 answered a question How can i import a PSSE file in POWER FACTORY?

You can't import the sld from PSSE into Powerfactory. Once you import your raw data into Powerfactory you can auto create your SLD inside it.

2022-11-23 01:34:41 -0500 commented answer FLOW1 function output not matching with Load Flow Solution

Hello, You can solve the network before initialisation and make sure the convergence tolerance are met and also Q at branch is within the limits of PPC specified limits.

2022-11-22 12:09:08 -0500 answered a question How to calculate limits for governor models

There is no such calculation available for calculating those data. In case of unavailability of data you can use the typical parameters based on the same machine rating

2022-11-22 12:05:14 -0500 answered a question how to convert v33 idv file to v34

Hi Gary,

Ideally v33 idv file should work with v34 as well, You may just need to do some minor changes in the idv to file to import the PSSE files.

2022-11-22 11:53:46 -0500 answered a question FLOW1 function output not matching with Load Flow Solution

Hello, are you initializing with some setpoint or VAR reads the Q directly. If you are initializing with Q value user defined, then make sure the Q is selected from the same end. I would suggest try adding a line with zero impedance and try initializing it.

2022-11-17 13:58:35 -0500 received badge  Citizen Patrol (source)
2022-11-16 16:33:49 -0500 commented answer contour plot from python

psspy.enablediagcontour(1,1,1,4,1, 100., 4.0, 1.0, 1.25, 0.75) psspy.changediagcontour(1,1,1,4,1, 100., 4.0, 1.0, 1.25, 0.75) psspy.printdiagfile(r"""Foxit PDF Editor Printer""",1,1) Please replace " Foxit PDF Editor Printer" with your default pdf veiwer to save it

2022-11-16 14:45:47 -0500 answered a question virtual inertia in renewable energy

I think the generic models available in the PSSE dosen't have Virtual Inertia included in their dynamic model. You can try with some UDM models availbale for wind turbine that has this function modelled.

2022-11-16 14:41:44 -0500 answered a question Difference between line G and line B

The B represents the susceptance of the line which is included as a part of equivalent R,X,B line parameters. The G+jB at both the ends are for shunt elements connected to line, like you can use it to model line reactor that will be switched along with the line

2022-11-16 14:32:25 -0500 answered a question contour plot from python

Hello, This command will enable the contour plot in the SLD and you can also change the contour setting using the python code. Once it's done you can print the SLD page to get the contour included in the pdf file.

2022-11-16 14:26:41 -0500 answered a question Calculating centre of inertia frequency, scaling?

From the dyanmic data of the machienes avalilable in you network, you can just multiply the Inertia constant with the MVA rating of the machine. Do the summation of the all the generators to get total inertia of the network,

2022-11-16 14:17:18 -0500 answered a question Having issues with initializing case in 33.4 version.

Check with PSSE release notes. If there is no change in governor model then try checking your simulation/parameter setting and make sure those are same in both the versions.

2022-11-16 14:09:32 -0500 answered a question Simulation Crash at Fault Creation

If the tests are with SMIB model, then you can try using the Playback model to bring the voltage down

2022-11-16 14:08:30 -0500 commented answer Simulation Crash at Fault Creation

This is just to see if it crashes just because of the fault

2021-02-04 07:09:51 -0500 answered a question PSS plot Left Axis

Goto Plot Book and deselect Multiple Y axis. This shows all the channels in same axis

2021-01-22 08:01:43 -0500 marked best answer Conversion of uexc.flx flecs code to uexc.for fortran code

Is there any tool or script available for conversion of flecs code to fortran code. ?

In the google drive link that I got from this site, I found that this can be done using * FLECS32 ( LIBmaker.bat)*

Can anyone help with how to do this translation of code.

Thanks in advance

2021-01-22 08:01:41 -0500 commented answer Conversion of uexc.flx flecs code to uexc.for fortran code

Is it possible to convert this .flx file to .f90 fortran code ?

2021-01-15 08:42:07 -0500 received badge  Commentator
2021-01-15 08:42:07 -0500 commented answer How to get ASCC result in excel file

The error got fixed, however I couldn't get any excel output file. And at the output bar it shows that "ASCC results not available." Also can you please help how to export IEC Fault calculation results to Excel?

2021-01-14 12:46:51 -0500 commented answer How to get ASCC result in excel file

Can you please help to fix this. Or can you please help with running procedure for this script to get the results. Thanks

2021-01-14 12:45:58 -0500 commented answer How to get ASCC result in excel file

While am running the script scexcel.py am getting the below error File "C:\Program Files (x86)\PTI\PSSE33\EXAMPLE\scexcel.py", line 88, in main if os.environ['PYTHONCODE']: File "C:\Python27\lib\os.py", line 425, in __getitem__ return self.data[key.upper()] KeyError: 'PYTHONCODE'

2021-01-14 06:11:11 -0500 received badge  Supporter (source)
2020-11-23 05:52:14 -0500 answered a question Getting output without using .out file

You can try taking the out files by setting- print, write, plot time step as 0

2020-11-21 06:26:21 -0500 answered a question 4 winding transformer

Practically, if you are regulating the voltage at one of the low voltage winding, the tap at HV get adjusted and the other Low voltage winding voltage will also get adjusted automatically.

2020-11-05 02:28:35 -0500 answered a question Short Circuit Result in Absolute Values

You can get the actual short circuit values by modifying as below Misc-> program settings-> change the short circuit output from pu values to physical . The values can also be displayed in polar form by changing short circuit coordinates from Rectangular to Polar

2020-10-28 11:53:04 -0500 received badge  Teacher (source)
2020-10-26 02:44:22 -0500 commented answer How to add dynamic data to an existing dynamic data in PSSE through Python?

Please see his question. He is trying to add only the inverter parameters from the new WHSF.dyr to the existing NEM.dyr file, And he might be facing this issue because of invalid python command. so this should probably works. :)

2020-10-26 00:52:08 -0500 answered a question How to add dynamic data to an existing dynamic data in PSSE through Python?

Hello,

you can modify the line as shown below to add the new dyr file to the existing dyr file

psspy.dyre_add([1,1,1,1],"WHSF.dyr","","","")