Power System Toolbox Updates

Version 3.0    17 November 2008

To day I found that the file ml_sig was set to a apply a signal. You should alter the file to the following:

function f = ml_sig(t,k)

% Syntax: f = ml_sig(t,k)

%4:40 PM 15/08/97

% defines modulation signal for lmod control

global lmod_sig n_lmod

f=0; %dummy variable

 

 if n_lmod~=0

    lmod_sig(:,k)=zeros(n_lmod,1);

    %lmod_sig(:,k) = 0.1*randn(n_lmod,1);

  %if t>=0.0

  %  lmod_sig(1,k)=.1;

  %end

   %elseif t>0.2

    % lmod_sig(:,k)=zeros(n_lmod,1);

  %end

 end

return

pstv3 will be updated shortly.

You may download the following encrypted self-extracting executable files. Passwords are needed to execute these files. Passwords are available on request by sending an email  to Graham Rogers ( cherry@eagle.ca ), stating your full postal address.

Decrypt with program password

PSTV3 a complete set of PST code m files - 135 Kbytes

PST Data a complete data set – 95.8 Kbytes

Decrypt with manual password

A set of pdf files with the latest documentation 

Manual - 489 Kbytes

Decrypt with Linear Analysis password

LinearAnalysis – 687 Kbytes

Decrypt with statesp password

Statespace - 204 Kbytes

18 June 2008

I have revised and combined the loadflow and dynamics manuals. The new version of PST has additional models and was originally developed  for my book ‘Power System Oscillations’.

Send in Bug Reports

Please send in any bug reports. This sort of feedback is essential to program development. Unfortunately, programs such as PST are very difficult to debug. Users' system data may often call code in an unanticipated way. The data sets supplied with PST are quite varied, and these have been used to check the programs performance, but quite rightly users want to do more.

When you send in a report, please supply the data that you were using when the problem was noticed. Email seems to be the best communication medium, so please send your reports to cherry@eagle.ca.


Return to Graham Rogers  home page.

Graham Rogers RR#5 Colborne, Ontario, Canada K0K 1S0 Phone and Fax: (905)349-2485 email: cherry@eagle.ca

rev August 13, 2007