Diagnostic Methodology
Chapter 22 — Diagnostic Methodology
Section titled “Chapter 22 — Diagnostic Methodology”How Dibyendu De Diagnoses Machines, and How RAPID AI Encodes the Process
Section titled “How Dibyendu De Diagnoses Machines, and How RAPID AI Encodes the Process”“Machines are very polite. They fail quietly first.” — Dibyendu De
A machine does not announce its distress with a telegram. It radiates faint signatures — a subtle rise in high-frequency energy, a bearing temperature that drifts two degrees over a month, a shift in the spectral shape of oil debris. Between these whispers and the catastrophic seizure that halts production lies the entire practice of engineering diagnostics. This chapter documents the methodology that Dibyendu De developed over 28 years and more than 4,000 validated field cases, and how RAPID AI encodes that methodology into a computational system that can replicate the diagnostic reasoning at industrial scale.
The methodology rests on four interlocking frameworks: NEME (the cognitive rhythm of diagnosis), IAR (the classification of failure dynamics), PLS3D (the topology of diagnostic depth), and the Theory of Imperfections (the physics of why machines fail). Each framework addresses a different dimension of the diagnostic problem. Together, they form the complete architecture of diagnostic intelligence.
22.1 The NEME Diagnostic Rhythm
Section titled “22.1 The NEME Diagnostic Rhythm”Experienced reliability engineers do not diagnose machines by following a decision tree. They follow a rhythm — an iterative cognitive cycle that moves between observation, investigation, synthesis, and validation. This rhythm is not arbitrary. It mirrors the way human expertise actually works: rapid pattern recognition followed by systematic verification, followed by reflective integration, followed by reality testing. Dibyendu De codified this rhythm as NEME: Notice, Engage, Mull, Exchange.
Notice — Observe Without Preconception
Section titled “Notice — Observe Without Preconception”The first act of diagnosis is observation without interpretation. What does the data actually show? Not what you expect to find based on the maintenance history. Not what the alarm threshold tells you. Not what the previous analyst concluded. What is actually there, in the signal, right now.
This discipline is harder than it sounds. The human mind is wired to see what it expects. A technician who has been told “the bearing is failing” will find evidence of bearing failure in the spectrum whether it exists or not. De calls this “the power of see” — the ability to look at a machine’s output with fresh eyes, noticing not only the expected signatures but the unexpected ones. The bearing that refuses to cool down after shutdown. The unexplained low-frequency hump that does not correspond to any known forcing frequency. The temperature reading that is stable when it should be rising. These anomalies, easily dismissed as noise, are often the diagnostic key.
In RAPID AI, Module A embodies Notice. It performs raw signal validation, feature extraction, and data quality gating — and it does so without any diagnostic interpretation. The 16 guard rules (DG001 through DG016) act as the system’s perceptual filters: hard blocks reject corrupt, flatlined, or insufficient data; soft penalties degrade the quality score for signals with clipping, DC offset, or low signal-to-noise ratio. Only after the data passes this quality gate does it enter the diagnostic pipeline. The system observes before it judges.
Module A extracts the fundamental features — RMS, Peak, Crest Factor, Kurtosis, spectral features, directional ratios — and classifies the signal into ISO 20816-1 vibration severity zones. These features are facts, not diagnoses. They describe what the machine is doing at this moment, without attributing cause.
Engage — Systematically Engage All Evidence Channels
Section titled “Engage — Systematically Engage All Evidence Channels”The second phase is systematic investigation. The cardinal sin of diagnostics is tunnel vision — fixating on one measurement while ignoring the rest. A vibration analyst who sees a bearing defect frequency in the spectrum and stops there has committed this sin. The defect frequency tells you that something is happening at the bearing. It does not tell you why. Is the bearing failing because of the bearing, or because a misalignment is overloading it? Is the defect progressing rapidly or slowly? Is the temperature confirming mechanical distress, or is it stable, suggesting an early-stage condition that is still containable?
Dibyendu De’s diagnostic discipline requires engaging with ALL evidence channels before forming a hypothesis. Vibration in all three axes. Temperature at multiple bearing locations. Motor current for electrical faults. Oil analysis for wear debris and contamination. Process parameters — flow, pressure, differential pressure — for hydraulic faults. Visual inspection for external signs of distress. Operating history for context.
In RAPID AI, Module B embodies Engage. It evaluates 119 physics-based fault rules across all 12 component categories applicable to the asset type: anti-friction bearings (16 rules), journal bearings (12 rules), tilting-pad bearings (13 rules), couplings (9 rules), AC motors (9 rules), DC motors (7 rules), gears (10 rules), foundations (10 rules), belts (5 rules), chains (4 rules), fluid/flow elements (15 rules), and shafts (9 rules). Every rule is executed in parallel. Every hypothesis is tested against the available evidence. No tunnel vision is possible because the system is architecturally incapable of examining only one component.
Module B.2 extends the engagement over time. Where Module B asks “what patterns exist right now?”, Module B.2 asks “how are those patterns changing?” It classifies every tracked parameter into one of five trend states: stable, drifting (slow linear change), accelerating (nonlinear increase), stepping (sudden discrete shift), or chaotic (irregular variation with no discernible pattern). This temporal engagement transforms a snapshot into a trajectory.
Module B.3 extends the engagement into the entropy domain. It computes Shannon entropy across three dimensions — spectral entropy (SE), temporal entropy (TE), and directional entropy (DE) — producing a Stability Index (SI) that quantifies how freely energy is flowing through the system. A healthy machine has low entropy: its energy flows along predictable, ordered pathways. A degrading machine has rising entropy: energy is scattering into unpredictable modes. This entropy engagement detects degradation that may be invisible to individual fault rules because it measures the disorder of the entire system state, not just the presence of specific fault frequencies.
Mull — Consider the Interdependencies
Section titled “Mull — Consider the Interdependencies”The third phase is synthesis. Individual findings, no matter how precise, do not constitute a diagnosis. A diagnosis requires understanding how the findings connect. Is the bearing defect causing the temperature rise, or is the temperature rise causing the bearing defect? If the bearing temperature is up and the oil debris count is up but the vibration is stable, what does that combination mean? If the vibration is up but the temperature is normal, what does THAT combination mean?
This is where the diagnostic art lives. The ability to hold multiple evidence streams in mind simultaneously, reason about their interactions, distinguish cause from effect, and construct a coherent narrative that explains ALL of the observations — not just the convenient ones.
De’s diagnostic reasoning during this phase draws on deep physical understanding. He knows that a bearing outer race defect produces a characteristic frequency at BPFO (Ball Pass Frequency, Outer race), that this frequency depends on bearing geometry and shaft speed, that the amplitude depends on the severity of the spall, that the modulation pattern depends on the loading zone, and that the temperature response depends on the lubricant viscosity, the clearance, and the heat dissipation path. He knows that misalignment produces 2x axial vibration but also changes the bearing load distribution, which can mimic a bearing defect. He knows that foundation looseness can amplify a harmonic that masquerades as imbalance. These interdependencies are invisible to anyone who looks at parameters in isolation.
In RAPID AI, Module C embodies Mull. It fuses per-component evidence into a System Stability Index (SSI) using profile-weighted block aggregation. The SSI combines fault detection confidence from Module B, trend severity from Module B.2, and entropy stability from Module B.3 into a single bounded score representing system-level health. Seven Block Severity Rating (BSR) rules govern how component-level scores aggregate, and override logic ensures that critical findings — such as a high-confidence bearing defect with an accelerating trend — cannot be averaged away by stable readings from other components.
Module D extends the mulling further by mapping the fused evidence to specific failure mechanisms and health stages. The FRETTLSM causal taxonomy (Forces, Reactive environment, Environmental, Time, Temperature/Entropy, Lubrication, Surface topology, Material/Man/Method) provides the structured framework for reasoning about interdependencies. Each of the 88 FRETTLSM factors is evaluated as a potential contributor: is it active? Is it initiating, accelerating, or retarding the failure? What evidence supports or refutes its involvement?
Exchange — Test Theory Against Reality
Section titled “Exchange — Test Theory Against Reality”The fourth phase closes the loop. A diagnosis is a hypothesis until it is validated by intervention. Exchange means implementing the prescribed corrective action and measuring whether it actually restored the machine to health. Did the bearing replacement eliminate the defect frequency? Did the realignment reduce the 2x axial vibration? Did the oil change bring the temperature back to baseline?
If the intervention worked, the diagnosis was correct. If it did not, the hypothesis was wrong — and the cycle returns to Notice. This feedback loop is essential. Without it, diagnostic systems accumulate uncorrected errors. A false positive that is never validated becomes embedded as a “known fault.” A misdiagnosis that is never challenged becomes a pattern that misleads future analysis.
In RAPID AI, Module E embodies Exchange. It prescribes specific maintenance actions from a structured catalog of 15+ interventions, each linked to the failure mechanism that Module D identified. Module F provides condition-adjusted Weibull RUL (Remaining Useful Life) estimates and 30-day failure probability, giving the maintenance planner a time horizon for intervention. Module G, triggered only for chronic or high-impact failures, applies Contradiction-Driven Engineering to identify cases where the diagnostic evidence reveals a design flaw that no amount of maintenance can fix — where the exchange with reality proves that the failure is inherent to the machine’s design, and the only solution is to redesign.
The NEME cycle then begins again. After intervention, Module A collects new data (Notice). Module B re-evaluates all fault rules (Engage). Module C re-fuses the evidence (Mull). Module E assesses whether the condition is resolved (Exchange). This continuous cycling is what makes RAPID AI a living diagnostic system rather than a static alarm generator.
22.2 The IAR Framework in Practice
Section titled “22.2 The IAR Framework in Practice”Every failure involves three classes of contributing factors. Dibyendu De’s diagnostic skill — the thing that separates a 98% accuracy rate from the industry average of 60-70% — lies in his discipline of separating these three classes before prescribing action. Classical failure analysis asks “what failed?” and answers “the bearing.” IAR asks “what dynamic produced this failure?” and answers with a complete causal narrative.
Initiator — The Root Cause
Section titled “Initiator — The Root Cause”The Initiator is the one factor that started the degradation pathway. Without the initiator, the failure sequence never begins. It is the necessary condition.
Initiators are often invisible by the time the machine fails. They have been masked by weeks or months of secondary damage. The contaminated grease that started the bearing degradation was flushed away during the failure event. The installation misalignment that created the cyclic stress was obscured by the subsequent spalling of the bearing race. The material inclusion in the bearing steel that provided the nucleation site for the fatigue crack was destroyed when the crack propagated to failure.
Examples of initiators: a manufacturing defect in the bearing race (material inclusion, surface finish violation). Contaminated lubricant introduced during a maintenance outage. Misalignment exceeding tolerance during installation. Operating above the design speed of the bearing. A design that places the shaft critical speed within the operating range.
Accelerator — What Makes It Worse, Faster
Section titled “Accelerator — What Makes It Worse, Faster”The Accelerator is any factor that amplifies the progression of a failure that has already been initiated. Accelerators do not start failures — they determine how quickly a failure reaches criticality.
Accelerators are what alarm systems typically detect. The high temperature. The rising vibration. The increasing oil debris count. These are symptoms of accelerated degradation. They are NOT the root cause. This distinction is critical: treating an accelerator as a root cause leads to interventions that temporarily relieve the symptom without addressing the underlying condition. The temperature drops after adding lubricant, but the contamination source is still present, and the cycle repeats.
Examples of accelerators: high load on a bearing that is already suffering from contamination. Foundation resonance amplifying forces on a misaligned shaft. Thermal cycling that fatigues an already-compromised winding insulation. Corrosive process fluid attacking a seal that has already lost its interference fit. Operating at a flow rate that induces cavitation, adding hydraulic impact loads to mechanical degradation.
Retarder — What Slows or Prevents Failure
Section titled “Retarder — What Slows or Prevents Failure”The Retarder is any factor that resists, slows, absorbs, or could prevent the failure from progressing. Retarders are the leverage points — strengthening retarders is the fastest, cheapest, and most reliable way to extend asset life.
Examples of retarders: proper lubrication (reduces friction, carries away heat, flushes debris). Oil filtration (removes contaminants before they damage surfaces). Vibration monitoring (detects degradation early, enabling intervention before catastrophic failure). Adequate bearing clearance (accommodates thermal growth without preload). Design margins (allow operation beyond nominal conditions without exceeding material limits). Redundancy (provides a backup path if the primary element fails).
The Diagnostic Discipline
Section titled “The Diagnostic Discipline”When Dibyendu De encounters a failure, he classifies EVERY contributing factor as I, A, or R before prescribing any action. This classification transforms the maintenance response from a single-track repair into a three-track strategy:
- Track 1 (CBM): Detect the initiator early and intervene before the accelerators amplify the degradation beyond recovery. This is the fastest response — it addresses the immediate condition.
- Track 2 (RCM): Optimize the retarders. Review the lubrication program, the monitoring interval, the inspection checklist, the operating procedures. Strengthen the defenses so that even if the initiator recurs, the retarders catch it before it becomes critical.
- Track 3 (Design-out): Eliminate the initiator permanently through design change. If contaminated lubricant is the chronic initiator, redesign the seal system, upgrade the filtration, change the lubricant specification. Remove the root cause from the system so it can never initiate the failure pathway again.
Worked Example: Pump Bearing Failure
Section titled “Worked Example: Pump Bearing Failure”Scenario: Centrifugal pump P-207B, cooling water service, fails every 14 months with outer race spalling on the drive-end bearing (6310 2RS).
Classical analysis: “Bearing failure. Replace bearing. Resume operation.”
IAR analysis:
Initiator: Contaminated lubricant. The mechanical seal on the pump has a chronic slow leak that introduces process water into the bearing housing. The water degrades the grease, reducing film thickness and introducing corrosive elements to the rolling contact surfaces. This is the ONE factor that starts the degradation pathway. Without the contamination, the bearing would reach its L10 design life of 40,000 hours (approximately 4.5 years), not 14 months.
Accelerator: High axial preload from thermal growth. The pump operates at 82 degrees C process temperature. Differential thermal expansion between the shaft and the housing increases the axial preload on the drive-end bearing by approximately 15% above the cold-start condition. This concentrated stress accelerates the fatigue damage initiated by the lubricant contamination. The preload alone would not cause failure within the design life — but combined with degraded lubrication, it halves the time to spall initiation.
Retarder (absent): The oil filtration system that should have caught the contamination was bypassed during the last maintenance outage and never reconnected. The monthly vibration monitoring route was detecting the degradation, but only after the bearing had already reached mid-stage damage (BPFO amplitude at 3+ mm/s). By that point, replacement was the only option — early intervention was no longer possible.
Three-track response:
- CBM: Increase monitoring frequency to weekly. Add oil analysis (water content, particle count) to the monitoring scope. Set an early-warning threshold at BPFO amplitude of 1.0 mm/s (currently the alarm triggers at 3.0 mm/s, which is too late for intervention).
- RCM: Reconnect the oil filtration system. Add a water-in-oil sensor to the bearing housing for continuous monitoring. Include the seal condition check in the monthly inspection route.
- Design-out: Replace the mechanical seal with a design rated for the actual operating temperature and pressure (the current seal is marginally rated). Install a bearing isolator to prevent process fluid ingress. Evaluate a thermal compensation shim to reduce the axial preload from thermal growth.
The difference between the classical response (replace bearing, 14-month cycle repeats indefinitely) and the IAR response (eliminate initiator, strengthen retarders, contain accelerator, 14-month cycle becomes a non-event) is the difference between maintenance cost as a recurring expense and maintenance intelligence as a strategic investment.
22.3 PLS3D — The Topology of Diagnosis
Section titled “22.3 PLS3D — The Topology of Diagnosis”Diagnostic depth is not binary. A machine is not simply “healthy” or “faulty.” The understanding of a machine’s condition progresses through four levels, each level revealing more about the mechanism, the trajectory, and the systemic context of degradation. PLS3D provides the framework for measuring this progression.
Point — A Measurement at a Moment
Section titled “Point — A Measurement at a Moment”A single sensor reading at a single point in time. “Vibration is 5.2 mm/s RMS.” This is the most basic level of awareness. It tells you THAT something might be wrong — the value exceeds the Zone B threshold for a medium-class machine under ISO 20816-1. It does not tell you what is wrong, why it is wrong, how fast it is getting worse, or what to do about it.
Most industrial monitoring systems operate primarily at Point level. They set thresholds on individual parameters and trigger alarms when the threshold is exceeded. This is necessary — you must measure before you can reason — but it is radically insufficient. A Point-level system generates alarms. It does not generate understanding.
In RAPID AI, Module A operates at Point level. It validates, extracts, and classifies individual measurements. Its output is a set of qualified features, not a diagnosis.
Line — A Trend Over Time
Section titled “Line — A Trend Over Time”Multiple readings of the same parameter form a trajectory. “Vibration has risen from 2.1 mm/s to 5.2 mm/s over 90 days.” Now you know not only that something is wrong, but HOW FAST it is getting worse. You can project the trajectory forward: at this rate, the value will reach the Zone D alarm threshold in approximately 60 more days.
Line-level understanding enables basic prognostics. If you know the current value, the rate of change, and the failure threshold, you can estimate the remaining useful life. This is the domain of simple trend analysis, and it represents a meaningful step beyond Point-level awareness.
In RAPID AI, Module B.2 operates at Line level. It classifies every tracked parameter into one of five trend states (stable, drifting, accelerating, stepping, chaotic) and computes the rate of change. This temporal dimension transforms a static snapshot into a dynamic trajectory.
Surface — Correlated Multi-Parameter Evidence
Section titled “Surface — Correlated Multi-Parameter Evidence”Multiple parameters across a single system begin to tell a coherent story. “Vibration is up, AND temperature is up, AND oil debris count is up, AND motor current is stable.” These four independent measurements, interpreted together, form a multi-dimensional fault signature. The convergence of mechanical (vibration), thermal (temperature), and tribological (oil debris) evidence, combined with the absence of electrical evidence (stable current), points toward a specific failure mechanism: bearing degradation, not an electrical fault, not an imbalance, not a misalignment.
Surface-level understanding is diagnostic. It answers WHAT is happening and begins to suggest HOW. The correlation of multiple evidence streams creates a fault signature that is far more specific than any individual measurement. A vibration alarm alone could indicate dozens of possible causes. A correlated rise in vibration, temperature, and oil debris, with stable current, narrows the possibilities dramatically.
In RAPID AI, Module C operates at Surface level. The System Stability Index fuses evidence from Module B (fault rules), Module B.2 (trends), and Module B.3 (entropy) into a composite assessment that captures the multi-dimensional health state. The seven BSR rules and the override logic ensure that the fusion preserves the diagnostic specificity of the individual evidence streams rather than averaging them into meaninglessness.
3D Volume — Cross-System Causal Model
Section titled “3D Volume — Cross-System Causal Model”The complete picture. “The bearing is degrading because contaminated lubricant (initiator, FRETTLSM category L: Lubrication) entered through a failed seal (secondary failure, FRETTLSM category S: Surface topology). The high axial preload from thermal growth (accelerator, FRETTLSM category T: Temperature) is concentrating stress on the outer race. The oil filtration system (retarder, FRETTLSM category L: Lubrication) was bypassed during the last maintenance outage (FRETTLSM category M: Man/Method). The upstream pressure oscillation from the control valve (FRETTLSM category F: Forces/Flows) is adding hydraulic loads that the original bearing selection did not account for (FRETTLSM category M: Material — design specification).”
3D Volume understanding is explanatory and prescriptive. It answers not only WHAT and HOW but WHY, and it reveals the complete causal chain from root cause through secondary effects to observable symptoms. It connects process conditions, mechanical dynamics, maintenance practices, and design decisions into a unified model.
In RAPID AI, Modules D and G operate at 3D Volume level. Module D maps the fused evidence to failure mechanisms and health stages. Module G applies Contradiction-Driven Engineering to identify cases where the failure is inherent to the design — where no amount of monitoring or maintenance can prevent recurrence, and only a design change will break the cycle.
The Key Insight
Section titled “The Key Insight”Most commercial monitoring systems operate at Point or Line level. They detect and trend. They tell you that something is wrong and how fast it is getting worse. This is valuable but incomplete.
RAPID AI operates at Surface and 3D Volume level. It diagnoses and explains. It tells you what is wrong, why it is wrong, what caused it, what is making it worse, what defenses have failed, and what to do about it — from immediate corrective action through maintenance optimization to permanent design improvement.
The progression from Point to 3D Volume mirrors the progression from data to intelligence. Data is what the sensor measures. Information is what the trend reveals. Knowledge is what the correlated evidence diagnoses. Intelligence is what the causal model explains. RAPID AI’s pipeline is explicitly designed to traverse this progression, module by module, from raw signal to engineering insight.
22.4 The Theory of Imperfections Applied
Section titled “22.4 The Theory of Imperfections Applied”Every machine element — bearing, shaft, gear, seal, impeller, coupling, foundation — has characteristic imperfections that arise from three sources, and every imperfection disrupts a specific energy flow pathway. The 300 imperfection rules in the RAPID AI rule library encode these mappings: imperfection to energy disruption to measurable signature to corrective action.
Three Sources of Imperfection
Section titled “Three Sources of Imperfection”Manufacturing imperfections arise from the production process. Material inclusions in bearing steel provide stress concentration sites where fatigue cracks nucleate. Surface finish violations on shaft journals prevent the formation of a stable hydrodynamic lubricant film. Geometric tolerances on gear tooth profiles introduce transmission error that manifests as mesh frequency harmonics. Heat treatment inconsistencies create hard and soft zones that wear unevenly.
Assembly imperfections arise from installation. Angular misalignment of the coupling creates cyclic axial loading on bearings designed for radial service. Incorrect bearing preload — too tight, and the contact stress exceeds the material’s fatigue limit; too loose, and the rolling elements skid rather than roll, smearing the surface. Pipe strain on the pump casing distorts the internal alignment, closing clearances on one side and opening them on the other. Soft foot — uneven contact between the machine base and the foundation — creates a compliance asymmetry that amplifies vibration in one direction.
Operational imperfections arise from how the machine is used. Running above design speed increases centrifugal forces on the impeller and bearing loads. Operating at low flow induces recirculation in the pump, creating hydraulic instabilities and thermal buildup. Contaminated process fluid attacks seals and introduces abrasives to bearing surfaces. Thermal cycling from frequent start-stop operation fatigues materials through differential expansion and contraction.
How Imperfections Disrupt Energy Flow
Section titled “How Imperfections Disrupt Energy Flow”The Theory of Imperfections provides the physics that connects each imperfection type to a specific measurable consequence:
Geometric imperfection (shaft runout): The shaft’s center of mass does not coincide with its center of rotation. This creates a centrifugal force imbalance that rotates with the shaft, producing a 1x (once-per-revolution) vibration component. The energy that should flow along the shaft’s rotational axis is being diverted into lateral displacement. The measurable signature is rising 1x vibration amplitude, predominantly in the radial direction. The corrective action — balance correction — restores the mass-rotation symmetry and eliminates the lateral energy diversion.
Material imperfection (inclusion in bearing race): A microscopic inclusion in the bearing steel creates a stress concentration at the rolling contact interface. Under cyclic load, a fatigue crack initiates at the inclusion and propagates until a spall forms on the race surface. Each time a rolling element passes over the spall, it generates an impulse. These impulses repeat at the characteristic defect frequency (BPFO for outer race, BPFI for inner race, BSF for ball defects). The energy that should flow smoothly through the rolling contact is being released as impact energy at the defect site. The measurable signature is a discrete frequency peak at the defect frequency, often visible first in the envelope (demodulated) spectrum. The corrective action is bearing replacement — but the strategic action is improved incoming material inspection to prevent defective bearings from entering service.
Assembly imperfection (angular misalignment): The driving and driven shafts are not coaxial. The coupling accommodates the misalignment, but in doing so it introduces a cyclic axial displacement at twice shaft speed (2x). This cyclic loading acts on the bearings, creating axial forces they were not designed to carry. The energy that should flow axially through the coupling as pure torque is being partially diverted into axial reciprocation. The measurable signature is elevated 2x vibration in the axial direction, often accompanied by elevated bearing temperature from the increased axial load. The corrective action is precision realignment to within the coupling manufacturer’s tolerance specification.
The 300-Rule Architecture
Section titled “The 300-Rule Architecture”The imperfection rules are organized by equipment type and imperfection category:
| Equipment Type | Design Rules | Installation Rules | Operational Rules | Process Rules |
|---|---|---|---|---|
| Centrifugal pump | Shaft overhang, impeller design, NPSH margin, bearing selection | Pipe strain, baseplate flatness, coupling alignment, grout condition | Flow range, speed range, temperature limits, seal flush | Cavitation, surge, recirculation, hydraulic resonance |
| Electric motor | Frame-to-shaft ratio, bearing arrangement, cooling design, insulation class | Soft foot, electrical grounding, belt tension, coupling fit | Load range, voltage balance, ambient temperature, duty cycle | Harmonic distortion, power factor, load cycling |
| Gearbox | Tooth profile, gear ratio, bearing span, lubrication method | Alignment to driven/driver, mounting bolts, oil level | Speed range, load capacity, oil temperature, filtration | Torsional vibration, load shock, thermal cycling |
Each rule follows the same structure: input parameters (from design data, sensor evidence, or inspection records), evaluation logic (an engineering condition that triggers the rule), severity weight (1-10 scale reflecting the consequence of the imperfection), confidence source (what type of evidence supports the finding), and a recommendation template (the corrective action that eliminates or mitigates the imperfection).
The rules are parseable expressions, not black-box models. Every rule carries a physics_basis field that explains the mechanical reasoning behind the detection logic. This means that every recommendation produced by the imperfection module traces back through a chain of evidence to specific measurements and physical principles. The engineer can read the rule, understand why it fired, evaluate the evidence, and decide whether to accept or override the finding.
22.5 Case Study: Complete Diagnostic Walkthrough
Section titled “22.5 Case Study: Complete Diagnostic Walkthrough”The following scenario demonstrates the complete diagnostic methodology applied to a realistic industrial case, tracing the NEME rhythm through all four phases and showing how RAPID AI’s modules execute each phase computationally.
Scenario
Section titled “Scenario”Centrifugal pump P-101A. Process water service in a petrochemical plant. 3,560 RPM (2-pole motor, 60 Hz supply). 75 kW motor. Anti-friction bearings: 6309 2RS (deep groove ball bearing, both sides sealed). The pump has been in service for 22 months since the last bearing replacement.
Notice (Module A)
Section titled “Notice (Module A)”The latest data collection yields the following raw measurements:
| Parameter | Value | Baseline | Status |
|---|---|---|---|
| Vibration overall (RMS, radial) | 6.8 mm/s | 2.2 mm/s | Zone C (ISO 20816-1, medium class) |
| Bearing DE temperature | 82 degrees C | 58 degrees C | Elevated |
| Motor current | 92% FLA | 90% FLA | Stable |
| Oil condition (visual) | Normal | Normal | No concern |
Module A validates the signals (all 16 guard rules pass), extracts features (RMS = 6.8, Kurtosis = 5.3, Crest Factor = 4.1), and classifies the vibration into Zone C. The quality score is 0.94 (minor penalty for a slight DC offset). The data enters the pipeline as qualified features, without diagnostic interpretation.
The key observation at this stage: vibration and temperature are both significantly elevated, but motor current is stable and oil appears clean. A Point-level system would trigger a vibration alarm and a temperature warning. Module A delivers the features and lets the downstream modules reason about what they mean.
Engage (Module B, B.2, B.3)
Section titled “Engage (Module B, B.2, B.3)”Module B executes all 119 fault rules against the extracted features. Three rules fire with significant confidence:
Rule AFB03 (Outer Race Defect): A spectral peak is detected at 148.2 Hz with an amplitude of 3.1 mm/s. For bearing 6309 at 3,560 RPM (59.3 Hz shaft speed), the BPFO is 4.05 times shaft speed = 240.2 Hz… but wait. The detected frequency of 148.2 Hz is 2.50 times shaft speed. This does NOT match BPFO for a 6309. Module B’s rule evaluator flags the mismatch and checks the bearing database. If the installed bearing were a 6205 (BPFO = 2.50x at this geometry), the frequency would match exactly. This raises a diagnostic question: was the correct bearing installed during the last replacement? The rule fires with a confidence of 0.71, annotated with the bearing geometry discrepancy.
Rule AFB05 (Envelope Energy Rising): The gE (envelope acceleration) in the 5-20 kHz band has risen from a baseline of 0.4 to 2.8 gE. This indicates high-frequency impact energy consistent with surface damage in a rolling element bearing. Confidence: 0.83.
Temperature Rule TH02: Bearing temperature exceeds 80 degrees C (threshold for grease-lubricated deep groove bearings at this speed). Confidence: 0.88.
Module B.2 classifies the vibration trend as “accelerating” — the rate of change has been increasing over the last four data collections. The temperature trend is “drifting” — rising linearly at approximately 0.8 degrees per week.
Module B.3 computes: Spectral Entropy SE = 0.68 (elevated — energy spreading into non-harmonic bins), Temporal Entropy TE = 0.55 (moderate), Directional Entropy DE = 0.42 (low — vibration is predominantly radial). Stability Index SI = 0.45, indicating the system has moved from the stable operating regime into the vulnerable zone.
Mull (Module C, Module D, FRETTLSM)
Section titled “Mull (Module C, Module D, FRETTLSM)”Module C fuses the evidence. The System Stability Index computes:
SSI = 0.73 (warning state, on the boundary with alarm)
The fusion reveals: mechanical evidence (vibration) and thermal evidence (temperature) are correlated and both deteriorating. Electrical evidence (current) is stable, ruling out motor-side faults. Lubricant evidence is equivocal — the visual check showed normal oil, but the temperature rise and envelope energy suggest that something is happening at the bearing contact interface that a visual oil check would not detect.
Module D maps to failure mechanism. The FRETTLSM analysis identifies:
- L003 (Lubricant contamination): Classified as INITIATOR. The combination of rising envelope energy (indicating surface damage) with stable oil appearance (no visible debris yet) and a bearing that may not be the correct specification (geometry mismatch from AFB03) suggests an incipient failure with a lubrication-related root cause.
- F007 (Axial preload from thermal growth): Classified as ACCELERATOR. The pump operates at elevated process temperature. Thermal growth calculations indicate approximately 12% increase in bearing preload at operating temperature versus cold assembly. This additional preload concentrates contact stress on the outer race, accelerating any initiated surface damage.
- M002 (Incorrect component specification): Classified as potential INITIATOR. The bearing frequency mismatch from Rule AFB03 raises the possibility that the wrong bearing was installed during the last replacement — a 6205 instead of a 6309. If confirmed, this is a catastrophic assembly imperfection: the undersized bearing has inadequate load capacity for this application.
Health stage assessment: H3 (mid-stage degradation). The bearing has progressed beyond the detectable-but-containable early stage into active surface damage. Intervention is required, but catastrophic failure is not imminent.
Exchange (Module E, Module F, Module G)
Section titled “Exchange (Module E, Module F, Module G)”Module F computes remaining useful life using condition-adjusted Weibull analysis: RUL estimate = 23 days, with a 30-day failure probability of 0.78. The P-F interval (time from current condition to functional failure) is estimated at 21-28 days based on the acceleration of the vibration trend.
Module E prescribes:
- Immediate: Schedule bearing replacement within the next planned maintenance window (must be within 21 days). Order bearing 6309 2RS (confirm correct specification against the equipment bill of materials).
- Diagnostic: During the bearing replacement, inspect the removed bearing for evidence of contamination (water, process fluid, foreign particles) and incorrect specification (is it actually a 6205?). Perform oil analysis on the bearing grease to confirm or refute contamination.
- Retarder strengthening: After replacement, implement weekly envelope vibration monitoring (currently monthly) with an early-warning threshold at 1.0 gE in the 5-20 kHz band.
Module G evaluates whether this is a chronic failure. The bearing was last replaced 22 months ago. If the design life is 40,000+ hours and the actual life is 16,000 hours, there is a chronic life shortfall. If the post-replacement inspection confirms either contamination or incorrect bearing specification, Module G triggers:
- If contamination: Chronic failure pathway CT03 — investigate seal design, lubricant compatibility with process fluid, and bearing housing drainage. Design change: upgrade to a labyrinth seal or bearing isolator.
- If wrong bearing: Maintenance practice failure — update the equipment bill of materials, add bearing specification verification to the maintenance procedure, investigate how the error occurred in the supply chain.
- If thermal preload: Chronic failure pathway CT03 — evaluate thermal compensation shims or a bearing arrangement that accommodates axial growth (e.g., a floating non-drive-end bearing with adequate clearance).
The Exchange phase is not complete until the corrective action has been implemented and the post-intervention data confirms that the condition has been resolved. Module A will collect the post-replacement data, Module B will re-evaluate all fault rules, Module C will recompute the SSI, and the NEME cycle begins again.
22.6 The 4,000-Case Knowledge Base
Section titled “22.6 The 4,000-Case Knowledge Base”The methodology described in this chapter did not emerge from theory. It emerged from practice — 28 years of field diagnostics across more than 50 tier-one industrial clients spanning refineries, power plants, steel mills, cement plants, and petrochemical complexes. More than 4,000 validated diagnostic cases. A verified accuracy rate of 98%.
What the Knowledge Base Contains
Section titled “What the Knowledge Base Contains”Each row in the Integrated Master Schema (IMS) represents a validated diagnostic pattern: a specific combination of imperfection type, failure mechanism, measurable signatures, IAR classification, FRETTLSM factor mapping, health stage progression, and prescribed corrective action. These are not theoretical constructs. They are field-proven patterns, each one backed by a real machine, a real failure, and a real resolution that was confirmed by post-intervention measurement.
The knowledge base spans the full taxonomy of industrial rotating equipment: centrifugal pumps, reciprocating compressors, centrifugal compressors, fans and blowers, electric motors (AC and DC), gearboxes (helical, bevel, planetary), steam turbines, gas turbines, generators, and their associated subsystems (bearings, seals, couplings, foundations, lubrication systems, cooling systems).
Pattern Matching Versus Physics Understanding
Section titled “Pattern Matching Versus Physics Understanding”There is a fundamental distinction between recognizing a pattern and understanding the physics behind it. A machine learning model trained on 10,000 bearing failure spectra can learn to classify a spectrum as “bearing fault” with reasonable accuracy. But it cannot explain WHY the bearing is failing. It cannot distinguish between an outer race defect caused by contamination (which will recur unless the contamination source is eliminated) and an outer race defect caused by excessive preload (which will recur unless the preload is corrected). To the ML model, both look like “bearing fault.” To Dibyendu De, they are entirely different diagnostic findings with entirely different corrective actions.
This is why the 4,000-case knowledge base is organized not by symptom but by mechanism. The organizing principle is not “what does the spectrum look like?” but “what energy-flow disruption produced this spectrum, what initiated it, what accelerated it, what retarded it, and what corrective action restores free energy flow?”
Why Machine Learning Cannot Replicate This
Section titled “Why Machine Learning Cannot Replicate This”Machine learning requires large datasets of labeled examples for each failure type it must recognize. For common failure modes (bearing outer race defect, imbalance, misalignment), sufficient training data may exist. But for rare failure modes (torsional resonance, electrical discharge machining of bearings, thermal ratcheting of interference fits), the training data does not exist in sufficient quantity. A model that has never seen a bearing failure caused by shaft current cannot diagnose one, no matter how sophisticated its architecture.
Dibyendu De needs ONE example of a new failure mode because he understands the physics. When he encounters a bearing with pitting on both races in a pattern that does not match any mechanical loading — evenly distributed, shallow, with a characteristic frosted appearance — he recognizes electrical discharge machining (EDM) because he understands that variable frequency drives induce common-mode voltage on the shaft, that the voltage discharges through the bearing’s lubricant film, and that each discharge vaporizes a microscopic crater on the race surface. He does not need 10,000 examples. He needs the physics.
RAPID AI encodes this physics-first approach. The 119 fault rules, the 300 imperfection rules, the 88 FRETTLSM factors, and the IAR classification framework are all expressions of physical understanding, not statistical correlation. When the system encounters a signature it has never seen before, the physics-based rules can still reason about it: the frequency does not match any known defect frequency for this bearing, but it DOES match the shaft electrical frequency induced by the VFD, and the failure pattern matches EDM. This generalization from physics is something that no amount of training data can replicate.
22.7 Teaching Machines to Think Like Dibyendu
Section titled “22.7 Teaching Machines to Think Like Dibyendu”The ultimate goal of RAPID AI is not to replace Dibyendu De. It is to amplify him.
One expert diagnostician, working at full capacity, can diagnose approximately 50 machines per year with the depth and rigor described in this chapter — the complete NEME cycle, the full IAR classification, the PLS3D progression from Point to 3D Volume, the systematic evaluation of FRETTLSM factors, the three-track corrective response. This is extraordinary work. It is also, by definition, unscalable. There are millions of rotating machines in industrial service worldwide, and there is one Dibyendu De.
RAPID AI encodes the methodology so thoroughly that the system can replicate the diagnostic reasoning for the vast majority of cases without requiring Dibyendu’s physical presence at the machine. The 119 fault rules encode his pattern recognition. The 300 imperfection rules encode his design knowledge. The FRETTLSM taxonomy encodes his causal reasoning. The IAR framework encodes his root-cause discipline. The NEME structure encodes his cognitive rhythm.
The result is a system that can diagnose 50,000 machines per year at approximately 95% of the accuracy of the human expert. Not 100% — there will always be cases that require the intuition, the experience, and the physical presence of a human diagnostician. The unusual sound that does not match any known pattern. The combination of symptoms that defies the rule library. The machine that behaves in a way that the physics models do not predict.
These are the hardest 5% — the cases that push the boundaries of the knowledge base, that reveal new failure mechanisms, that demand the kind of creative diagnostic reasoning that only a human mind can provide. And this is where Dibyendu’s time should be spent: not on the routine diagnostics that the system can handle, but on the frontier cases that expand the knowledge base.
Every frontier case that Dibyendu solves becomes a new entry in the IMS. A new fault rule. A new imperfection pattern. A new FRETTLSM mapping. The knowledge base grows. The system’s coverage expands. The percentage of cases requiring human intervention shrinks. This is the flywheel: human expertise creates machine intelligence, which frees human expertise to tackle harder problems, which creates more machine intelligence.
The methodology described in this chapter — NEME, IAR, PLS3D, Theory of Imperfections — is not a set of algorithms. It is a way of thinking about machines, about failure, about the relationship between energy and structure, about the discipline required to separate cause from effect. RAPID AI is the computational embodiment of that thinking. It does not think like a machine learning model that has memorized patterns. It thinks like an engineer who understands physics. And that difference — between pattern matching and physics understanding — is the difference between a monitoring system and an engineering intelligence platform.
The equation remains: Root Cause + Design-Out = Zero Chronic Failures.
RAPID AI makes that equation executable at industrial scale.
22.8 Case Study: DSP Validation at Jadavpur University
Section titled “22.8 Case Study: DSP Validation at Jadavpur University”The diagnostic methodology described in this chapter depends on one non-negotiable precondition: the data entering the pipeline must be trustworthy. Module A’s 16 guard rules can detect corrupt, flatlined, or clipped signals, but they cannot compensate for a signal chain that produces mathematically incorrect features from a physically correct vibration signal. If the RMS is wrong, the FFT is scaled incorrectly, or the envelope detection introduces artifacts, then every downstream module — every fault rule, every trend classification, every entropy computation, every health stage assessment — inherits that error and amplifies it through the pipeline.
This is why RAPID AI invested in a formal DSP validation project at Jadavpur University — not to develop new signal processing algorithms, but to validate and freeze the exact signal chain that feeds Module A.
The Problem
Section titled “The Problem”Industrial vibration monitoring systems use IEPE (Integrated Electronics Piezo-Electric) accelerometers and increasingly advanced MEMS vibration modules with embedded ADC and DSP capabilities. These devices perform signal conditioning, sampling, anti-alias filtering, FFT computation, windowing, and feature extraction before the data reaches RAPID AI. Each step in this chain introduces potential error: incorrect sampling rate selection produces aliasing; improper windowing introduces spectral leakage; incorrect FFT amplitude scaling produces features that are numerically inconsistent with the physical vibration amplitude; envelope processing without proper bandpass filtering captures noise rather than bearing defect impulses.
The consequence is subtle and dangerous. The system appears to work — it produces numbers, those numbers change over time, and sometimes the changes correlate with real machine faults. But the numbers are not metrologically traceable. A reported RMS of 4.2 mm/s might actually be 3.8 or 4.6 mm/s depending on the DSP implementation. For a threshold-based alarm system, this error margin might be acceptable. For RAPID AI’s physics-based fault rules — which distinguish between conditions based on spectral shape, frequency ratios, amplitude relationships, and multi-parameter correlations — a 10% amplitude error or a 2% frequency error can cause a rule to fire incorrectly or fail to fire when it should.
The RAPID Methodology Applied
Section titled “The RAPID Methodology Applied”The diagnostic methodology was applied to the DSP chain itself — treating the signal processing system as a machine whose output must be diagnosed for correctness.
Notice (Phase 1 — System Review): The project began with raw observation of the signal chain, examining the sensor physics, ADC configuration, and every element of the digital processing path without preconception about what might be wrong. The team reviewed the IEPE signal conditioning, MEMS SPI interface behavior, sampling rate and decimation configuration, and documented every assumption embedded in the existing implementation.
Engage (Phase 2 — Algorithm Validation): Systematic engagement with all evidence channels. Mathematical verification of RMS computation (band-limited, 1 to 1000 Hz), FFT amplitude scaling (ensuring the conversion from raw ADC counts to engineering units preserves physical amplitude), window correction factors (Hanning, Flat-top, Rectangular — each requiring a different amplitude correction), and envelope detection (bandpass, rectification, low-pass method). Every computation was verified against its mathematical definition, not against another software implementation.
Engage (Phase 3 — Experimental Validation): Data acquisition from a controlled test rig under known mechanical excitation. The test rig provides a reference vibration with known amplitude and frequency, allowing the computed features to be cross-validated against physical reality. Repeatability testing established that the validated chain produces RMS values within plus or minus 5% and frequency accuracy within plus or minus 1% at 1x RPM across repeated measurements.
Mull (Phase 4 — Optimization and Freeze): The validated DSP parameters were frozen — sampling rate, filter cutoff frequencies, FFT length, window type, scaling factors, envelope band definitions — into a configuration document that serves as the exact contract between edge DSP devices and RAPID AI. No parameter can be changed without re-running the validation suite.
Exchange (Phase 5 — Reporting and Handover): The frozen configuration was deployed and verified against Module A’s internal cross-validation function. Module A recomputes RMS, Peak, Crest Factor, and Kurtosis from the raw waveform and compares these internally computed values against the DSP-reported values. Agreement within the validated tolerance bands confirms that the signal chain is performing correctly. Disagreement triggers a data quality flag that prevents the corrupted features from propagating into the fault detection pipeline.
Findings and Integration
Section titled “Findings and Integration”The validation project produced seven deliverables that map directly to RAPID AI’s data pipeline:
| DSP Deliverable | RAPID AI Integration Point |
|---|---|
| Band-limited RMS | DSPMetrics.overall_rms — cross-validated by Module A |
| Peak amplitude | DSPMetrics.peak — cross-validated by Module A |
| Crest Factor | DSPMetrics.crest_factor — cross-validated by Module A |
| Kurtosis | DSPMetrics.kurtosis — cross-validated by Module A |
| Envelope RMS | DSPMetrics.envelope_rms — new capability enabling early bearing detection |
| Spike Energy | DSPMetrics.spike_energy — new capability for impulse detection |
| HF Kurtosis | DSPMetrics.hf_kurtosis — new capability for high-frequency bearing assessment |
The tolerance thresholds established by the validation (plus or minus 5% RMS, plus or minus 1% frequency) were encoded directly into the DSP_TOLERANCE configuration values that Module A’s cross-validation function uses to gate incoming data.
The Diagnostic Discipline
Section titled “The Diagnostic Discipline”This case study illustrates a principle that runs throughout the RAPID methodology: the diagnostic system must be diagnosed first. Applying NEME to the measurement chain itself — observing the signal path without preconception, engaging with every processing step, mulling the interdependencies between sampling, filtering, windowing, and feature extraction, and exchanging the computed results against physical references — ensures that the foundation on which all subsequent diagnostic reasoning rests is metrologically sound.
A machine intelligence system built on unvalidated measurements is a machine intelligence system built on sand. The Jadavpur validation project replaced sand with bedrock.
22.9 Case Study: Industrial Draft Fan Structural Resonance
Section titled “22.9 Case Study: Industrial Draft Fan Structural Resonance”This case demonstrates one of the most instructive failure patterns in industrial diagnostics: a condition where repeated procedural fixes — alignment correction, bolt tightening, balancing — fail to resolve a vibration problem because the governing physics has not been identified. The RAPID methodology exposed the true root cause that conventional maintenance thinking had missed.
Equipment Context
Section titled “Equipment Context”- Equipment: Hot Zone Industrial Draft (ID) Fan
- Motor: 1,200 kW
- Operating speed: 994 RPM maximum (VFD-driven, variable speed 700 to 945 RPM)
- Drive: Variable Frequency Drive installed 2023 (fan commissioned 2022)
- Coupling: Metallic disc spacer (flexible disc)
- Bearings: Spherical roller bearings, oil lubricated
- Foundation: Rigid, ground level, concrete floor with steel frame
- ISO Class: III (acceptable threshold: 4.5 mm/s; still acceptable: 11.2 mm/s)
- Monitoring: Four bearing locations (MNDE, MDE, FDE, FNDE), tri-axial measurements (Horizontal, Vertical, Axial)
Failure History
Section titled “Failure History”The fan had been exhibiting persistent vibration problems since the VFD was installed. Maintenance had performed multiple alignment corrections and bolt tightening campaigns. Vibration levels would temporarily improve after each intervention, then return to elevated levels within weeks. The maintenance team had concluded that the alignment “would not hold” and was requesting budget for a coupling replacement, believing the flexible disc coupling was worn or damaged.
Diagnostic Approach — NEME Applied
Section titled “Diagnostic Approach — NEME Applied”Notice: The raw vibration data revealed a pattern that should have immediately triggered suspicion but had been overlooked because the maintenance team was focused on alignment.
At 945 RPM:
| Point | H (mm/s) | V (mm/s) | A (mm/s) |
|---|---|---|---|
| MNDE | 2.34 | 1.99 | 1.82 |
| MDE | 5.26 | 2.61 | 1.55 |
| FDE | 1.75 | 1.92 | 3.04 |
| FNDE | 1.83 | 0.54 | 1.34 |
At 700 RPM:
| Point | H (mm/s) | V (mm/s) | A (mm/s) |
|---|---|---|---|
| MNDE | 1.24 | 1.33 | 1.21 |
| MDE | 3.64 | 1.89 | 1.59 |
| FDE | 2.18 | 2.06 | 3.74 |
| FNDE | 0.98 | 0.36 | 0.74 |
The critical observation: MDE horizontal vibration at 945 RPM reached 5.26 mm/s — exceeding the marginal threshold for ISO Class III. But FDE axial vibration was consistently elevated across all operating speeds (3.04 to 5.22 mm/s), and the directional dominance pattern changed with speed. At 945 RPM, horizontal vibration dominated at MDE. At 700 RPM, axial vibration dominated at FDE. This speed-dependent directional shift is not characteristic of misalignment, which produces a relatively stable directional pattern. It is characteristic of structural resonance.
Engage: Spectral analysis at 945 RPM showed a dominant 1x peak at MDE in the horizontal direction, consistent with either imbalance or soft foot — not misalignment. At 700 RPM, both 1x and 2x peaks appeared, with increasing axial vibration at the fan drive end as speed decreased. Phase analysis revealed angles of 158 degrees at 945 RPM and 175 degrees at 700 RPM — phase variation with speed that indicates a structural resonance crossing, not a fixed mechanical fault.
Physical inspection engaged additional evidence channels: motor base bolts were found with damaged threads that prevented proper tightening. Multiple stacked shims were discovered under the motor base — evidence of repeated alignment attempts that had progressively degraded the structural stiffness of the mounting.
Module B fault rules that would fire on this data include Foundation rules (FND series — structural resonance, soft foot), Coupling rules (misalignment symptoms as secondary effect), and AFB rules (bearing-point vibration patterns). The directional ratio changes (H versus A dominance shifting with speed) are key Module B discriminators that distinguish structural resonance from mechanical faults.
Mull: The synthesis phase identified why every previous corrective action had failed. The maintenance team had been treating symptoms — misalignment, loose bolts — as root causes. In RAPID’s IAR framework:
Initiator: The VFD installation changed the operating paradigm from fixed-speed to variable-speed. The fan, which had run at a single speed since commissioning, was now being excited across a continuous range of frequencies. This exposed structural natural frequencies that had been invisible at fixed speed — the excitation frequency simply never coincided with them before.
Accelerator: The repeated maintenance interventions — stacking shims, replacing bolts, performing alignment corrections — had progressively degraded the structural stiffness of the motor base. Each “fix” reduced the effective stiffness k in the SDOF (Single Degree of Freedom) equation, lowering the natural frequency and potentially moving it closer to the operating speed range rather than further from it. The damaged bolt threads meant that even a proper torque specification could not restore the design clamping force.
Retarder (absent): No resonance analysis had been performed when the VFD was installed. No speed sweep test had been conducted to map the structural natural frequencies against the new operating speed range. The VFD’s skip-band capability — which could have programmatically avoided problematic RPM ranges — was not configured because the resonance frequencies were unknown.
The physics model is straightforward. Every rotating machine can be locally approximated as a Single Degree of Freedom system: mx” + cx’ + kx = F(t), where the natural frequency omega_n = sqrt(k/m). When the VFD drives the fan at a speed where the excitation frequency approaches omega_n, the amplitude response peaks sharply. The stacked shims and loose anchors reduced k, introducing nonlinearity. Nonlinear stiffness (kx + alpha*x^2) generates even harmonics — producing 2x vibration components without impacts — which the maintenance team had been misinterpreting as misalignment.
The phase instability across speeds confirmed the diagnosis: phase changes rapidly near resonance. The 158-degree to 175-degree phase shift between 945 RPM and 700 RPM is characteristic of a system being excited on either side of its natural frequency.
Exchange: The corrective action sequence was prescribed in a specific order, because in structural resonance cases the order of correction matters as much as the corrections themselves:
- Structural correction first — Remove stacked shims, restore proper grouting, replace all damaged bolts with new fasteners at correct torque specification. This restores the design stiffness k, which shifts the natural frequency back to its design value (above the operating range).
- Resonance verification — Perform a speed sweep test across the full VFD operating range (700 to 945 RPM) to confirm that the natural frequency has moved out of the operating band. This is the Exchange step: testing the theory against reality.
- Alignment correction — Only after structural stability is achieved. Aligning a machine on an unstable foundation is futile — the alignment cannot hold because the reference frame itself is moving.
- Full-range validation — Verify vibration levels across the complete operating speed range, not just at maximum speed. A fix that works at 945 RPM but creates a new resonance at 820 RPM is not a fix.
- VFD skip bands — If residual resonance cannot be fully eliminated through structural correction, program the VFD to skip the problematic RPM bands during speed transitions. This is a retarder — it does not eliminate the resonance, but it prevents the machine from dwelling at resonant speeds.
The Lesson for Diagnostic Methodology
Section titled “The Lesson for Diagnostic Methodology”This case validates the central premise of the RAPID methodology: procedural fixes that address symptoms rather than governing physics will fail. The maintenance team had performed alignment and bolt tightening multiple times — the correct actions for the conditions they diagnosed. But their diagnosis was wrong because they violated the NEME discipline. They did not Notice the speed-dependent directional shift. They did not Engage the phase data as an evidence channel. They did not Mull the implications of the VFD installation for the structural dynamics. And they never Exchanged their alignment hypothesis against the reality that the alignment would not hold on an unstable foundation.
RAPID AI’s multi-rule parallel evaluation would have caught this. The Foundation rules would have fired on the directional ratio anomalies. The speed-dependent vibration pattern would have triggered structural resonance evaluation. The phase instability would have confirmed the resonance hypothesis. And the prescribed corrective sequence would have prioritized structural correction before alignment — because the physics demands it.
22.10 Energy Flow Theory Applied — The Physics of Why Machines Fail
Section titled “22.10 Energy Flow Theory Applied — The Physics of Why Machines Fail”The diagnostic methodology in this chapter — NEME, IAR, PLS3D, the 119 fault rules, the 300 imperfection rules — is not a collection of ad hoc techniques. It rests on a single unifying principle that Dibyendu De articulated as the Theory of Imperfections:
Failure is the inability of imposed energy to flow freely through a system’s elements.
This statement is the foundation of everything RAPID AI does. It is not a metaphor. It is the physical reality of why vibration analysis works, why temperature monitoring works, why oil analysis works, and why every measurable signature of machine degradation exists. Understanding this principle transforms the diagnostic methodology from a set of rules to follow into a physics framework to reason from.
Energy Flow in a Healthy Machine
Section titled “Energy Flow in a Healthy Machine”A healthy rotating machine is an energy conversion and transmission system. The motor converts electrical energy into rotational mechanical energy. The coupling transmits that rotational energy from the motor shaft to the driven shaft. The bearings support the rotating elements while allowing the energy to flow along the shaft axis with minimal friction loss. The impeller (in a pump) or the blades (in a fan) convert the rotational energy into hydraulic or aerodynamic energy. The foundation absorbs the reaction forces and transmits them to the ground without storing or amplifying them.
In a perfectly healthy machine, energy flows along designed pathways with minimal diversion. The shaft rotates symmetrically — no lateral displacement diverting energy into radial motion. The bearings transfer load through a stable hydrodynamic or elastohydrodynamic film — no metal-to-metal contact converting smooth flow into impact energy. The foundation is rigidly coupled to the ground — no compliance storing energy as elastic deformation and releasing it as vibration.
The measurable vibration of a healthy machine is low because very little energy is being diverted from its designed pathway. The small residual vibration represents the unavoidable imperfections of real manufacturing, assembly, and operation — the finite surface finish of the shaft journal, the microscopic imbalance from manufacturing tolerances, the slight asymmetry of the magnetic field in the motor.
How Imperfections Disrupt Energy Flow
Section titled “How Imperfections Disrupt Energy Flow”When an imperfection develops — a bearing surface spall, a shaft misalignment, a cracked foundation bolt, contaminated lubricant — it creates a disruption in the energy flow pathway. Energy that should flow smoothly through the element is instead diverted, reflected, scattered, or converted into a different form. This diversion is the measurable signature of the imperfection.
The type of measurable signature depends on the nature of the energy flow disruption. This is not arbitrary — it follows directly from the physics of mechanical energy:
| Signal Type | Energy Flow Interpretation | Physical Mechanism |
|---|---|---|
| Displacement rising | Strain energy accumulating — elements deformed by imposed energy flow | A shaft crack concentrates strain at the crack tip. A misaligned coupling stores elastic energy in cyclic bending. A foundation with soft foot deflects under load. The displacement measurement captures this stored strain energy. |
| Velocity rising | Internal flow resistance increasing — energy lost through friction and wear | A bearing with lubrication starvation dissipates energy through increased friction. A worn gear tooth converts mesh energy into heat and vibration through increased sliding. Velocity is proportional to power dissipation — rising velocity means more energy is being wasted as friction and wear. |
| Acceleration rising | Elements unable to accommodate rate of change — impact and impulse forces | A spalled bearing race generates impulses as rolling elements traverse the spall. Cavitation converts fluid energy into shock waves. Gear tooth pitting creates impact forces at the mesh. Acceleration captures these impulsive, high-frequency energy releases. |
This mapping is the reason that experienced diagnosticians choose different measurement parameters for different diagnostic questions. You measure displacement to detect shaft cracks, misalignment, and structural deformation. You measure velocity to detect frictional degradation, looseness, and wear. You measure acceleration (and envelope acceleration) to detect bearing surface damage, gear tooth defects, and cavitation. Each measurement type is a window into a different mode of energy flow disruption.
Maintenance as Energy Flow Restoration
Section titled “Maintenance as Energy Flow Restoration”If failure is the inability of energy to flow freely, then maintenance is the restoration of free energy flow. Every maintenance action in RAPID AI’s action catalog corresponds to restoring a specific energy flow pathway:
| Maintenance Action | Energy Flow Restoration | Physics |
|---|---|---|
| ACT003: Alignment correction | Restores axial energy flow symmetry | Misalignment diverts rotational energy into cyclic axial and radial forces. Alignment correction eliminates the angular or offset error that creates the diversion, allowing torque to flow through the coupling without lateral energy loss. |
| ACT004: Balance correction | Restores rotational energy symmetry | Imbalance creates a rotating force vector that diverts rotational energy into synchronous radial vibration. Balance correction redistributes mass so that the center of mass coincides with the center of rotation, eliminating the centrifugal force diversion. |
| ACT002: Lubrication service | Reduces flow resistance — restores film formation | Degraded or insufficient lubricant increases the friction coefficient at rolling or sliding contacts, converting mechanical energy into heat and wear debris. Lubrication service restores the hydrodynamic or elastohydrodynamic film that separates the surfaces, reducing flow resistance to its design value. |
| ACT006: Foundation correction | Restores structural energy path — eliminates bypass paths | A degraded foundation (soft foot, loose bolts, cracked grout) creates compliance in the structural energy path. Reaction forces that should flow directly to ground are instead stored as elastic energy in the compliant foundation and released as vibration. Foundation correction restores the rigid load path. |
| ACT005: Bearing replacement | Removes degraded energy transfer element | A damaged bearing surface introduces impulse energy at defect frequencies, converts smooth rolling into impacting, and generates heat through increased friction. Bearing replacement installs a new element with intact surfaces and correct geometry, restoring the smooth energy transfer function. |
The Diagnostic Implication
Section titled “The Diagnostic Implication”This energy flow framework provides the diagnostic reasoning structure that connects symptoms to root causes to corrective actions. When RAPID AI detects rising acceleration at a bearing defect frequency (AFB03: outer race defect), the energy flow interpretation is immediate: energy is being released as impulses at the spall site rather than flowing smoothly through the rolling contact. The root cause is a surface imperfection (spall). The corrective action is to replace the degraded energy transfer element (bearing replacement). But the diagnostic discipline demands asking: what initiated the spall? Was it material fatigue (manufacturing imperfection), contaminated lubricant (operational imperfection), or excessive preload from misalignment (assembly imperfection)? Each initiator implies a different energy flow disruption upstream of the bearing, and each requires a different corrective strategy to prevent recurrence.
This is why RAPID AI traces energy flow paths rather than matching symptom patterns. A symptom — “bearing defect frequency detected” — has multiple possible energy flow disruptions that could produce it. Pattern matching cannot distinguish between them. Energy flow tracing can, because each disruption follows a different physical pathway through the system and produces different correlated evidence in other measurement channels.
The traditional approach — compare amplitude to threshold, trigger alarm — is energy-blind. It detects that energy is being diverted but cannot determine where, why, or through what mechanism. RAPID AI’s physics-based rules are energy-aware. Each rule encodes a specific energy flow disruption hypothesis, and the multi-rule parallel evaluation in Module B tests all hypotheses simultaneously against the available evidence. The fusion in Module C identifies which combination of energy flow disruptions best explains the complete evidence set. The IAR classification in Module D determines which disruption initiated the degradation, which disruptions are accelerating it, and which potential disruptions could retard it. And the corrective actions in Module E are prescribed not as symptom treatments but as energy flow restorations — each action targeted at a specific disruption in a specific energy pathway.
This is the Theory of Imperfections made operational. It is why RAPID AI diagnoses machines at 98% accuracy rather than the 60 to 70% that symptom-matching systems achieve. The symptoms are ambiguous. The energy flow physics is not.
22.11 Real-World Implementation Pain Points
Section titled “22.11 Real-World Implementation Pain Points”Purpose: Lessons from 4,000+ industrial cases. These are the challenges that every reliability program encounters — and how RAPID AI addresses each one.
Pain Point 1: Data Quality is the #1 Killer
Section titled “Pain Point 1: Data Quality is the #1 Killer”The Reality:
- 30-40% of condition monitoring data in typical plants has quality issues
- Sensors drift, cables degrade, junction boxes corrode
- Route-based collection introduces variability (position, coupling, timing)
- Online systems can mask failures with averaged/smoothed data
What Goes Wrong:
- Flatline sensors reading zero for months — nobody notices
- Saturated accelerometers clipping peaks — bearing faults invisible
- Wrong units in historian (acceleration stored as velocity)
- Incorrect machine speed entered — all frequency analysis wrong
How RAPID AI Addresses This:
- Module A GUARD runs 16 automated checks before ANY analysis
- Quality score propagates through entire pipeline (garbage in leads to flagged output, not garbage out)
- Data quality trends tracked — deteriorating sensor health detected automatically
- Cross-validation against DSP when available
Pain Point 2: The Alarm Fatigue Epidemic
Section titled “Pain Point 2: The Alarm Fatigue Epidemic”The Reality:
- Typical SCADA/DCS generates 100-300 alarms per operator per day
- Only 1-5% require action
- Operators learn to ignore alarms — critical events missed
- “Alarm management” becomes an industry unto itself (ISA 18.2, IEC 62682)
How RAPID AI Addresses This:
- Priority scoring (0-100) ranks every finding by actual risk
- SSI fusion prevents multiple rules firing the same root cause
- State machine with hysteresis prevents alarm flicker
- Design-out recommendations address root cause, not just symptoms
Pain Point 3: The Expertise Gap
Section titled “Pain Point 3: The Expertise Gap”The Reality:
- Average age of vibration analysts: 55+
- Retirement wave removing institutional knowledge
- Training pipeline: 2-5 years to develop competent analyst
- ISO 18436-2 certification levels: Cat I (6 months) to Cat IV (5+ years)
- Most plants operate with Cat I/II analysts making Cat III/IV decisions
How RAPID AI Addresses This:
- 451+ rules encode 28 years of Dibyendu De’s diagnostic expertise
- Diagnostic copilot explains reasoning, not just conclusions
- FRETTLSM framework prevents premature diagnostic closure
- IMS ground truth provides validated reference cases
Pain Point 4: The “So What?” Problem
Section titled “Pain Point 4: The “So What?” Problem”The Reality:
- Analyst detects bearing defect, reports it, nothing happens
- Maintenance window not available for 3 months
- Spare part lead time: 16 weeks
- Operations refuses to shut down for “minor” issue
- Bearing fails 6 weeks later — unplanned outage
How RAPID AI Addresses This:
- RUL estimation gives time horizon for planning
- Priority score includes spare parts risk and maintenance window
- Escalation rules (ER01-ER05) auto-escalate when RUL approaches lead time
- Design-out module addresses systemic causes, not just symptoms
Pain Point 5: Integration Hell
Section titled “Pain Point 5: Integration Hell”The Reality:
- Plant has 5-8 different monitoring systems (SCADA, DCS, CMMS, vibration, oil analysis, thermal)
- None of them talk to each other
- Data locked in proprietary formats
- IT/OT convergence “in progress” for a decade
- 70% of predictive maintenance projects fail due to integration issues
How RAPID AI Addresses This:
- ISO 13374-compliant pipeline accepts any data source
- MIMOSA OSA-CBM compatible interfaces
- API-first architecture (35+ endpoints)
- BFF pattern separates public interface from diagnostic engine
- Normalizes all inputs to canonical units and schema
Pain Point 6: The Baseline Problem
Section titled “Pain Point 6: The Baseline Problem”The Reality:
- “What’s normal for THIS machine?” is the hardest question
- Same model pump in two locations: different foundations, different process, different “normal”
- Baselines from commissioning are often lost or irrelevant (machine has changed)
- Statistical baselines need 6-12 months of clean data
How RAPID AI Addresses This:
- Baseline ratio tracking (current / reference) with automatic flagging at 1.5x
- Machine-specific IMS rows capture as-designed vs. as-operated
- Slope/trend analysis works without baselines (detects CHANGE, not absolutes)
- DSP freeze spec ensures initial baseline is comprehensive (15 mandatory deliverables)
22.12 Common Diagnostic Mistakes
Section titled “22.12 Common Diagnostic Mistakes”Purpose: Real examples of misdiagnosis from industrial practice, and how the RAPID AI pipeline is architecturally designed to prevent each one. These are not hypothetical — they are patterns observed across 4,000+ validated cases.
Mistake 1: Misidentifying Misalignment as Unbalance
Section titled “Mistake 1: Misidentifying Misalignment as Unbalance”What Happens: A maintenance team sees elevated 1X vibration and immediately schedules a field balance. The balance improves 1X in one plane but makes the axial vibration worse. A second balance attempt is made. The machine is now worse than before. Three balance runs later, the coupling is damaged from the cyclic axial loading that was never addressed.
The Root Confusion: Both unbalance and misalignment produce elevated 1X vibration. The distinguishing evidence is the axial component: pure unbalance is predominantly radial with minimal axial content (A/H < 0.3). Misalignment elevates the axial direction (A/H > 0.5) and typically shows a strong 2X component. Analysts who look only at the 1X radial amplitude miss the axial signature entirely.
How RAPID AI Prevents This: Module B evaluates ALL 121 rules in parallel. Both the unbalance rules (AFB06: H/V 1.2-2.0, A/H < 0.3) and the misalignment rules (AFB07: A/H > 1.3, 2X peak observed; COUP01-COUP08) are tested simultaneously. The directional ratios — A/H, H/V — are the primary discriminators, not the absolute amplitude. If the axial-to-horizontal ratio exceeds 0.5 and a 2X peak is present, the misalignment rules will fire with higher confidence than the unbalance rules, regardless of the 1X amplitude. The system cannot be fooled by a high 1X peak into ignoring the axial evidence.
Mistake 2: Replacing Bearings Without Finding the Root Cause
Section titled “Mistake 2: Replacing Bearings Without Finding the Root Cause”What Happens: A bearing defect frequency (BPFO) is detected. The bearing is replaced. Vibration returns to normal. Fourteen months later, the same bearing fails again with the same outer race spalling pattern. The cycle repeats every 12-16 months. The plant budgets for “routine bearing replacement” and accepts the cost.
The Root Confusion: The bearing is the victim, not the cause. The actual initiator — contaminated lubricant from a leaking mechanical seal, excessive preload from thermal growth, or electrical discharge machining from a VFD without shaft grounding — was never identified because the analyst stopped at the symptom level. “Bearing defect detected” became the diagnosis, when it should have been the starting point for root cause investigation.
How RAPID AI Prevents This: Module D applies FRETTLSM factor analysis to every confirmed bearing defect. The system does not stop at “bearing fault detected.” It evaluates all 88 FRETTLSM factors to identify the initiator: Is the lubricant contaminated (L category)? Is there excessive preload from thermal growth (T category)? Are there electrical discharge marks suggesting VFD-induced shaft currents (R category)? Module G tracks recurrence patterns. When the same bearing position fails within 60% of its design L10 life, Module G flags a chronic failure and triggers the design-out evaluation. The IAR framework ensures that every finding is classified as Initiator, Accelerator, or Retarder — the bearing defect itself is classified as an observable symptom, not as a root cause.
Mistake 3: Ignoring Foundation Problems Because “It’s Just Looseness”
Section titled “Mistake 3: Ignoring Foundation Problems Because “It’s Just Looseness””What Happens: A machine shows elevated vibration with multiple harmonics (1X through 8X+) and sub-harmonics (0.5X). The spectrum looks “dirty.” The analyst reports “mechanical looseness” and recommends tightening the hold-down bolts. The bolts are tightened. Vibration drops temporarily. Within weeks, the bolts have loosened again. The cycle repeats quarterly.
The Root Confusion: The looseness is a symptom. The root cause is typically one of: soft foot (one corner of the base is not in contact with the foundation, creating a rocking motion), cracked grout (the foundation is no longer rigid), structural resonance (the machine operating speed coincides with a foundation natural frequency), or thermal growth (the machine expands when hot and lifts off the foundation at one support point). Tightening bolts on a soft foot machine actually makes the problem worse — the bolt pulls the frame down, distorting the casing and changing internal clearances.
How RAPID AI Prevents This: The Foundation rules (FND01-FND10) distinguish between looseness types. Soft foot (FND03) shows directional asymmetry — one measurement point dramatically higher than the others — and correlates with temperature-dependent vibration changes. Structural resonance (FND07-FND08) shows speed-dependent amplitude variation and phase instability. Cracked grout (FND05) shows progressive deterioration in the trend data (Module B.2 classifies as “drift” or “accelerating”). Each looseness type maps to a different corrective action: soft foot requires shimming and base machining, resonance requires structural modification or speed exclusion zones, and cracked grout requires foundation remediation. The system does not recommend “tighten bolts” as a catch-all response.
Mistake 4: Confusing Electrical Faults with Mechanical Faults
Section titled “Mistake 4: Confusing Electrical Faults with Mechanical Faults”What Happens: A motor shows elevated 2X vibration. The maintenance team diagnoses misalignment and performs a precision alignment. Vibration does not improve. They re-align. Still no improvement. A coupling replacement is performed. No change. Eventually, a motor specialist identifies broken rotor bars — the vibration source was electrical, not mechanical.
The Root Confusion: The 2X component from broken rotor bars appears at 2x line frequency (2FL = 120 Hz at 60 Hz supply), which is very close to 2x running speed (2X = 119.3 Hz for a 2-pole motor at 3580 RPM). Without sufficient frequency resolution in the spectrum, the two peaks cannot be distinguished. The analyst sees “2X” and defaults to the most common cause — misalignment — without considering the electrical alternative.
How RAPID AI Prevents This: The AC Motor rules (AC01-AC09) specifically test for electrical signatures. Rule AC03 checks for sidebands at 1X +/- 2 x slip x line_frequency, which is the definitive broken rotor bar signature. The system computes the expected electrical frequencies from the motor nameplate data (poles, line frequency) and the measured running speed, then searches for energy at those specific frequencies. The spectral resolution requirement from the DSP freeze spec (minimum 1,024-point FFT at 6,400 Hz sampling = 6.25 Hz resolution) is sufficient to distinguish 2FL from 2X for most motor configurations. Module B evaluates both the misalignment hypothesis and the electrical fault hypothesis in parallel — if the electrical sideband pattern is present, the electrical rules will fire alongside or instead of the misalignment rules, preventing the mechanical-only diagnosis.
Mistake 5: Missing Early Bearing Damage Because Kurtosis Was Not Monitored
Section titled “Mistake 5: Missing Early Bearing Damage Because Kurtosis Was Not Monitored”What Happens: A vibration monitoring program tracks only overall RMS velocity. The RMS stays within Zone B for months. Then, over a span of two weeks, RMS jumps from Zone B to Zone D. The bearing fails before the next scheduled data collection. Post-mortem reveals that the bearing had been developing an outer race spall for the previous four months — but the defect energy was concentrated in the high-frequency acceleration band, which the velocity measurement inherently de-emphasizes.
The Root Confusion: Velocity RMS is a broadband metric that integrates energy across the measurement bandwidth. Early bearing defects produce sharp, high-frequency impulses that contribute very little to the velocity RMS because the velocity spectrum weights low frequencies more heavily (velocity = acceleration / (2 x pi x f)). By the time bearing damage is visible in the velocity RMS, the bearing is typically in Stage 3 or Stage 4 degradation — past the point where intervention can extend life.
How RAPID AI Prevents This: Module A computes kurtosis as a primary feature alongside RMS. Kurtosis is sensitive to impulsive events regardless of their frequency content. A bearing in Stage 1 degradation (kurtosis 4-5) may have an entirely normal RMS but an elevated kurtosis that Module A classifies as “watch” severity (0.40). Module B’s AFB rules include kurtosis thresholds as supplementary evidence. The trend analysis in Module B.2 tracks kurtosis over time — a rising kurtosis trend classified as “drift” or “accelerating” triggers an early warning even when the overall RMS remains within normal bounds. The DSP Freeze Specification mandates high-frequency energy ratio computation and reserves envelope analysis capability specifically for this class of early-stage bearing detection that broadband velocity monitoring cannot provide.
Mistake 6: Diagnosing Process-Driven Variation as Mechanical Degradation
Section titled “Mistake 6: Diagnosing Process-Driven Variation as Mechanical Degradation”What Happens: A pump monitoring system generates repeated alarms for elevated vibration. Each time, the maintenance team inspects the pump and finds nothing wrong. After multiple false alarms, the team raises the alarm threshold to eliminate the nuisance alerts. Six months later, an actual bearing defect develops and progresses undetected because the threshold was set too high to catch it.
The Root Confusion: The vibration variation was caused by process changes — variable flow rate, pressure fluctuations, temperature swings from batch processing — not by mechanical degradation. Process-driven vibration typically shows high volatility with no consistent trend: the vibration goes up and down in sync with the process, not in a monotonically increasing degradation trajectory. Analysts and alarm systems that cannot distinguish process variation from mechanical degradation generate false positives, which leads to alarm fatigue, which leads to missed true positives.
How RAPID AI Prevents This: Module B.2 classifies the trend pattern. Process-driven variation produces a “chaotic” classification (volatility > 0.3, |slope| < 0.02) — high scatter with no net trend direction. Mechanical degradation produces a “drift” or “accelerating” classification (|slope| > 0.02 with consistent direction). The chaotic classification carries a severity of only 0.30, while drift and accelerating classifications carry higher severity. Module B.3 adds entropy analysis: process variation produces cyclical entropy changes that revert to baseline (stable or drifting state), while mechanical degradation produces sustained entropy increase (destabilizing or chaotic state). The combination of trend classification and entropy state allows RAPID AI to distinguish “the pump vibrates more when the flow changes” (process — no action required) from “the pump vibration is rising regardless of flow” (mechanical — investigate).
Standards Alignment
Section titled “Standards Alignment”| Standard | Relevance to This Chapter |
|---|---|
| ISO 13374 — Condition monitoring and diagnostics of machines | The NEME diagnostic rhythm (Notice-Engage-Mull-Exchange) provides a practitioner-grounded methodology that maps to ISO 13374’s six processing levels, from data acquisition (Notice) through advisory generation (Exchange). |
| ISO 17359 — General guidelines for condition monitoring | The systematic diagnostic approach described in this chapter exceeds ISO 17359’s guidelines by providing a complete cognitive framework (NEME, IAR, PLS3D) for condition monitoring and diagnosis. |
| ISO 10816-1/ISO 20816-1 — Mechanical vibration evaluation | The diagnostic methodology uses ISO 20816-1 vibration severity zones as input to the diagnostic reasoning process, contextualizing broadband measurements within the broader diagnostic framework. |
| ISO 13381-1 — Prognostics | The PLS3D depth assessment (Point through 3D Volume) implements a diagnostic maturity model consistent with ISO 13381-1’s progression from detection through diagnosis to prognosis. |
Changelog
Section titled “Changelog”| Version | Date | Author | Changes |
|---|---|---|---|
| 2.2.0 | 2026-03-17 | Rick D | Added real-world implementation pain points (6) and common diagnostic mistakes (6) |
| 2.1.0 | 2026-03-17 | Rick D | Added standards alignment, living doc metadata, changelog |
| 2.0.0 | 2026-03-17 | Rick D | Enriched with production codebase content |
| 1.0.0 | 2026-03-17 | Rick D | Initial chapter creation |