The Planned Maintenance System produces something deceptively simple: a list of jobs, with due dates. The work is interpreting that list. A vessel with 200 overdue routine jobs is in better shape than a vessel with 5 overdue critical-machinery jobs. A vessel with falling closure rate and steady open count is heading toward the first state. The pipeline below scores all of that and produces the one number a Technical Superintendent actually needs: where this vessel ranks against the rest of the fleet.Documentation Index
Fetch the complete documentation index at: https://docs.appliedaifoundation.org/llms.txt
Use this file to discover all available pages before exploring further.
Where the data comes from
| Source | What it provides |
|---|---|
| Vessel ERP (PMS module) | Job register, due dates, completion records, criticality tags |
| Engine running-hours feed | Counter readings — drives counter-based job due dates |
| PMS counter forms (vessel-side) | Manual counter updation when telemetry isn’t available |
| Critical spares inventory (ERP) | Stock vs minimum levels — feeds the compliance snapshot |
How PMS jobs are tracked
Maintenance jobs come in two flavours:| Job type | Trigger | Due-date driver |
|---|---|---|
| Counter-based | Engine running hours, generator hours, compressor cycles | |
| Calendar-based | Wall-clock interval (monthly, quarterly, annual) |
Counter-based overdue
For an engine running 18 hours a day, every day matters: When negative, the job is still ahead of schedule. When positive, the job is overdue by that many running hours — convert to days at the vessel’s average running profile to get the operational pressure.Calendar-based overdue
| Status | |
|---|---|
| Overdue | |
| to | Due Soon |
| In Order |
The four major-machinery rollups
The PMS surveillance produces five views the reviewer reads in order. Four of them are major-machinery rollups, each computed identically but on a different equipment family:- Main Engine
- Auxiliary Engines
- Purifiers
- Compressors
The most expensive equipment to defer maintenance on. Job cycle times are long (top-ends, mid-life, major overhauls). A delayed cylinder overhaul shows up as cylinder asymmetry on the ME performance review before it shows up as engine failure.
| Code | Title | Equipment | Due Hours | Current Hours | Overdue Hours |
|---|---|---|---|---|---|
| ME-CYL-OH | Cylinder overhaul | ME Cyl 5 | 24,000 | 24,820 | 820 |
| ME-FUEL-INJ | Fuel injector replacement | ME Cyl 3 | 8,000 | 8,180 | 180 |
| ME-TC-WASH | Turbocharger water-wash | ME T/C | 1,500 | 1,420 | — |
The maintenance-debt index
Every vessel gets a single composite score that ranks it against the rest of the fleet. The index combines four signals:| Signal | Weight |
|---|---|
| Open critical jobs | 5 |
| Open major jobs | 2 |
| Open routine jobs | 1 |
| Chronic overrun (3+ periods on same job) | +3 multiplier |
- Index falling — maintenance team is closing faster than opening; the vessel is recovering
- Index stable — steady state; closure rate matches arrival rate
- Index rising — drift; closure rate is below arrival rate, and the gap will compound
Compliance snapshot — the PMS Summary view
Beyond the jobs themselves, the PMS Summary template assembles five compliance views into one document:Maintenance jobs
Open and overdue jobs by criticality and machinery family. Same shape as the rollups above, but at the vessel level.
Certificates
Certificates expired or about to expire — cross-references the class pipeline so a class-certificate gap and a PMS gap show up in the same brief.
Critical spares
Spares marked critical with current quantity below minimum level. A critical-spares stockout is a future maintenance overrun the vessel doesn’t know about yet.
Machinery defects
Open defects on the main and auxiliary engine families — cross-references the defects pipeline for severity and age.
Vessel-level compliance percentage
For the headline number on the dashboard: Threshold: below 90% is flagged. Below 80% triggers escalation regardless of the criticality breakdown — at that point the maintenance system itself is the issue.A real fleet snapshot
A weekly run across a 14-vessel fleet produces something like:| Vessel | Compliance % | Debt index | Trend | Critical open | Verdict |
|---|---|---|---|---|---|
| POSUN | 96.4% | 31 | ↘ | 1 | OK |
| AQUILA | 91.2% | 67 | → | 3 | Monitor |
| OCEAN | 88.7% | 124 | ↗ | 6 | Escalate |
| NEXUS | 94.1% | 22 | ↘ | 0 | OK |
| … | … | … | … | … | … |
What the senior review contains
- Headline — compliance %, debt index, fleet rank.
- Major-machinery rollups — Main Engine, AEs (per engine), Purifiers, Compressors.
- Overdue summary — across all machinery, ranked by criticality-weighted age.
- Compliance snapshot — the five PMS Summary views, with the worst of them highlighted.
- Debt-index trend — period-on-period chart with the verdict (falling / stable / rising).
- Recommendations — focused on the chronic overruns and the systemic gaps, not the individual late jobs.
- Escalation decision — to whom, and why.
Escalation triggers
| Trigger | Severity |
|---|---|
| Any CRITICAL job overdue | CRITICAL |
| Compliance below 80% | HIGH |
| Chronic overrun (3+ periods) on any safety-critical job | CRITICAL |
| Equipment cluster (3+ jobs same major-machinery family) | HIGH |
| Class item overdue past deadline | CRITICAL |
| Counter updation lapse (stale counters > 14 days) | HIGH |
A note on counter discipline
The single biggest data-integrity risk in PMS is stale counters. If the engineers haven’t updated the engine running hours in the ERP for two weeks, every counter-based due-hours calculation is wrong by however many hours the engine actually ran. The pipeline checks counter freshness against noon-report engine running hours and flags discrepancies — usually the noon report is right and the ERP is behind.References
Templates: pms-maintenance
PMS-maintenance suite — major-machinery rollups (Main Engine, Aux Engine, Purifier, Compressor), all-machinery overdue summary, PMS compliance summary, and supporting views (saturday LSA / FFA, machinery details, vessel particulars).
Related: Defects
PMS overruns and defects often share equipment families — cross-referencing finds the systemic issues.
Related: ME / AE performance
Cylinder asymmetry usually appears before the corresponding cylinder overhaul is officially overdue.
Related: Class
Class CMS items are PMS items with class consequences if missed.