The method is based on finding the solution to a linear equation with the following properties:
Here is the method used in the progression web page on this site:
VARIABLE | VALUE | ||||||||
---|---|---|---|---|---|---|---|---|---|
Conversion Factor | Convert = 5280 / 3600 for mi/hr & ft | Convert = 1000 / 3600 for Km/hr & m | Convert = 1 for m/s & m, or ft/s & ft | ||||||
Cycle Length | CycLen Set by Engineer | 60 s | |||||||
Master Offset | MasOffset Set by Engineer | 0 | |||||||
VARIABLE | FORMULA | 1st St | 2nd St | 3rd St | 4th St | 5th St | 6th St | 7th St | 8th St |
Block Length | BlkLen Measured (first = 0) | 0 | 1320 | 1320 | 990 | 660 | 990 | 1320 | 1320 |
Speed | Speed Measured in block | 30 | 30 | 30 | 30 | 30 | 30 | 30 | 30 |
Split | Split Set by Engineer | 0.50 | 0.66 | 0.52 | 0.75 | 0.75 | 0.50 | 0.66 | 0.50 |
Cumulative Distance | CuDist(i) = CuDist(i-1) + BlkLen(i) | 0 | 1320 | 2640 | 3630 | 4290 | 5280 | 6600 | 7920 |
Adjusted Speed | AdjSpd = Speed * Convert | 44 | 44 | 44 | 44 | 44 | 44 | 44 | 44 |
Travel Time | TravTim = CuDist / AdjSpd | 0 | 30 | 60 | 82.5 | 97.5 | 120 | 150 | 180 |
Distance in Cycles | DstCyc = TravTime / CycLen | 0 | 0.5 | 1 | 1.375 | 1.675 | 2 | 2.5 | 3 |
Distance in Half Cycles | DstHlfCyc = DstCyc * 2 | 0 | 1 | 2 | 2.75 | 3.25 | 4 | 5 | 6 |
Offset Half Cycles | OSHlfCyc = DstHlfCyc + MasOffset | 0 | 1 | 2 | 2.75 | 3.25 | 4 | 5 | 6 |
Closest Half Cycle | ClosHlfCyc = FLOOR(OSHlfCyc + 0.5, 1) | 0 | 1 | 2 | 3 | 3 | 4 | 5 | 6 |
Half Cycle Error | HlfCycErr = OSHlfCyc - NearHlfCyc | 0 | 0 | 0 | -0.25 | 0.25 | 0 | 0 | 0 |
Half Cycle Nearness | HlfCycNear = ABS(HlfCycErr / 2) | 0 | 0 | 0 | 0.125 | 0.125 | 0 | 0 | 0 |
Bandwidth | Bandwid = Split - 2 * ABS(HlfCycNear) | 0.50 | 0.66 | 0.52 | 0.50 | 0.50 | 0.50 | 0.66 | 0.50 |
Entire Bandwidth | EntBandwid = MIN(Bandwid) | 0.50 |
The conversion factor is used to compensate for the use of different units of measure for speed and distance:
One of these four systems must be chosen for the calculations.
For progression to occur, all of the progressed signals must be related by a common cycle length. This is the number of seconds from the end of the green on the progressed street for one cycle to the end of the green on the progressed street for the next cycle.
This is the reason the light stays green on the progressed street when no traffic is using the green at the moment. The signal must stay in synchronization with the other signals. Actuated signals can vary the amount of the other phases, but the end of the green for the progressed street must always be synchronized to the timing plan.
The master offset, in units of whole cycle lengths, adjusts the position of the timing plan, so the first signal does not have to be at a perfect half cycle position. All of the signals are adjusted by this amount.
The block length is the distance (in the chosen unit of measure for distance) from one signal to the next. The first signal has a block length of zero. The second signal has the block length from the first signal to the second signal, etc.
The speed is the actual progression speed (in the chosen unit of measure for speed) in the block given. The second signal gets the actual speed over the section between the first signal and the second signal, etc. The first signal gets the same speed the second signal gets.
The split is the fraction of the cycle given to the progressed street. It must be between 0 and 1.
Cumulative Distance is the distance from the first signal to this signal.
This is the speed, but converted to feet/second or meters per second.
Travel Time is the time in seconds it takes to go at the selected speed from the first signal to this signal.
Distance in Cycles is the time in cycle lengths it takes to go from the first signal to this signal.
Distance in Half Cycles is the time in half cycle lengths it takes to go from the first signal to this signal.
Offset Half Cycles is the time in half cycle lengths it takes to go from the master offset point to this signal.
Closest Half Cycle finds the half cycle that is closest to the signal location in time.
Half Cycle Error is the difference between the actual signal position in time and the nearest half cycle, in half cycles.
Half Cycle Nearness is the value used to calculate the best phasing for the intersection. Its values range between 0 and 0.25:
These limits were chosen to make the software easier to write. But they cover the value range quite well.
This is the portion of a cycle useful to progressed cars. Note that a negative value becomes zero.
This is the smallest of the bandwidth calculations. It gives the overall bandwidth available as a fraction of the cycle length.
The time-space diagram is the tool traditionally used to figure progression before computers were commonly used in traffic engineering.
How it works.
Half Cycle Nearness is the value used to calculate the best phasing for the intersection. Its values range between 0 and 0.25, measured in half cycles. The following table shows the best phasings:
RANGE | INDICATED PHASING |
---|---|
0.0 | |
Best |
Single phase for progressed road. |
0.111 (1/9) (Alternate value: 0.1) | |
Medium |
Lead-lag phasing Single lead Single lag |
0.222 (2/9) (Alternate value: 0.2) | |
Worst |
Split-Phase Double green cycle Diverging Diamond Interchange |
0.250 (1/4) |
Links: