Executive summary
Auxiliary engines do not power the vessel — they power everything else on it. A single AE failure with no standby is a blackout. A blackout in port is a delay; a blackout at sea is a casualty. The job of a Technical Superintendent reviewing AEs is therefore not just “is the engine healthy” but “is the fleet of generators healthy enough to ride through any one of them failing”. The Auxiliary Engine Performance pipeline answers both questions on a rolling basis. It captures every monitored AE parameter from the ERP’s monthly performance reports, evaluates engine availability and load-sharing posture, scores blackout risk, and produces a senior review whenever a vessel’s redundancy degrades or an engine drifts toward overhaul.Architecture
Stage 1 — Data collection
Where the data comes from
The AE collector pulls the latest performance entry per engine from the telemetry feed. The same six-month rolling window used for ME reports applies — every monthly performance report, parameter by parameter, per AE unit.
What gets captured
Output
A single timestamped record per vessel covering every AE plus the power-management context.Stage 2 — Analysis
2.1 Engine availability and redundancy
Each AE is bucketed by status. The fleet-of-generators view is the availability tier:
Utilization is tracked too: if the same engine always runs, wear is uneven; if standby rotation is happening, the fleet stays balanced. Standby rotation cadence is a leading indicator of how the engineers actually operate the plant.
2.2 SFOC variance
Per-engine SFOC variance follows the same definition as the main engine: Sustained variance above 8% is flagged. Above 10% triggers escalation. AEs typically run at narrower load bands than ME, so variance shows up faster.2.3 Daily fuel-cost impact
Variance is converted to dollars per day so the review carries commercial weight: For a 1.2 MW AE running at 75% load with 5% variance and a 120/day of waste**, or $44k/year per engine — usually enough to justify an injector replacement.2.4 Six-month parameter rollup
The same dashboard format used for ME applies — every monitored parameter per engine per month. The grid logic, condensed:2.5 Cylinder uniformity
Same logic as the main engine — cylinder deviation against the engine mean:2.6 Overhaul timing
Tiered identically to ME (see main engine page). The difference is that an AE overhaul typically degrades the redundancy tier above — booking maintenance forces a tier check on the rest of the fleet.2.7 Blackout-risk score
The composite that drives the senior verdict: where:- — count of engines in FAULT
- — capacity margin =
- — redundancy tier multiplier (LOW=0, MEDIUM=1, HIGH=2)
- — overhauls overdue
Worked example
Vessel:MV POSUN (IMO 9388340), 3 × MAN 7L21/31 generators.
After a refresh:
State: 1 running, 1 standby, 1 in fault → redundancy tier HIGH, capacity margin tight if AE1 fails.
Composite blackout-risk: HIGH. The pipeline:
- Tags the run with
escalation_required: true - Updates the case to
awaiting-tsi-review, priority CRITICAL - Sends an A2A message to the TSI inbox with engine evidence and recommended actions
- Investigate AE3 LO-pressure trip root cause — restore service before next port departure.
- Replace AE1 cylinder 4 fuel injector at next port — variance plus cylinder hot signature.
- Confirm AE2 standby readiness drill within 24h while AE3 is out.
Output deliverables
- Executive summary — overall AE status, redundancy tier, blackout risk
- Per-engine table — status, load, hours, SFOC variance, alarms
- Cylinder uniformity — per-cylinder deviation per engine
- Six-month rollup — every monitored parameter per engine per month
- Power-management assessment — load profile, capacity margin, blackout-risk score
- Overhaul plan — urgent / upcoming, port-call coordination
- Cost impact — variance translated to daily and annual fuel waste
- Recommendations — prioritised actions with timeline
- Escalation decision — auto-routed to TSI when triggered
Escalation triggers
Why script-driven
Redundancy tiers, SFOC variance, and blackout-risk weighting all live in deterministic Python. The reviewer interprets the result; the verdict is reproducible. A review where the redundancy tier shifts from MEDIUM to HIGH between two consecutive runs is a real event in the data, not a model decision.References
Source templates
Performance analysis suite — AE monthly rollup and engine specifications & running hours.
Related: Main engine
Same analysis pattern applied to the main propulsion plant.
Related: Lube oil
AE LO trends often confirm cylinder findings.
Related: Fuel oil
Fuel quality is a common cause of variance and cylinder asymmetry.