Archive

Posts Tagged ‘network diagram’

Microsoft Project tutorial Part 23 – Making a process diagram

2009/05/20 2 comments

When I’m using the Network diagram function in Microsoft, I always turn of the automatic placing of boxes. Format—>Layout:

Network9

Select Allow Manual box positioning and confirm with OK.

To create the first box, click and drag and when you let go of the mouse, a nex box has been created:

network10

You can now click in the different fields, enter text and confirm by pressing TAB. For example:

network11

If you move the cursor to the middle of the box and click and drag to outside of the box, a new linked task is created:

network12

If you instead click and drag outside the boxes, a new unlinked task is created:

network13

Also observe:

  • You can use Indent and Outdent and all other commands as usual
  • Double clicking a box opens the Task Information dialog box
  • Double clicking a link opens the Link details dialog box
  • Double clicking outside the boxes opens the Box Styles dialog Box
  • If you switch view, for example to Gantt chart, the information in the Gantt chart is based on your changes here.

If you change the duration of a task to 0, the task becomes a milestone task. The form changes by this. Observe that you can using Box Styles specify which format and data all boxes have.

network14

If you click and drag from one box to another, you can create new links:

network115

Observe that you can use the zoom buttons to zoom in and out to view more or less of your diagram:

zoom

Microsoft Project tutorial Part 22 – Formatting your process diagram

In Microsoft Project, there is a view called the Network diagram. In earlier versions of Microsoft Project, this view was called the PERT diagram. Independent of which version, the view looks something like this:

Network1

If you switch to the Gantt Chart, you would (if you had the same network diagram) find a Gantt chart which looked something like this:

Network2

So, if you make a Gantt chart, you get a Network diagram and the opposite is also true. But, we’ll switch back to Network diagram to start decoding the boxes.

These are the heading tasks where the red belong to the critical path (see specific blog post about critical path) and blue does not. By clicking the little box in upper left corner, you can hide and view the subtasks of heading tasks.

Network3

On the left, normal tasks and on the right a milestone task (this is explained in blog post covering Duration) and again you can see the difference between critical tasks and non critical tasks. Well, critical according to Microsoft, anyway.

Network4 

As can be expected, the network diagram comes with a bunch of settings. First, you can head to Format—>Box styles. Here you can edit all the different box styles. In the bottom part you can control shape and colors but you can in Data Templates choose which data is shown for that specific task type. If you don’t like the templates as is, you can click More Templates.

Network5

Select the template you wish to modify and click Edit. Here you can change the name and by clicking the cells in the middle grid, you can choose which field is shown in that position. On the bottom, you can change fonts and alignment. If you want to change number of cells to work with, click Cell Layout.

Network6

Here you can change the grid:

Network7

Observe that you can also select a specific box and select Format—>Box. Here you can make the same changes, but only to that specific box.

Network8

Another nice place to go is Format—>Layout. Here you can enable manual moving of boxes, how they are arranged automatically, if summery tasks are visible, if critical path is visible and how links are displayed.

Network9 

In the next session, I’ll go into how you create a process diagram from scratch.

Microsoft Project Tutorial Part 20 – Debunking the critical path

The Critical path, a wonderful way to find the critical tasks in a project, wouldn’t you say? Well, perhaps not. Here goes. We have a project:

CriticalPath1

According to Microsoft Project. the tasks which are included in the critical path are A, B and D. How can I see that? Well, using the default Gantt chart you cannot see this, but if you switch to the Network Diagram (View—>Network diagram) shows you just this:

CriticalPath2

Other ways to view the critical path is to use the Gantt chart wizard or viewing the Tracking Gantt:

CriticalPath3

But what is the critical path?

Well, everything in Microsoft Project is based on calculations and fields and the critical path is no different. We insert two fields, Critical and Total slack.

CriticalPath5

Do you spot the pattern? Yes, what differs task C from the others is that Total Slack is over 0 and Critical is set to No. You cannot manually change Critical, since it’s based on Total Slack. So, the definition of a task belonging to the critical path is that total slack is 0, which leads to Critical being Yes. So, if we want C to become critical, we can change the duration with 3 days.

CriticalPath6

And if we add another day to the duration of C, guess what happens:

CriticalPath7

Yes, now that C > A + B, A and B are no longer critical.

If you look at this very briefly, it sounds all right, but really; we have no idea at this point which type of tasks we’re dealing with. Are all tasks as crucial? Critical path does not take into consideration how devastating it would be for D if C was not completely finished. Perhaps we can start anyway?

The problem is not unique to the Gantt chart view, the network diagram have the same problems and if you use some kind of PERT diagram, you will see the same definition.

As with everything using a tool like Microsoft Project it is important to understand how the program works. Think about your definition of a word like Critical and compare that to the definition in Microsoft Project.

I end this post with yet another setting in Microsoft Project. I wrote that the definition of a task being Critical as Total slack being 0. If you have very long tasks, this might not be very telling. Perhaps you want Project to highlight all tasks which cannot be delayed more than 5 days before turning red in your diagram. You can then select Tools—>Options. Select the Calculation tab and change the setting of Tasks are critical if slack is less than or equal to X days.

CriticalPath8