One number. The complete health of any structure — from a cable-stayed bridge to an offshore wind turbine. THP-Structure monitors vibration, structural integrity, and load coherence in real time, flagging drift before it becomes failure.
Every offshore wind turbine operates in a frequency window — the tower's natural frequency must sit between the rotor rotation frequency (1P) and three times that frequency (3P). This is the Campbell Diagram constraint. Violate it and the structure resonates. With resonance comes fatigue. With fatigue comes collapse.
As a tower ages, its natural frequency falls — steel corrodes, welds fatigue, grout in the monopile connection loosens. The gap between the natural frequency and the 1P lower bound narrows. When it closes, the tower is in resonance with its own rotor.
THP-Structure monitors this margin continuously. The resonanceCoherence axis within Vibration Coherence tracks the gap in real time. When the margin begins to shrink — weeks or months before any displacement measurement detects anything — THP starts falling and insights fire.
THP-Structure receives data via UDP port 55160 or by importing CSV/JSON files. Column detection is automatic — the parser recognises field names regardless of sensor brand or format.
| Field | Type | Unit | Description |
|---|---|---|---|
| freq | REQUIRED | Hz | Dominant structural frequency |
| damp | REQUIRED | ζ (0–1) | Damping ratio |
| sl | REQUIRED | µε | Strain — left / port side |
| sr | REQUIRED | µε | Strain — right / starboard side |
| def | REQUIRED | mm | Deformation / displacement |
| fat | REQUIRED | 0–1 | Fatigue index (cumulative Miner's Rule) |
| load | REQUIRED | kN or kPa | Applied load |
| temp | REQUIRED | °C | Ambient temperature |
| t | optional | s | Timestamp (Unix or relative seconds) |
| ax / ay / az | optional | m/s² | Triaxial acceleration |
| excf | optional | Hz | Excitation frequency (rotor, traffic, wave) |
| wind | optional | m/s | Wind speed |
| wave | optional | m | Wave height (offshore profiles) |
| sid | optional | text | Sensor ID or location tag |