Ask Your Question
0

Retrieve difference between power generation and total load

asked 2020-08-18 01:43:50 -0500

ShaHe23 gravatar image

Hello everyone, I've tried to implement dynamic load shedding scheme in PSSE other than using load relay models (LVSHBL, DLSHBL etc.). For this I want to detect a sudden power imbalance between load and generation during a simulation. I am trying to trigger a power mismatch by tripping a larger generator of my system at 50 s, during 100 s simulation. It is a real time measurement. Can someone send me an example code for this it'll be a big help for me.

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
0

answered 2020-08-18 07:06:35 -0500

perolofl gravatar image

updated 2020-08-19 00:58:27 -0500

Use channels for "Subsystem Power Totals" and select "All buses". Five channels are added:

1: TOTAL PMECH

2: TOTAL PELEC

3: TOTAL accelerating power

4: TOTAL PLOAD

5: TOTAL PELEC - PLOAD

The total accelerating power is a good indicator of the deficit of turbine power in the system.

In a script, use psspy.chnval to retrieve the accelerating power during the simulation.

edit flag offensive delete link more

Comments

psspy.chsb(1, STATUS(4)=7) using this I can get Total power for all buses. But how can I get the total PLOAD value? psspy.chsb(sid=0, all=1,status=[-1,-1,-1,1,25,0]) this gives PLOAD values for each load.

ShaHe23 gravatar imageShaHe23 ( 2020-08-19 01:44:55 -0500 )edit

The total PLOAD is in channel # 4.

perolofl gravatar imageperolofl ( 2020-08-19 09:46:24 -0500 )edit

Thank you for the valuable answer. It solved the problem.

ShaHe23 gravatar imageShaHe23 ( 2020-08-20 02:21:50 -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

1 follower

Stats

Asked: 2020-08-18 01:43:50 -0500

Seen: 566 times

Last updated: Aug 19 '20