Studio Matrx Monthly · Volume 1 · Issue 3 · August 2026
Amogh N P
 In loving memory of Amogh N P — Architect · Designer · Visionary 
Predictive MaintenanceLesson 7.1
DTS for Architecture, Planning & Urban Design/Module 7 · Predictive & Autonomous

Lesson 7.1 · Predictive & Autonomous

Predictive Maintenance

From fixing what broke and servicing by the calendar to acting on the actual condition of the plant

13 min Interactive lessonFree · open lessonByAmogh N P· Architect & interior designer
The hook

A calendar does not know your chiller is about to fail. Its data does.

Most buildings still run maintenance one of two ways: fix things when they break, or service them on a fixed schedule whether they need it or not. The first is cheap until the chiller dies in a heatwave; the second is safe but wasteful, replacing parts with plenty of life left and still missing the failures that arrive off-schedule.

Predictive maintenance is the third way. Instead of a calendar, it listens to the machine - vibration, temperature, current, run hours - and acts on the condition it actually finds. When a bearing starts to whine or a filter loads up, the data shows it long before a person would notice. Get it right and you fix things just in time: fewer breakdowns, less wasted life, and a plant room that tells you what it needs.

Watch condition, not the calendar. RUL = a range, not a date. Alert with no work order = theatre.

Three strategies: reactive, preventive, predictive

Every maintenance regime is one of three postures, and it is worth naming them precisely because most buildings muddle them. Reactive (run-to-failure) means you fix a thing when it breaks. It is the cheapest to plan and the most expensive to suffer: a failed chiller on the hottest day is an emergency call-out, collateral damage to other components, spoiled comfort and sometimes a closed building. Preventive maintenance services equipment on a fixed schedule - every 3 months, every 2,000 run-hours - regardless of condition. It is the honest workhorse of facilities management and vastly better than reactive, but it is a blunt instrument: you replace belts and filters that still had life, you send technicians to healthy machines, and you still miss the failures that do not respect the calendar.

Predictive maintenance (PdM) replaces the calendar with the machine's own condition. You continuously watch signals that reveal health, detect the early signature of a developing fault, and schedule the fix into a planned window - before failure, but without throwing away good component life. The prize is real: fewer unplanned outages, longer effective asset life, smaller spares inventory and calmer maintenance teams. The catch is equally real - PdM needs sensors, data plumbing, models and the discipline to act on what they say. It is not free, and it is not magic.

THREE MAINTENANCE STRATEGIES ON ONE TIMELINEREACTIVEBREAKDOWNrun to failure - unplanned downtime, damagePREVENTIVEfixed intervalsservice on a calendar - safe but often too early or too latePREDICTIVEanomaly detectedfix here - just in timeact on the condition, before failure and without wasting lifePredictive replaces the calendar with the actual condition of the machine.
Zoom
Three maintenance strategies on one timeline. Reactive fixes after the breakdown; preventive services on fixed intervals whether needed or not; predictive detects the developing fault and fixes just in time. PdM replaces the calendar with the machine's actual condition.

Reactive = too late. Preventive = often too early. Predictive = just in time.

Condition monitoring: the senses of PdM

Predictive maintenance stands on condition monitoring - streaming the physical signals that betray a machine's health. The classic ones are vibration (imbalance, misalignment and bearing wear in rotating plant - pumps, fans, chillers, motors), temperature (bearings, windings, refrigerant lines, electrical connections), electrical signature (motor current and power factor drifting as a load struggles), acoustics / ultrasound (steam-trap leaks, compressed-air leaks, arcing), and simple run-time and cycle counts. Building HVAC adds its own tells: rising differential pressure across a clogging filter, a valve that has to open further each week to hold the same temperature, approach temperatures creeping on a fouling heat exchanger.

A lot of this data already exists. A BMS speaking BACnet or Modbus is quietly logging supply and return temperatures, valve positions, fan speeds and status points - a rich, free feed of condition data most buildings never mine. Where the BMS is blind, cheap IoT sensors on LoRaWAN, Zigbee or wired buses fill the gaps: clamp-on vibration pucks, current transformers, dew-point and pressure sensors. The art is choosing signals that actually lead failure rather than merely confirm it, and giving each point real meaning so an algorithm knows a number is a chiller's condenser approach, not just point AI-0421. This is exactly where Brick Schema and Project Haystack tagging earn their keep.

THE P-F CURVE: CATCHING FAILURE EARLYcondition (health)time in service ->P: potential failurefirst detectable warningF: functional failureP-F interval = remaining useful life to plan the fixvibration, temperature, current, acoustics reveal P long before F
Zoom
The P-F curve. A failure becomes detectable at P (the potential-failure point) long before it reaches F (functional failure). The P-F interval is your planning window, and it equals the remaining useful life you can act on. Earlier-warning signals like vibration reveal P sooner and buy more time.

The P-F curve and remaining useful life

