Here's a complete, self-contained HTML design note answering your winch question, sized to your specific numbers (3 corners × 2–3 kip, 3 ft+ of tide, silent operation, per-leg power redundancy): ```html Seastead — Tide-Compensating Tension-Leg Winch Design Note

Seastead Project · Engineering Note

Tide-Compensating Winches for the Tension-Leg Mooring

Slow, quiet, computer-controlled line adjustment at 2,000–3,000 lbf per corner, with 3 ft of travel now and room to grow into bigger tidal ranges.

1 · Requirements (from your design)

ParameterValueDriver
Working tension2,000–3,000 lbf per corner~1 ft pull-down target; pair of helical screws per corner shares the uplift
Travel (cable paid in/out)≥ 3 ft now; ideally 10–15 ft for future big-tide sitesTidal range + pull-down + trim + re-termination
Line speedTide-following: ≤ 0.5 in/min (even a 10 ft tide). Setup/recovery: 2–5 ft/minSemi-diurnal tide ≈ 12.42 h sinusoid; max rate ≈ πR/T
NoiseNear-silent — people sleep on the platform; winch is structure-mountedLiveaboard comfort
ControlComputerized, closed-loop on tension; never allow slackTension legs must stay taut through tide + waves
Power / failureMust hold tension with zero power; per-leg independent supplyMatches your 3-inverter / 3-battery-bank architecture

2 · Short answer

Yes — a slow-speed, self-locking worm-gear drum winch (a small marine "constant-tension mooring winch," the same family used for ship-to-shore gangways), driven by a small brushless DC gearmotor through a worm + planetary reduction, spooling single-layer Dyneema on a large drum, with an in-line load pin for closed-loop tension control.

The single most important feature is the self-locking worm gear: it holds 3,000 lbf with zero power, zero brake, and zero drift, and it is naturally silent at a fraction of an RPM. Pair it with a short elastomer pendant (Seaflex-type) between winch and anchors so the winch only has to follow the slow tide — waves are absorbed passively, and tension survives a power outage.

Why the worm-drive drum winch fits each requirement

3 · Arrangement

Living area wall (7 ft) + solar roof Winch: BLDC motor → planetary → worm → drum Fairlead roller + load pin Elastomer pendant (Seaflex-type, 20–40 ft) Motor unit between pair of helical screws Leg / foil (21.5 ft, side view) — heave plates + RIM-drive thruster ladder WATERLINE isolated mounts Not to scale

One winch per corner (3 total). Winch sits on the deck edge / walkway bracket — not on the living-space wall — on elastomer isolation mounts, powered from that leg's own inverter, matching your triple-redundant power architecture.

4 · Sizing math (estimates — verify before ordering)

Tide-follow rate, 3 ft tide
≈ 0.15 in/min
πR/T, T = 12.42 h sinusoid
Tide-follow rate, 10 ft tide
≈ 0.5 in/min
still trivially slow
Drum speed while tide-following
~0.01 RPM
12 in drum — effectively stationary
Mechanical power, tide-following
< 10 W
3,000 lbf × 0.5 in/min
Drum torque @ 4,500 lbf design pull
≈ 2,250 ft·lbf
on a 12 in (1 ft radius) drum
Total reduction
300:1 – 900:1
worm (self-locking) + planetary or cycloidal
Motor
24/48 V BLDC, 0.75–1.5 kW
intermittent duty; ~700 W if 2.5 ft/min recovery is OK
Line
3/8 in Dyneema
MBS ≈ 19,000 lbf → SF ≈ 6 at 3,000 lbf; D/d = 32:1 on 12 in drum
Line storage
30–60 ft, single layer
10 wraps ≈ 31 ft on 12 in drum; use 14–16 in drum for mega-tides

⚠ One consistency check on your pull-down numbers

You stated ~27,500 lbf displacement and "1 ft ≈ 1/7 of buoyancy" → waterplane ≈ 3,900 lbf/ft total, i.e. ~1,300 lbf per corner per foot. So:

Either works — just pick the number deliberately. Also confirm your helical screws' uplift rating (helical anchors are usually rated for tension, but verify soil assumptions per site).

5 · Control strategy — lazy by design

The trick to silence is to rarely move. Tide is 99% predictable, so feed it forward from tide tables plus a submersed pressure sensor, and let the load pin only trim:

# Per-corner tension controller (runs on that leg's controller / inverter)
TARGET   = 1300 lbf      # per corner for ~1 ft pull-down (see sizing note)
DEADBAND = 400 lbf       # hysteresis band — waves must NOT trigger motion
DWELL    = 20 min        # drift must persist before the winch moves
RATE_MAX = 6 in/min      # hard software limit (tide uses far less)
RAMP     = 60 s          # soft start / soft stop

