What Is Satellite Telemetry?
Some assets sit so far off the grid that even cellular does not reach - deep in the backcountry, on the water, or in remote basins with no towers. For those, the link back to SCADA rides a satellite. This guide explains what satellite telemetry is, the GEO versus LEO trade-off, and where it fits in oil and gas.
Satellite Telemetry in one line: Satellite telemetry is the transmission of field measurements to a central SCADA system over a satellite link, used where cellular, radio, or wired connectivity is unavailable - typically via a ground terminal that talks to orbiting satellites and back down to a teleport connected to the internet.
How Satellite Telemetry Works
At the site, a satellite terminal - a small dish or a flat-panel antenna - modulates the RTU or flow computer's data onto an uplink to a satellite. The satellite relays the signal down to a ground station (a teleport), which routes it onto the internet and to the SCADA host. Return traffic follows the reverse path. The whole link behaves like an IP connection, so the same Modbus, DNP3, or MQTT data that would ride cellular can ride satellite instead.
The defining constraint is orbit. Geostationary (GEO) satellites sit about 35,786 km up, so a round trip imposes roughly half a second of latency no matter how fast the link. Low-Earth-orbit (LEO) constellations fly a few hundred kilometers up, cutting latency to tens of milliseconds and improving throughput, at the cost of needing many satellites and a terminal that tracks them.
Where Satellite Telemetry Fits
Satellite is the backhaul of last resort - and for genuinely remote wells, offshore platforms, and pipeline segments with no cellular, it is often the only option. Because GEO latency is high and data is metered, engineers design these sites to be frugal: report by exception, poll infrequently, and keep payloads small. Store-and-forward at the RTU means nothing is lost when the link is briefly unavailable.
The rise of LEO services has changed the economics, making higher-bandwidth, lower-latency satellite practical at more sites and even usable as a failover behind cellular. Whichever satellite path a site uses, a cloud SCADA like Merobix simply reads the device at the far end once the IP link is up, treating the satellite hop as transport.
Engineering the Data Diet for a Metered Link
On cellular you can be a little sloppy with polling; on satellite the bill and the latency punish it. The design goal is to send only what changed and only when it matters. Configure report by exception with deadbands wide enough to suppress noise but tight enough to catch real moves, batch multiple points into one message rather than one message per tag, and stretch background poll intervals to the slowest rate operations can accept. Protocol behavior matters too: chatty request-response polling pays the round-trip latency on every exchange, while publish-style reporting rides the link only when there is something to say.
Timestamp at the source. When the RTU buffers data through an outage and forwards it later, records must carry the time they were measured, not the time they arrived at the host. Historian trends and alarm sequences only make sense if the field device stamps its own data, so verify source timestamping end to end during commissioning rather than discovering after the first outage that a day of buffered data landed on one apparent minute. The same check protects alarm shelving and sequence-of-events review, both of which quietly assume the timestamps are honest.
Installation Realities at the Site
A GEO dish must see the geostationary arc, which sits toward the equator from the site, so tree lines, tanks, and terrain in that direction matter; a LEO flat panel instead wants the widest possible view of open sky. Either way the mount must be rigid, because pointing error that would be trivial for a television dish can take a narrow-beam data terminal off the air, and the link margins the service provider engineered assume a clean, correctly pointed installation. Rain and snow degrade any satellite link, which is another reason not to give away margin to a flexing mast.
A pre-commissioning walkdown catches most problems while they are still cheap to fix:
- Verify the look angle or sky view is clear of obstructions, including ones that grow or will be built.
- Check mount rigidity, cable strain relief, and weatherproofing on every outdoor connector.
- Confirm the terminal's power budget against the site's supply, especially on solar sites, using the manufacturer's figures.
- Bond and ground the mast and terminal per the site's lightning-protection practice.
- Run the provider's link-quality check and record the baseline for later comparison.
Failover Designs: Satellite Behind Cellular
Where a site has marginal cellular, the strongest design is often both: cellular as primary, satellite as backup, with a router that fails over automatically. The details that separate a working failover from a theoretical one are covered in dual-path telemetry redundancy, but the short version is: exercise the failover on a schedule, alarm on which path is active so a silent failover does not run up the satellite meter for weeks, and make sure the SCADA host accepts the site's traffic from either path.
Choosing between orbits for the backup follows the same logic as choosing a primary. The trade-offs are laid out in LEO vs GEO satellite telemetry: GEO brings long service maturity and wide, predictable coverage with high latency, while LEO brings low latency and higher throughput with a newer service model and a different terminal. For slow monitoring duty a GEO backup is perfectly serviceable; if the backup must carry the same interactive load as the primary, a LEO link behaves far more like the cellular path it replaces.
Frequently Asked Questions
Why is satellite telemetry latency so high?
On geostationary (GEO) satellites the signal travels roughly 35,786 km up and the same distance down each way, adding around half a second of round-trip delay regardless of link speed. Low-Earth-orbit (LEO) constellations orbit far closer, cutting latency to tens of milliseconds.
When should I use satellite instead of cellular?
Use satellite when a site has no reliable cellular coverage - remote basins, offshore, or wilderness pipeline segments - or as a failover behind a cellular link. Cellular is usually cheaper and lower-latency where towers reach the site.
Does high satellite latency break SCADA polling?
It can slow it, but well-designed telemetry copes. Report-by-exception, longer poll intervals, small payloads, and store-and-forward buffering at the RTU keep a high-latency satellite link usable for monitoring, even if it is not suited to fast closed-loop control.
Do I need a special protocol for satellite telemetry?
No. The link presents as an IP connection, so the same protocols used over cellular work over satellite. What changes is configuration: prefer exception reporting and publish-style patterns over tight request-response polling, lengthen timeouts so GEO latency is not mistaken for a dead link, and enable buffering at the field device so brief outages lose nothing.
How do I keep satellite data costs under control?
Treat every byte as billable. Use exception reporting with sensible deadbands, batch points into fewer messages, trim unnecessary polling, and alarm on unusual data volume so a misconfigured device or a stuck failover is caught in days rather than on the invoice. Plan structures and overage behavior are provider-specific, so review the site's actual traffic against the plan shortly after commissioning.
Sources and verification
This page references the protocol specifications published by the organizations below. Editions, product capabilities, and documentation change over time - confirm current requirements and specifications directly with the source.
- Modbus Application Protocol Specification - Modbus Organization
- Overview of DNP3 (IEEE Std 1815) - DNP Users Group
- MQTT Version 5.0 (OASIS Standard) - OASIS (v5.0, 2019)
Merobix is not affiliated with, endorsed by, or sponsored by these organizations; their names are used only to identify the standards and products discussed.
Automation services
Need help turning this into a working system?
Merobix integrates SCADA, programs Allen-Bradley and Siemens PLCs, and designs and fabricates industrial control panels.
Meeting requests are reviewed before confirmation.