The idea that makes PdM tractable is the P-F curve. Every failure has a moment - P, the potential-failure point - where it first becomes detectable, and a later moment - F - where the equipment actually stops doing its job. The gap between them is the P-F interval, and it is your entire opportunity: the window in which you can see the fault coming and plan a fix. Vibration and ultrasound tend to reveal P very early; temperature and audible noise reveal it late, sometimes only just before F. Choosing an earlier-warning signal literally buys you more planning time.

From condition trends, analytics estimate remaining useful life (RUL) - how long until this asset crosses into failure. RUL turns a vague worry into a schedulable task: this fan bearing has roughly six weeks; fit it into the shutdown in three. Methods range from simple threshold-and-trend rules, through fault detection and diagnostics (FDD) that compares live behaviour against expected, to machine-learning models trained on histories of healthy and failing runs. Be honest about the limits: RUL is a probabilistic estimate with error bars, not a countdown clock. Treat a confident-looking single number with suspicion - the credible output is a range and a confidence, and a good system says I am not sure rather than inventing precision.

P = first detectable. F = functional failure. The gap is your planning window.

The data and analytics stack behind a prediction

A prediction is the visible tip of a data pipeline, and each stage can make or break it. At the bottom, acquisition: condition signals arrive from BMS points over BACnet or Modbus and from IoT sensors over MQTT, LoRaWAN or Zigbee. They land in a time-series database built for exactly this - high-volume, timestamped readings queried by range - which is the backbone of any building-analytics platform. But raw points are meaningless without context: point AI-0421 has to be known as the condenser-approach temperature of chiller 2, which is the job of a semantic model like Brick Schema or Project Haystack. That tagging is what lets one fault rule or ML model be written once and applied across a whole portfolio instead of hand-configured building by building.

On top sit the analytics themselves, and they form a ladder of sophistication. The simplest and often most valuable are rules and thresholds - a filter's differential pressure past a limit, a bearing temperature trending up - which are transparent and easy to trust. Above them, FDD compares live behaviour to an expected model and isolates which fault is occurring. At the top, machine-learning models trained on histories of healthy and failing equipment estimate RUL and catch subtle multivariate patterns a human would miss. The honest sequencing matters: most buildings get the majority of the value from good tagging plus solid rules and FDD, and should exhaust those before reaching for ML. A machine-learning model on top of dirty, unlabelled, gap-ridden data does not rescue it - it launders bad data into confident-looking predictions, which is worse than no prediction at all.

A worked example, and where PdM goes wrong

Picture a rooftop chiller feeding an office. Its condenser-water pump has a BACnet status point, a current sensor and a clamp-on vibration puck streaming over LoRaWAN into the building's time-series platform. For months the vibration spectrum is quiet. Then a small peak appears at the bearing's characteristic frequency and grows week over week; motor current creeps up as the bearing drags. FDD flags an anomaly; an ML model puts RUL at four to seven weeks. The CMMS (computerised maintenance management system) auto-raises a work order, the part is ordered, and the bearing is swapped during a planned Saturday window. No heatwave call-out, no cooked motor, no closed floor. That is PdM delivering.

Now the failure modes of the method itself. Bad or sparse data poisons everything - a mislabelled point, a dead sensor reading a plausible-but-wrong value, or gaps in the stream. Alarm fatigue: a jumpy model that cries wolf gets muted, and then misses the real event. No closed loop: many buildings generate beautiful alerts that no one is resourced to act on - insight with no hands attached is theatre. And the honest ROI question - instrumenting a small, cheap, redundant fan may never pay back; PdM earns its cost on assets that are critical, expensive to fail, or expensive to over-maintain. Start there. A useful discipline is to score candidate assets on three axes before instrumenting anything: criticality (what breaks downstream if this fails), consequence (safety, cost, downtime), and detectability (does a leading signal exist with a usefully long P-F interval). Assets that rate high on all three - central chillers, primary pumps, major air handlers, lifts - are where PdM belongs; a cheap, redundant, quick-to-swap fan rates low and is better left on simple preventive care. Predictive maintenance is a discipline, not a dashboard: its value is the fix that happened at the right time, not the graph that predicted it.

Tools, techniques & terms in this lesson

Predictive maintenance (PdM)

Servicing driven by measured condition, not a calendar

Aims to fix just in time; pays back on critical or expensive-to-fail assets, not everything.

Condition monitoring

Streaming health signals - vibration, temperature, current, ultrasound

The sensing layer of PdM; much of it already exists in BMS logs waiting to be used.

Fault detection & diagnostics (FDD)

Comparing live behaviour against expected to flag faults

Rule-based or model-based; the workhorse of building analytics, upstream of ML.

Remaining useful life (RUL)

Estimated time until an asset crosses into failure

A probabilistic range with error bars, never a precise countdown - treat single numbers with suspicion.

CMMS

Computerised maintenance management system

Where a PdM alert must land as an actual work order, or the insight is wasted.

Hands-on workshop

Workshop — turn a maintenance log into a strategy

You do not need vibration sensors to think like a PdM engineer. Start from the maintenance history a building already has and reclassify it - the systems eye comes before the hardware.

