Drum-Buffer-Rope is the scheduling mechanism of TOC. The drum is the bottleneck that sets the pace. The buffer is inventory placed before the bottleneck so it never starves. The rope is upstream communication that limits release to match the drum. Key quote: "An hour lost at the bottleneck is an hour lost for the entire system."
Instructor Notes
- Start with "Balanced" scenario. Ask: what happens if we increase release rate above drum capacity?
- Switch to "Over-release" — WIP explodes but throughput stays flat. Why? The bottleneck caps it.
- Flip to the Economics tab: when does a bigger buffer increase profit (prevents costly stockouts) vs. just add holding cost?
- Ask: should we pace release to the BN or to market demand when revenue/unit is very high?
The rope releases work into the system. Work builds up in the buffer, and the drum (bottleneck) pulls from it at its maximum capacity. If release > drum, WIP grows without increasing throughput. If release < drum, the bottleneck starves and throughput drops below potential. The goal: pace release to the drum, size the buffer to absorb variability.