Predictive Maintenance Architecture: From Data to Work Order
Predictive maintenance has two failure modes: too many false alarms (the team stops listening) or too few alarms (the team stops believing). Engineering the precision-recall trade-off is the whole game.
Sensor & Signal Stack
- Vibration: tri-axial accelerometers at bearing housings, sampled at 5 — 25 kHz.
- Current: clamp-on or panel-mounted CTs.
- Temperature: surface RTDs at bearings, motor windings.
- Acoustic emission for early-stage cracks.
- Process signals from PLC — the most under-used data source.
Feature Engineering
Raw signals are not features. Engineered features include:
- Vibration: RMS, peak, kurtosis, frequency-domain spectra (FFT).
- Current: harmonics, total harmonic distortion (THD).
- Temperature: rate of rise, delta-T.
- Cross-signal: load-normalised vibration.
Model Patterns
- Anomaly detection (unsupervised) when failure history is sparse — most Indian plants start here.
- Remaining Useful Life (RUL) regression when failure history is rich.
- Multi-modal models combining vibration + process data for highest precision.
Closing the Loop with CMMS
An alarm without a work order is just noise. The pattern that works:
- Model flags an anomaly above threshold.
- System auto-creates a work order in the CMMS with the asset, the signal, and the recommended action.
- Maintenance team accepts / rejects / schedules.
- Outcome (was it a real failure?) feeds back to the model.
Frequently asked
Do I need to retrofit sensors?
For assets > ₹2 Cr replacement value, yes — retrofitting accelerometers, current sensors and temperature probes is almost always justified. For smaller assets, condition monitoring via OEM data is often enough.
Amey Kadle
Founder & CEO, Ajinkya Technologies. 20+ years of building MES, ERP and AI systems for India’s most demanding manufacturing plants.