Skip to main content
This page is the technical reference for PlaneConnection’s predictive maintenance system. For a step-by-step guide on using these features, see Use Predictive Maintenance.

Alert Severity Levels

Predictive maintenance alerts use a five-level severity scale. Each level has a defined meaning, default notification behaviour, and recommended response.
LevelColorMeaningDefault notificationRecommended response
InfoBlueParameter is within normal range but a notable data point was recorded.In-app onlyNote for awareness. No action required.
WatchYellowParameter is approaching a threshold or showing an early trend deviation.In-app, emailMonitor at increased frequency. Review at next scheduled check.
CautionOrangeParameter has exceeded a Watch threshold or trend slope is statistically significant.Email, pushSchedule an inspection within the next scheduled maintenance window.
WarningRedParameter has exceeded a Caution threshold. Immediate maintenance attention warranted.Email, SMS, pushGround aircraft pending maintenance review unless cleared by DOM.
CriticalDark redParameter has exceeded a Warning threshold or a safety-critical exceedance occurred.Email, SMS, pushGround aircraft immediately. Notify DOM and PIC.
Alert severity levels are advisory. Airworthiness decisions must be made by a qualified aviation maintenance technician (AMT) or Director of Maintenance in accordance with the aircraft’s approved maintenance program and applicable FARs.

Monitored Parameters

Turbine Engine Parameters

The following parameters are monitored for turbine (jet and turboprop) engines. Parameter names follow SAE ARP4102 conventions where applicable.
ParameterAbbreviationUnitDescription
Fan speed (N1)N1% RPMLow-pressure compressor/fan rotational speed. Primary power setting.
Core speed (N2)N2% RPMHigh-pressure compressor rotational speed.
Exhaust gas temperatureEGT°CTemperature at turbine exit. Primary thermal health indicator.
Inter-turbine temperatureITT°CTemperature between turbine stages (turboprop engines).
Fuel flowFFlbs/hr or kg/hrFuel consumption rate. Correlates with power and efficiency.
Oil pressureOIL PRESSPSIEngine oil system pressure.
Oil temperatureOIL TEMP°CEngine oil temperature. Elevated values indicate thermal stress.
Oil quantityOIL QTYquarts or litresOil consumption between services. Rising consumption indicates wear.
Vibration (N1/N2)VIBinches/sec or EUEngine vibration level. Elevated levels indicate imbalance or bearing wear.
Torque (turboprop)TRQft·lb or %Shaft output torque (turboprop engines).
Bleed air pressureBL AIRPSICompressor bleed air pressure for environmental and pneumatic systems.

Piston Engine Parameters

ParameterAbbreviationUnitDescription
Cylinder head temperatureCHT°CTemperature of cylinder heads. Key detonation and cooling indicator.
Exhaust gas temperatureEGT°CExhaust temperature. Used for mixture management and trend analysis.
Oil pressureOIL PRESSPSIEngine oil system pressure.
Oil temperatureOIL TEMP°CEngine oil temperature.
Manifold pressureMAPin. HgInduction manifold pressure. Power setting indicator.
RPMRPMRPMEngine rotational speed.
Fuel flowFFGPHFuel consumption rate.

Airframe Parameters

ParameterDescription
Landing gear cyclesCumulative extension/retraction cycles tracked for life-limited components.
Pressurisation cyclesCumulative pressurisation cycles for fatigue tracking.
Flight hoursTotal airframe hours since new and since last major inspection.
Fuel imbalanceLeft/right tank imbalance exceeding configured threshold.
Hydraulic pressureSystem hydraulic pressure on equipped aircraft.

Trend Analysis Methodology

PlaneConnection’s trend analysis uses two complementary statistical methods to detect parameter degradation. Both methods run on each parameter independently.

Linear Regression

Linear regression fits a straight line through the most recent N data points (configurable window, default: 30 flight legs) and computes the slope. A positive slope on a rising-bad parameter (e.g., EGT) indicates a degrading trend even if no individual reading has exceeded a threshold.
Slope magnitude (EGT example)ClassificationRecommended action
< 0.5 °C/flight hourStableNormal monitoring
0.5–1.5 °C/flight hourWatchIncrease monitoring cadence
1.5–3.0 °C/flight hourCautionSchedule inspection
> 3.0 °C/flight hourWarningImmediate review
Slope thresholds are parameter-specific and configurable. Default values are based on typical fleet experience for common aircraft types.

Exponential Smoothing

Exponential smoothing applies a weighted average where recent readings have more influence than older readings. The smoothing factor α (alpha) controls the decay rate: higher α means faster response to recent changes. PlaneConnection uses a default α of 0.2 for most parameters, meaning approximately the last 5 readings contribute meaningfully to the smoothed value. For highly volatile parameters (vibration), α defaults to 0.3. The smoothed value is compared against threshold bands to determine alert level. Exponential smoothing is less sensitive to single-point spikes than raw thresholds but more responsive to sustained trends than long-window linear regression.

Combined Alert Generation

An alert is generated when either the regression slope or the smoothed value indicates a threshold exceedance. The higher-severity result takes precedence. This dual-method approach reduces both false positives (single outlier spikes) and false negatives (slow degradation that stays below instantaneous thresholds).

Threshold Configuration Options

Each monitored parameter on each aircraft can be configured independently. Threshold settings are found under **Ops > Predictive Maintenance > [Aircraft]
Configure Thresholds**.
SettingTypeDefaultDescription
Alert directionRising/Falling/BothParameter-specificWhether the alert fires when values rise, fall, or deviate in either direction.
Watch thresholdNumeric90% of CautionValue at which a Watch alert is generated.
Caution thresholdNumericPer aircraft typeValue at which a Caution alert is generated.
Warning thresholdNumericPer aircraft typeValue at which a Warning alert is generated.
Critical thresholdNumericPer aircraft typeValue at which a Critical alert is generated.
Regression windowInteger (legs)30Number of flight legs used for slope calculation.
Smoothing factor (α)0.0–1.00.2–0.3Exponential smoothing decay rate. Higher = more responsive to recent data.
Consecutive exceedancesInteger1Number of consecutive readings above threshold before alerting. Reduces noise.
Baseline sourceEnumAircraft historyComparison baseline: aircraft-specific history, fleet average, or manufacturer limits.
Suppress below n legsInteger10Do not alert until this many legs have been recorded (avoids false alerts on new aircraft).
Start with the default thresholds and tighten them over time as you accumulate baseline data for each aircraft. The default thresholds are conservative and may generate Watch-level alerts on healthy aircraft during the first few months of use.

Data Sources

Predictive maintenance parameters are populated from the following data sources:
SourceParameters populatedUpdate frequency
ACARS / digital OOOI dataFlight legs, departure/arrival timesPer flight event
EFB data import (CSV/JSON)Engine parameters per leg (N1, N2, EGT, FF, oil)Manual or automated upload
FOQA data importFull parameter set at recording frequencyPer flight (after download)
Manual entry (maintenance log)Oil quantity, maintenance actions, component replacementsPer maintenance event
Sensor integrations (API)Real-time or near-real-time parameter streamsPer configured interval
FOQA data integration requires the Use FOQA feature to be enabled and data to be uploaded per the Use FOQA guide. Manual parameter entry is always available as a fallback for operators without automated data sources.

Use Predictive Maintenance

Step-by-step guide for using the predictive maintenance dashboard.

Use Fleet Health

Fleet-wide health overview combining predictive alerts and due items.

Use FOQA

Flight Operational Quality Assurance data that feeds engine trend monitoring.

Track Due Items

Schedule-based maintenance tracking alongside condition-based predictive alerts.
Last modified on April 11, 2026