I agree with you on this point. What i would do then is to calculate the
PERT
durations manually in my program and then when i want to crash my
project
i
supply MS project with PERT optimistic duration and see if it can meet
the
deadline.
:
Calculate the duration of the tasks. Duration is not dependent on
task
linkage.
--
Ed Morrison
msProjectExperts
"We wrote the books on Project Server"
http://www.msprojectexperts.com
FAQ -
http://www.projectserverexperts.com
message
Just one more question fellows. The purpose for using PERT in my
project
is
to provide the ability to crash a certain project to meet some
deadline.
Crashing the project will make use of the PERT durations [optimistic
/
pessimistic ..] to see if the project can make it for the new
deadline.
Taking into account that we have dependencies between tasks in the
project,
manual calculations of the PERT crashed timeline would not be that
easy!!
Any Clues???
:
When I used the PERT toolbar while recording a macro, I didn't
get
any
code.
So I don't know if there is an explicit object to call.
However, you could do the calculations manually. PERT uses the
durations in
Duration1, 2 and 3 for Optimistic, Expected, and Pessimistic. It
then
figures out the start/finish dates for each option and puts them
into
Start1/Finish1, Start2/Finish2, and Start3/Finish3. The task's
duration is
calculated using the default weighting of 1x the Optimistic
Duration,
4x the
Expected duration and 1x the Pessimistic duration. Of course you
could
change the weighting, but in order to keep with Microsoft's PERT
rule,
the
sum of the multipliers must equal 6.
Hope this helps.
--
Ed Morrison
msProjectExperts
"We wrote the books on Project Server"
http://www.msprojectexperts.com
FAQ -
http://www.projectserverexperts.com
I'm working on a project that includes project automation. I'm
been
asked
to
include calculations of durations according to optimistic /
pessimistic
ratios using PERT. Does MS Project automation allow for
interaction
with
PERT?