← All insights
Power Systems6 min read

Forward-Base Microgrid Power Quality: Multi-Channel Monitoring as a Sustainment Foundation

Real-time multi-phase power monitoring at a forward base or expeditionary site — three-phase voltage and current, harmonic distortion, arc-fault detection — and why it's a foundation for operational continuity.

Why power quality matters at a forward site

A forward-deployed installation runs on a microgrid: a couple of diesel or hybrid generators, a small battery bank, distribution to the loads that keep the site operational (communications, sensors, climate, sustainment compute, life-support systems). The quality of the electrical power on that microgrid determines whether the equipment runs reliably or fails intermittently.

The failure modes that show up in field-deployed power systems are not the same as in a building-grade utility connection:

  • Voltage sag when a heavy motor (compressor, refrigeration unit) starts up. Loads downstream can brown out or reboot.
  • Harmonic distortion from non-linear loads (variable-frequency drives, switching power supplies). Causes transformer heating, neutral overcurrent, and progressive equipment degradation.
  • Frequency drift when a generator is operating outside its sweet spot. Motors run hot, clocks drift, sensitive equipment behaves erratically.
  • Arc faults from degraded insulation in distribution wiring. Fire risk, especially in expeditionary cabling that was thrown down quickly.
  • Phase imbalance from uneven loading across the three phases. Generator capacity is wasted, individual phases overload.

A site without instrumentation experiences these as a stream of inexplicable equipment failures. A site with instrumentation observes the conditions in real time, can correlate failures to electrical events, and can act to prevent escalation.

Instrumentation architecture

The reference monitoring unit is built around the same multi-channel synchronous ADC architecture used for vibration monitoring, but at much lower per-channel sample rates:

  • Six analog channels minimum: three voltages (one per phase to neutral) and three currents (one CT per phase). A seventh channel for neutral current is common.
  • Sample rate of 8–16 kSPS per channel. Adequate for harmonics up to the 40th order, which covers everything regulatory frameworks care about.
  • High-precision ADC: 16-bit minimum, 24-bit preferred. The high precision is for the current measurement, where a 200 A capacity must coexist with a 50 mA resolution for ground-fault detection.
  • Galvanic isolation between the measurement channels and the processor. Power-system measurements should never share a ground with the compute node, full stop.

The processing chain is straightforward:

  • Per-cycle RMS of voltage and current per phase.
  • Per-cycle real, reactive, and apparent power per phase, plus three-phase totals.
  • Harmonic decomposition via FFT, reported up to the 40th harmonic.
  • Total Harmonic Distortion (THD) computed from the harmonic content.
  • Frequency tracking via zero-crossing detection on a low-pass-filtered voltage signal.
  • Arc-fault detection via a separately-tuned signature analysis on the high-frequency content of the current waveforms.

A modest application processor handles all of this in real time with headroom to spare.

The arc-fault detection problem

Arc faults are the most consequential failure mode and the hardest to detect reliably. An arc fault produces broadband electrical noise in the current waveform, characterized by:

  • Asymmetric current pulses (the arc behaves like a non-linear conductor).
  • High-frequency content in the 1–100 kHz range not present in normal load currents.
  • Intermittency — arcs come and go as the contact gap fluctuates.

Detection algorithms typically combine:

  • Time-domain detection of asymmetric pulses against a normal-operation baseline.
  • Frequency-domain detection of broadband noise outside the harmonic structure of the load.
  • Temporal pattern matching against known arc signatures versus benign transient signatures (motor starts, capacitor inrush).

A well-tuned arc-fault detector for a microgrid produces single-digit false alarms per year. A poorly-tuned one produces dozens per day and is operationally useless.

Integration with sustainment decisions

The power-quality data flow supports a few specific decision classes:

  • Generator scheduling. When a site has multiple generators, power-quality data can drive automatic load shedding, parallel operation, or single-unit operation depending on the load profile. The right schedule extends fuel duration and reduces generator runtime.
  • Equipment pre-failure flagging. A piece of equipment that begins drawing unexpected harmonic content is showing early signs of internal failure (motor winding insulation breakdown, capacitor degradation). The platform can flag this for inspection before the failure becomes operational.
  • Capacity planning. Tracking peak demand over time tells the planner whether additional generator capacity is needed for current operational tempo, or whether load shifting can avoid the upgrade.
  • Maintenance correlation. When the platform observes that equipment failures cluster after specific power-quality events, the correlation tells operations to either harden the load or address the upstream electrical issue.

Sustainment relevance

A sustainment platform that ingests power-quality telemetry from each forward site can produce capacity, reliability, and maintenance recommendations that no individual site could produce from its own data alone. A pattern visible across a population of similar sites (specific equipment classes failing under specific harmonic conditions) is invisible at any single site. The integration of multi-site telemetry is exactly the kind of cross-asset analytics that distinguishes a sustainment platform from a site-local power monitor.