Multi-Leg Sling Load per Leg

The tension in each sling leg of a multi-leg lift.

Run the calculator

Example

You enter

You get

Details, formula, and sources

Per ASME B30.9, a rigid load on 3 or more legs is assumed to hang from only 2, so the conservative tension divides the load over 2 legs and then by sin(angle from horizontal), with an equal-share reference and the 1/sin load factor. The qualified rigger and the sling tag govern.

share_legs = (num_legs >= 3) ? 2 : num_legs; tension_per_leg = (total_load / share_legs) / sin(angle); load_factor = 1/sin(angle); equal-share reference = (total_load / num_legs) / sin(angle).

ASME B30.9 (Slings) by section; classical sling statics, no edition cycle.

The statics are public; the qualified rigger and the sling's tag rating govern.

Estimate. Head rigger and manufacturer working-load-limit charts govern. Inspect every piece of hardware before the show.

Field names used by the API: total_load_lb, num_legs, horizontal_angle_deg, tension_per_leg_lb, equal_share_lb, load_factor, share_legs

Related tools