Sensor data pipelines structured specifically to support predictive maintenance models -- which require different data handling than monitoring dashboards because the signal of interest (an early bearing defect, a developing insulation fault) is buried in high-frequency raw data that must be processed before a model can interpret it. For rotating equipment health monitoring, accelerometers capture vibration data at 1kHz-25kHz sampling rates; the raw time-series is processed at the edge into frequency domain features (FFT spectrum, RMS amplitude by frequency band, envelope spectrum for bearing defect frequencies) before transmission upstream, reducing data volume by 99% while preserving the diagnostic signal. Temperature trend monitoring uses multi-point PT100 or thermocouple arrays on motors, gearboxes, and bearings; baseline temperature profiles established per operating condition (load, speed, ambient temperature) so deviations from the expected operating-point temperature are detected rather than threshold breaches on an absolute value. Pressure and flow deviation detection for hydraulic and pneumatic systems: statistical process control (Western Electric rules applied to the rolling 100-sample window) flags deviations from steady-state before they breach fixed alarm limits. Energy consumption anomaly detection via power meter data (kW per cycle or per unit produced): a 7% unexplained increase in motor power draw is an early indicator of mechanical drag or bearing friction that will progress to failure if not investigated. Feature engineering pipeline: raw sensor data cleaned (outlier removal, gap filling for communication interruptions), aggregated into statistical features (mean, standard deviation, kurtosis, skewness, peak-to-peak per time window), enriched with operational context (production rate, product type, shift) before feeding the predictive model. CMMS integration (IBM Maximo, SAP PM, eMaint, Limble) via REST API: when the model output exceeds the configured alert threshold, a work order is automatically created with the equipment tag, fault description, recommended inspection action, and sensor readings at the time of alert pre-populated.