I wrote this program last week to build charts for me for my project management class. I got a little tired of doing them by hand, not just the drawings but the calculations and just overall simple thinking in general. (yea i know im lazy)
Aon is a type of project network.
aon = activity-on-node
Each box represents an activity and the 9 box segments represent this data:
ES - ID - EF
SL - Desc.
LS - Dur- LF
ES = early start (earliest the activity can start)
EF = early finish (earliest the activity can finish)
Dur = duration of the activity
SL = slack (amount of time an activity can be delayed without delaying overall project)
LS = late start (latest the activity can start without delaying the project)
LF = late finish (latest the activity can finish without delaying the project)
http://zimnox.com/aondesigner/
I didn't really think anyone else outside of my class would really know much about this stuff, but I talked to someone else who said they were doing that in math class and he was about to make a program for it as well. So I decided to share it here.