A maintenance log or facilities contract and a notebook. Optional: access to a BMS point list to see what condition data is already being recorded.

Given & goal
Goal: see reactive, preventive and predictive in a real building
Inputs: a maintenance log or facilities contract (home, campus or office) and a notebook
Time: ~30 minutes
  1. 1Get any maintenance record you can - an AMC contract, a facilities log, even a list of the last year's repairs. List each item as an event: what failed or was serviced, and when.
  2. 2Tag every item reactive (fixed after it broke), preventive (done on a schedule) or predictive (triggered by a measured condition). Most real logs are almost entirely the first two.
  3. 3Pick the single most painful failure on the list. Ask: what signal would have warned of it - vibration, temperature, rising pressure, run-hours? Would that signal have appeared early (a long P-F interval) or late?
  4. 4Check what data already exists for that asset: does the BMS log anything about it (BACnet/Modbus points), or would you need to add a sensor? Note the cheapest signal that would have led the failure.
  5. 5Decide honestly whether PdM is worth it for that asset - is it critical, expensive to fail, or expensive to over-service? Write one sentence justifying predictive, preventive or leave-it-reactive for that item.

You’ll walk away with
A one-page audit reclassifying a building's maintenance into reactive/preventive/predictive, plus a recommendation for one asset: the leading signal to monitor, whether the data already exists, and why PdM would or would not pay back.

The worked example

Three altitudes on the same idea

Read the band that fits you — or all three.

For the architectBuildings that sense & adapt

Design the building so its plant can be heard. Access for sensors and technicians, space and power at critical equipment, meters and sub-meters where failures would hurt, and a BMS specified with open protocols and generous point lists - these are drawing-board decisions that decide whether PdM is cheap or impossible later. A plant room conceived as a data source ages far more gracefully than one that hides its condition.

For the interior designerSmart comfort, wellbeing & experience

Reliability is an experience. Occupants never see the chiller, but they feel the meeting room that turns muggy when it fails, or the lobby that bakes when a pump seizes. Predictive maintenance keeps the systems that shape comfort quietly working, and lets you promise clients spaces that stay pleasant - not spaces that are pleasant until something breaks on the worst possible day.

For the studentSkills, portfolio & proptech jobs

This is where building data becomes money and skill. Condition monitoring, FDD, RUL and the analytics behind them are among the most hireable capabilities in facilities and proptech. Learn to tell a leading signal from a lagging one, to be sceptical of a too-confident prediction, and to close the loop from alert to work order - and you hold the difference between a pretty dashboard and a building that actually breaks less.

Misconception check

Predictive maintenance means AI will tell us exactly when every machine will fail, so we can stop doing scheduled servicing.

Two errors in one sentence. First, predictions are probabilistic: a good system gives a remaining-useful-life range with a confidence, not a precise doomsday date, and it should admit uncertainty rather than fake precision. Second, PdM does not abolish preventive maintenance - it targets and supplements it. Safety-critical and cheap-to-service items still get scheduled care; PdM concentrates effort where condition data genuinely leads failure and where acting early saves real money. The value is not an oracle - it is better-timed, better-prioritised maintenance, and it only appears if someone is resourced to act on the alerts. An unactioned prediction changes nothing.
Try it

Do it yourself

Reason it through - no plant room required.

  1. 1In one sentence, how does predictive maintenance differ from preventive?
  2. 2What is the P-F interval, and why does an earlier-warning signal give you more of it?
  3. 3Name three condition-monitoring signals and the failure each tends to reveal.
  4. 4Why is a remaining-useful-life estimate better expressed as a range than a single date?
  5. 5Give one reason a building full of PdM alerts might still break down as often as before.
Take this with you

The one line to carry out

Predictive maintenance swaps the calendar for the machine's actual condition - watching leading signals, estimating remaining useful life, and fixing in a planned window before failure - but it only pays when it targets assets worth it, uses trustworthy data, and closes the loop into a work order someone actually does.
Take it further
References & further reading

Peer-reviewed journals & authoritative standards

  1. 01Predictive maintenanceWikipedia, 2026.
  2. 02Fault detection and isolationWikipedia, 2026.
  3. 03Predictive analyticsWikipedia, 2026.
  4. 04Building management systemWikipedia, 2026.
  5. 05Machine learningWikipedia, 2026.
Related lessons
Recap
There are three maintenance postures - reactive, preventive and predictive - and PdM acts on measured condition rather than a schedule. Condition monitoring streams leading signals (vibration, temperature, current, ultrasound), the P-F curve names your planning window, and RUL turns trends into schedulable tasks. Its value is real but conditional on good data, sensible targeting and someone resourced to act.
Carry forward →

Predictive maintenance uses a model to foresee a _failure_. Next we use a model to foresee the _future_ and control ahead of it - model predictive control, where the twin plans the building's moves before conditions arrive.

A

The author

Amogh N P

Architect, interior designer, and creative polymath. Studio Matrx began in his notebooks — his vision of design made honest, useful, and open to everyone. Its Academy is written and taught in his memory, and free, forever.

More about Amogh →