every 1 s:
    T     = load_pin()
    sched = tide_feedforward()                 # tide table + pressure sensor

    if T < TARGET - DEADBAND and persists(DWELL): creep(+sched)   # tide falling → winch in
    if T > TARGET + DEADBAND and persists(DWELL): creep(-sched)   # tide rising  → pay out

    if T < 500:  alarm(); creep(+2 in/min)     # slack event — correct now, log it
    if T > 6000: alarm(); stop(); drum_lock()  # overload — mechanical fuse territory

6 · Quiet engineering checklist

At the winch

  • BLDC motor (no brush noise), PWM carrier ≥ 18–20 kHz — above hearing.
  • Worm in an oil bath + helical planetary (never spur gears).
  • Dyneema on a smooth drum — no wire-rope groan.
  • No pawls, no ratchets, no motor brake — the worm is the brake.

Structure-borne (the one that matters)

  • Elastomer isolation mounts (Sorbothane/rubber) under the winch frame.
  • Mount on the deck edge / walkway bracket or leg top, never on the 7 ft living wall, which acts as a sounding board.
  • Flexible couplings where conduit meets the winch.
  • Deadband control → in a normal month you'll hear it a few seconds a day, if at all.

7 · The elastomer pendant — your "never go slack" insurance

Put a 20–40 ft elastomer pendant (Seaflex-type units, or rubber mooring donuts in series) between the winch line and the delta plate:

This is why the control loop can be lazy: the winch follows the tide, the pendant follows the waves.

8 · Alternatives considered

TypeQuietHolds w/o powerVerdict
Self-locking worm-drive drum winch + load pinExcellentYes (inherently)★ Recommended — silent, fail-safe, cheap, exactly matched speeds
Harmonic or cycloidal drive winchExcellentCycloidal mostly; harmonic needs brakeGreat precision, pricier — good upgrade path
COTS constant-tension gangway winch (electric)GoodUsually brake-heldPurpose-built for exactly this job; verify noise & integration
Pneumatic winch (air motor)Fair (exhaust hiss; muffle it)NoElegant constant tension (stall = pressure setting), but compressor noise + new system — skip
Hydraulic winchPoor (pump)NoOverkill; pump noise and maintenance on a liveaboard
Planetary drum winch (no worm)OKBackdrivable → brake neededBrake engage/release clunks — reject
Linear (ball-screw) actuatorGoodSome3+ ft travel = huge actuator; only suits a short-trim 2:1 purchase
Capstan / traction winchGoodNoFor hundreds of feet of cable — overkill here
Counterweight tensionerSilentYesPerfect constant tension, but 3 × 3,000 lb of deadweight destroys your weight budget
Turnbuckle (manual)SilentYesKeep one per corner as the storm/emergency back-up — free and silent
Elastic mooring aloneSilentYesHandles ≤ ~3 ft tides alone; no automation for big tides — use as the pendant, not the system

Avoid: anchor windlasses, wakeboard/boat drums, and trailer winches — spur gears, loud freewheels/sprag clutches, and brakes designed for shock loads, not creep.

9 · Safety & redundancy

10 · Test roadmap (matches your plan)

  1. Anguilla (micro-tide, < 1 ft): run in near-pure feed-forward mode; the winch barely moves. Validate load pins, pendant stretch, noise (sleep aboard with a dB logger on the deck above each winch).
  2. 3 ft tide site: enable closed-loop trim; verify slack never occurs across spring-neap cycles, including simulated inverter failures.
  3. Big-tide sites (8–15 ft): only two things change — drum capacity (14–16 in drum, still single-layer) and pendant length. Same winch, same force, same control code.
``` A few highlights beyond the page itself: - **The direct answer:** a **self-locking worm-gear drum winch** (constant-tension mooring/gangway winch family) is the ideal type here — it holds 3,000 lbf with zero power and zero brake noise, and its natural speed at tide-following rates (~0.01 RPM at the drum) is essentially silent. Add a **load pin** for closed-loop tension control and a **Dyneema single-layer drum**. - **The key architectural add:** an **elastomer pendant** (Seaflex-type) on each corner means the winch only follows the slow tide while the pendant absorbs waves — that's what lets the control loop use a wide deadband so the winch almost never runs, and tension survives a blackout. - **One flag on your numbers:** with your stated ~3,900 lbf/ft waterplane, 2,500 lbf per corner (7,500 lbf total) pulls the platform down ~1.9 ft, not 1 ft. For 1 ft, target ~1,300 lbf per corner. If you'd like, I can extend the page with a bill of materials, a winch torque/speed sizing calculator in JavaScript, or an SVG of the full three-corner plan view.