Ask Your Question
0

Frequency zero

asked 2022-03-18 03:02:56 -0500

pff gravatar image

Hello, during simulation, frequency is constant (60hz) but when i plot it i see 0. Why?

edit retag flag offensive close merge delete

3 answers

Sort by ยป oldest newest most voted
0

answered 2022-03-22 13:11:58 -0500

ntesla001 gravatar image

i believe you can add a function. the formula is A*(60)+60, A being the %/P.U plot for Frequency.

edit flag offensive delete link more
0

answered 2022-03-21 12:21:56 -0500

perolofl gravatar image

In PSSE the machine speed is given in pu speed deviation, i.e. Hz/fbase - 1. The frequency base is either 50 or 60 Hz.

At nominal speed the pu speed deviation is 0. The speed deviation is positive at overfrequency and negative at underfrequency.

The formula to calculate the frequency in Hz is fbase*(spd+1).

You have to apply a formula to plot the rotor speed in Hz. You can do that in PSSLT with activity FUNC, as jconto described. Another alternative is to use a function in Plotbook, see example below: image description

Here, A is a speed channel with machine pu speed deviation.

Personally, I prefer to read the outfile with dyntools.CHNF() and plot the channels with matplotlib. Then I can calculate the frequency in Hz for all spd-channels before plotting.

edit flag offensive delete link more
0

answered 2022-03-18 07:48:09 -0500

jconto gravatar image

Check the post "How to change freq plots"

edit flag offensive delete link more

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: 2022-03-18 03:02:56 -0500

Seen: 281 times

Last updated: Mar 22 '22