1. Inputs

Load

Centre of gravity

defaults to geometric centre — load-local coords (load horizontal)

Lift points

picks default to load ends on COG centerline → head above COG at θ=90°; tail at top corner

Tail lug

perpendicular offset above the tail pick — default 0 (lug overlaps tail pick)

Note: one or both lift points are off the COG centerline (ylpycog). The calc uses the full 2-D moment-balance formula — load share now changes with θ (not constant) because the tail pick's y-offset contributes a non-zero perpendicular arm. Natural hang for this geometry: θnatural = 90.0°.

2. Geometry

Rotation θ

0° = horizontal start; 90° = upright (head above COG, tail at bottom)

Start  θ = 0°

COGhead crane (fixed)tail pickθ = 0°1 m

Current  θ = 30°

COGhead crane (fixed)tail pickθ = 30°1 m

End  θ = 90°

COGhead crane (fixed)tail pickθ = 90°1 m

3. Results

Angle θFhead [kg]% of MFtail [kg]% of M
— start — horizontal250050%250050%
76° — near-vertical361372%138728%
90° — end — upright5000100%00%
θ = 30° (slider — interactive)275955%224145%
GoverningHead crane sized for full load at θ = 90° → Fhead = M = 5000 kg

Three key angles: 0° (start) / 76° (near-vertical) / 90° (upright). AS 2550.1 §6.28: at upright (θ = 90°) the head crane carries the entire mass.

Per-crane load F vs θ (0–90°)

Vertical marker tracks current slider θ = 30°.

76°90°0.0t2.5t5.0tθ=30°2.52.53.61.45.00.0F headF tailθ (degrees)F (tonnes)

4. Method of calculation

Tailing geometry (head crane stationary, tail crane walks load upright)

The head crane stays fixed above its lift point; the tail crane walks horizontally so the load rotates about the head pick by angle θ. Taking moments about the head and tail lift points:

Fhead = M · [ X2 · cos θ + Y1 · sin θ ] / ( X1 + X2 ) · cos θ + weight beyond head Ftail = M · X1 · cos θ / [ ( X1 + X2 ) · cos θ + Y1 · sin θ ]

Validated against 27 XLSX rows in tests/vectors/. See web/src/lib/calc/mode2.ts for the implementation form (algebraically equivalent).

Three-key-angle assessment

Assess load share at θ ∈ { 0°, 76°, 90° }

— start, lever-rule split (no Y1 contribution).
76° — near-vertical, tail crane still actively engaged; captures the late-phase load state before final stand-up.
90° — upright; head crane carries entire mass M (per AS 2550.1 §6.28).

Symbol legend

M
total mass of load [kg]
X1
horizontal distance from head lift point to COG along load axis [m]
X2
horizontal distance from tail lift point to COG along load axis [m]
Y1
perpendicular offset of tail lug from load axis [m] (must be > 0)
θ
rotation angle from horizontal [°]; 0° start, 90° upright

5. References

  • AS 2550.1-2011 Cranes, hoists and winches — Safe use — Part 1: General requirements §6.28 Multiple hoist or crane operation
  • ISO 12480-1:2024 Cranes — Safe use — Part 1: General §8.1 Lifting with multiple cranes or multiple hoists — esp. §8.1.1 a–f, §8.1.3 Supervision, §8.1.4 Coordination of crane motions
  • ICSA N002 (Apr 2016) Lifting a Load with Several Mobile Cranes (Multiple Crane Lifts) — FEM industry consensus Tailing operations are excluded from the FEM dynamic-allowance scope; this calc is purely geometric.