The Data Pipeline From Deck to Bridge
A walk-through of every hop the data takes — sensor cell, segment master, vessel server, bridge console — and the latency budget at each.
The bridge console must change state within seconds of the deck event, and the latency budget is fixed: from sensor measurement to red-state on the console, under 4 seconds with 99.9% confidence. Here is how we spend that.
Latency budget
Why the 3-second confirmation
A red state on the bridge has to be trustworthy. We trade 3 seconds of additional latency for cross-cell coherence — confirming the anomaly is local to one vehicle, not a sensor glitch and not an environmental spike.
What gets retained
Every sensor reading is retained at 1 Hz for the full voyage on the vessel server, and downsampled to 1 / minute on shore upload. Anomaly windows are retained at full resolution (10 Hz) for 90 days.
Questions, answered
What is the latency budget from deck sensor to bridge console?+
Fixed at under 4 seconds from sensor measurement to a console red-state with 99.9% confidence. It breaks down roughly as 8 ms sensor-to-segment-master (EtherCAT poll), 120 ms to the vessel server for anomaly evaluation, 350 ms to the bridge console over websocket, plus a ~3-second confirmation window.
Why spend 3 seconds on confirmation before showing red?+
Because a red state on the bridge has to be trustworthy. The system trades 3 seconds of latency for cross-cell coherence — confirming the anomaly is local to one vehicle, not a sensor glitch and not an environmental spike — so crews can trust that red means red.
What sensor data is retained, and for how long?+
Every sensor reading is retained at 1 Hz for the full voyage on the vessel server and downsampled to one sample per minute on shore upload. Anomaly windows are retained at full 10 Hz resolution for 90 days, supporting forensic review and class evidence.
Continue the thread
Multi-Modal Fusion: Heat, Gas, and Smoke
Each sensor modality has different blind spots. Multi-modal fusion is not a buzzword — it is the only architecture that survives the marine failure modes.
Weather Deck vs Enclosed Deck Detection
SOLAS II-2/20 covers weather-deck suppression. Detection on the same deck differs materially from a deck below — wind, solar and visibility all matter.
Time Synchronisation Without GPS Belowdecks
A red-state event has to be timestamped to within milliseconds across all sensor cells. Belowdecks, GPS is not available. PTP over the EtherCAT ring is.
