All Technical Articles
EtherCATTiming

Time Synchronisation Without GPS Belowdecks

By Engineering — Platform · January 5, 2026 · 5 min read

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.

A coherence check is only valid if all the cells being compared are reporting on the same clock. Belowdecks on a steel-hulled vessel, GPS is unavailable or unreliable, and we needed a synchronisation source that did not depend on it. PTP-over-EtherCAT solves the problem inside the ring.

Where the clock comes from

  • Segment master holds the deck reference clock, disciplined from vessel time at the bridge.
  • PTP messages propagate around the ring with per-node compensation for the link delay.
  • Each cell holds local time to within ~1 µs of the master across normal operation.
  • Cells log a sequence number alongside the timestamp so out-of-order arrivals are detectable.
GPS belowdecks is a polite fiction. PTP-over-EtherCAT is the actual answer, and it is the same standard the rest of the industrial-automation world uses.
Frequently asked

Questions, answered

Why can't GPS provide timestamps for sensor cells belowdecks?+

On a steel-hulled vessel, GPS is unavailable or unreliable belowdecks. But a coherence check is only valid if all compared cells report on the same clock, so the system needs a synchronisation source that doesn't depend on GPS. PTP-over-EtherCAT solves it inside the ring.

How is time kept in sync across all the cells?+

The segment master holds the deck reference clock, disciplined from vessel time at the bridge. PTP messages propagate around the ring with per-node compensation for link delay, keeping each cell within about 1 µs of the master. Cells also log a sequence number alongside the timestamp so out-of-order arrivals are detectable.

Is PTP-over-EtherCAT a custom solution?+

No — it is the same Precision Time Protocol standard the rest of the industrial-automation world uses. GPS belowdecks is a polite fiction; PTP over the EtherCAT ring is the actual, well-proven answer.

Related reading

Continue the thread