Ask Your Question

snj's profile - activity

2022-08-24 18:51:09 -0500 received badge  Famous Question (source)
2022-05-08 16:13:05 -0500 received badge  Famous Question (source)
2022-05-08 16:13:05 -0500 received badge  Notable Question (source)
2022-04-26 22:48:46 -0500 received badge  Notable Question (source)
2022-04-26 22:48:24 -0500 received badge  Popular Question (source)
2022-04-25 04:15:08 -0500 received badge  Famous Question (source)
2022-04-24 02:06:21 -0500 answered a question User-written Model

I have solved the problem by changing IT from 2 to 0.

2022-04-24 00:03:08 -0500 asked a question User-written Model

I write a user-written model, specifically a CCT type user-written model. dyr data is like:

6 'USRBRN' 9 '2 ' 'MESBRN' 301 2 0 0 0 20 /

And the Fortran code is like:

subroutine mesbrn(km, islot)
......
    return
end subroutine

When I load the dll and run the simulation, there is always a message saying:

 CCT TYPE USER DEFINED MODEL "
 TO BUS      9 [BUS__6__    230.00] CKT 2  NOT ACCESSIBLE

CAN SOMEONE HELP ME TO SOLVE THE PROBLEM. THANKS.

2022-04-23 23:55:44 -0500 received badge  Popular Question (source)
2022-04-22 01:21:08 -0500 commented answer User-written model with character ICON

thanks for the answer!!!

2022-04-21 19:21:42 -0500 received badge  Editor (source)
2022-04-21 19:19:18 -0500 asked a question User-written model with character ICON

When I develop a user-written model for metering and calculating the current of a branch, I need to fill a set of parameters to identify the branch with from bus, to bus and circuit id. The parameter circuit id is in the form of a two- character string. When I debug the dll, I find the ICON is 0. How to get the character from ICON? May someone help.

2022-04-21 19:11:24 -0500 commented answer Question about PSSE REGCAU1

Very grateful for the answer !! In fact I had studied the REGC_A model of WECC before. There is an accel factor in the GE realization which is used in the process of numerical calculation and there is a block diagram. It will be more grateful if you can help to find a block diagram of PSSE version.

2022-04-15 13:19:36 -0500 received badge  Notable Question (source)
2022-04-14 04:36:31 -0500 received badge  Popular Question (source)
2022-04-12 19:47:23 -0500 asked a question Question about PSSE REGCAU1

Among the CON parameters in the REGCAU1 model, there is an ACCEL parameter that I have not found a specific description for its meaning and usage. Hope someone help

2021-08-25 21:15:24 -0500 received badge  Notable Question (source)
2021-08-25 21:15:24 -0500 received badge  Famous Question (source)
2021-03-22 01:58:36 -0500 received badge  Popular Question (source)
2021-03-10 19:30:32 -0500 asked a question library not found 004054

Does anyone encounter the error "library not found 004054" when loading a user defined model in psse 33.4 ?