Calculates the payout (in feet), and total number of wraps for a grooved helical drum.
$l$ = Groove lead, inches
$D_{pitch}$ = Pitch diameter of drum, inches
$w$ = Width of drum’s grooved surface, inches
$n_{lines}$ = number of lines:
$g_{safe}$ = safety wraps (per line)
$g_{total}$ = number of total grooves on drum
$g_{usable}$ = number of usable grooves, does not include:
$L$ = Payout, length of cable that will fit onto the drum, per line, feet
Calculate the total number of wraps: $$ g_{total} = \frac {w} {l} $$
Calculate the usuable wraps: $$ g_{usable} = g_{total} - g_{safe} n_{lines} - \frac {n_{lines}}{2} - 1 $$
Return the payout… $$ L = \frac {\pi D_{pitch} g_{usable}} {n_{lines}} \frac {1}{12} $$