0

How to model over frequency relay tripping?

I am trying to model relay trip action to trip loads/feeders for over-frequency conditions in PSSE dynamic simulations. However, I can't seem to find any suitable model. Most relays are based on underfrequency

LDSHBL, LDSHOW, LDSHZN, LDSHAR, LDSHAL

The only over-frequency relay I found are the:

FRQDCAT, and FRQTPAT,

However, they only disconnect generators, or the whole bus. Is their any over-frequency relay that would trip a load or a percentage of a load?

Mohamed_M's avatar
91
Mohamed_M
asked 2026-03-18 14:52:38 -0500, updated 2026-03-24 17:56:32 -0500
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

1

Do the following:

  1. Split the load bus and move the load to be tripped to the new bus (LBUS). Change the bus code to 2.
  2. Add a dummy generator at the load bus with Mbase=0.01, Qmax = Qmin = 0.
  3. Add dynamic model GENCLS to the dummy generator with H=0.001.
  4. Add dynamic model FRQDCAT with ICON(M)=LBUS, ICON(M+1)=LBUS and ICON(M+2)=generator id.

The load is now connected to a fictitious generator bus and model FRQDCAT can be used to trip the bus at overfrequency.

perolofl's avatar
3.8k
perolofl
answered 2026-03-31 11:49:26 -0500
edit flag offensive 0 remove flag delete link

Comments

Thanks @perolofl

Mohamed_M's avatar Mohamed_M (2026-03-31 15:58:14 -0500) edit
add a comment see more comments

Your Answer

Login/Signup to Answer