Ask Your Question
0

Frequency zero

asked Mar 18 '2

pff gravatar image

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

3 answers

Sort by » oldest newest most voted
0

answered Mar 22 '2

ntesla001 gravatar image

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

link
0

answered Mar 21 '2

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.

link
0

answered Mar 18 '2

jconto gravatar image

Check the post "How to change freq plots"

link

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.
Want to format code in your answer? Here is a one minute demo on Youtube

Add Answer

[hide preview]

Question Tools

1 follower

Stats

Asked: Mar 18 '2

Seen: 565 times

Last updated: Mar 22 '22