Physical Address
304 North Cardinal St.
Dorchester Center, MA 02124
Physical Address
304 North Cardinal St.
Dorchester Center, MA 02124
IEC PAS 63088 defines a standardised framework for condition monitoring and diagnostics (CM&D) of industrial machinery within smart manufacturing environments. As Industry 4.0 initiatives drive the digital transformation of factories, the ability to continuously assess machine health, predict incipient faults, and prescribe optimal maintenance actions has become a cornerstone of operational excellence. The PAS addresses the entire data chain: from sensor signal acquisition at the machine level, through feature extraction and health indicator computation, to diagnostic reasoning and prognosis.
The standard introduces a reference model that decomposes the CM&D system into six functional layers: (1) the sensing layer (vibration, temperature, current, acoustic emission, and oil debris sensors); (2) the data acquisition and conditioning layer (anti-aliasing filtering, synchronisation, and normalisation); (3) the feature extraction layer (time-domain, frequency-domain, and time-frequency-domain descriptors); (4) the health assessment layer (threshold-based, statistical, and model-based anomaly detection); (5) the diagnostic layer (fault classification and root-cause isolation); and (6) the prognostic layer (remaining useful life or RUL estimation). This layered decomposition enables modular implementation where each layer can be independently validated and upgraded.
| Functional Layer | Input Data | Processing Method | Output |
|---|---|---|---|
| Sensing | Physical phenomena | Sensor transduction (IEPE, RTD, Hall effect) | Raw voltage/current signals |
| Acquisition | Analog signals | ADC (16-24 bit), anti-alias filtering | Digital time-series |
| Feature Extraction | Digital time-series | FFT, wavelet transform, statistical moments | Feature vectors (RMS, kurtosis, crest factor) |
| Health Assessment | Feature vectors | Threshold comparison, Mahalanobis distance | Health indicator (0-100 %) |
| Diagnostics | Anomaly flags + features | Decision trees, SVM, neural network classifier | Fault type + severity |
| Prognostics | Historical health trend | ARIMA, LSTM, particle filter | RUL estimate + confidence interval |
The PAS specifies mandatory and optional feature sets for different machinery types. For rotating machinery (motors, pumps, fans, spindles), mandatory time-domain features include root-mean-square (RMS), peak-to-peak amplitude, crest factor, and kurtosis of the vibration envelope. Mandatory frequency-domain features include the amplitude and frequency of the 1x, 2x, and 3x rotational speed harmonics, as well as the energy in bearing fault frequency bands (ball-pass frequency inner/outer, cage frequency). The standard recommends a minimum sampling rate of at least 10 times the highest frequency of interest and a minimum record length of 10 rotational cycles for stationary operating conditions.
Health indicator (HI) design is a critical engineering task that the PAS addresses through a graduated approach. A simple HI may be the RMS vibration velocity normalised by the baseline value, with an alarm threshold derived from ISO 10816-3 machinery vibration limits. A more sophisticated HI incorporates multiple features through principal component analysis (PCA) or autoencoder reconstruction error, providing earlier fault detection at the cost of increased computational complexity and calibration effort.
Once a deviation from normal operation is detected, the diagnostic layer must classify the fault type. The PAS supports three diagnostic reasoning approaches: (1) rule-based expert systems — encoding maintenance engineer knowledge as if-then rules on feature thresholds; (2) case-based reasoning — matching the current feature vector to a library of historical fault signatures; and (3) machine learning classifiers — supervised models (random forest, support vector machine) trained on labelled fault data. The choice of approach depends on the availability of labelled training data: rule-based systems require no training data but limited fault coverage, while ML classifiers offer broader coverage but require thousands of labelled examples per fault class.
IEC PAS 63088 recognises that CM&D processing can be distributed between edge devices (programmable automation controllers, smart sensors with embedded DSP) and cloud platforms. The decision involves trade-offs: edge processing minimises data transmission bandwidth (transmitting a health indicator of 32 bytes per minute versus raw vibration waveforms at 25.6 kB/s), reduces latency for real-time protection trips, and avoids data privacy concerns. Cloud processing, on the other hand, enables fleet-wide analytics, continuous model updates, and access to more computationally intensive algorithms (deep learning, digital twin simulation). The PAS recommends a hybrid architecture where edge devices perform real-time anomaly detection and cloud platforms execute periodic retraining and fleet-level benchmarking.
The diagnostic and prognostic outputs from a CM&D system are most valuable when integrated with enterprise asset management (EAM) and computerized maintenance management system (CMMS) platforms. The PAS specifies an information model based on IEC 62264 (ISA-95) and OPC UA for machine-to-enterprise communication. The health indicator, fault code, RUL estimate, and recommended maintenance action (inspect, lubricate, replace) are mapped to OPC UA variable nodes, enabling seamless integration with SAP, IBM Maximo, or open-source maintenance platforms. The standard also defines alarm severity levels aligned with ISA-18.2 / IEC 62682 alarm management standards.