Next Article in Journal
Benchmarking and Lessons Learned from Using SharePoint as an Electronic Lab Notebook in Engineering Joint Research Projects
Previous Article in Journal
Machine Learning Applications for Predicting High-Cost Claims Using Insurance Data
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Data Descriptor

Sensor-Based Monitoring Data from an Industrial System of Centrifugal Pumps

1
Laboratory of Knowledge Management and Digital Resources, CIRA (Italian Aerospace Research Centre), 81043 Capua, Italy
2
Department of Physics Ettore Pancini, University of Naples Federico II, 80125 Napoli, Italy
3
Unit of Digital Data Management, CIRA (Italian Aerospace Research Centre), 81043 Capua, Italy
4
Laboratory of Data Science for Research Facilities, CIRA (Italian Aerospace Research Centre), 81043 Capua, Italy
*
Author to whom correspondence should be addressed.
Data 2025, 10(6), 91; https://doi.org/10.3390/data10060091
Submission received: 23 May 2025 / Revised: 13 June 2025 / Accepted: 18 June 2025 / Published: 19 June 2025

Abstract

We present a detailed dataset collected via a wireless IoT sensor network monitoring three industrial centrifugal pumps (units A, B, and C) at the Italian Aerospace Research Centre (CIRA), along with the methods for data collection and structuring. Background: Centrifugal pumps are critical in industrial plants, and monitoring their condition is essential to ensure reliability, safety, and efficiency. High-quality operational data under normal operating conditions are fundamental for developing effective maintenance strategies and diagnostic models. Methods: Data were gathered by means of smart sensors measuring motor and pump vibrations, temperatures, outlet fluid pressures, and environmental conditions. Data were transmitted over a WirelessHART mesh network and acquired through an IoT architecture. Results: The dataset consists of eight CSV files, each representing a specific pump during a distinct operational day. Each file includes timestamped measurements of displacement, peak vibration values, sensor temperatures, fluid pressure, ambient temperature, and atmospheric pressure. Conclusions: This dataset supports advanced methodologies in feature extraction, multivariate signal analysis, unsupervised pattern discovery, vibration analysis, and the development of digital twins and soft sensing models for predictive maintenance optimization.
Dataset: Data are available at https://doi.org/10.5281/zenodo.15301820 (accessed on 13 June 2025).
Dataset License: CC-BY 4.0

1. Introduction

1.1. Problem Statement

In the industrial sector, the most commonly adopted maintenance strategies are currently Corrective and Preventive Maintenance. However, both approaches can result in significant costs for companies. Corrective Maintenance (CM) may lead to unexpected machine downtime, while Preventive Maintenance (PM) often involves replacing components that may still be fully functional. In contrast, implementing an effective Predictive Maintenance (PdM) plan, intervening only when and where necessary, can lead to substantial cost savings and improved overall operational efficiency across the industrial organization.
In [1] PdM is defined as “a philosophy or attitude that, simply stated, uses the actual operating condition of plant equipment and systems to optimize total plant operation. A comprehensive predictive maintenance management program uses the most cost-effective tools (e.g., vibration monitoring, thermography, tribology) to obtain the actual operating condition of critical plant systems and based on this actual data schedules all maintenance activities on an as-needed basis”. Therefore PdM aims to identify trends, anomalies, and degradation in the initial stages, so that the necessary ones can be implemented countermeasures. PdM is implemented by identifying one or more parameters that are measured and then analyzed using appropriate mathematical models to estimate the remaining useful life (RUL) of a system before failure occurs. Various techniques are employed for this purpose, including vibration analysis, thermography, current consumption analysis, detection of abnormal vibrations, and more. Deviations in measured values from the normal operating condition indicate progressive degradation and, ultimately, enable the prediction of failure timing. The application of PdM is now largely enabled by advancements in IoT. Real-time, connected IoT solutions enable companies to collect large volumes of operational data from equipment. This wealth of information allows for the implementation of algorithms capable of reliably predicting failures and identifying early signs of degradation in production processes. Hence, the availability of machine operational datasets is a critical enabler for the effective implementation of a PdM paradigm.

1.2. Related Works

In both the academic literature and online resources, several sets of machinery operational data are available to support preliminary analyses for PdM. The following datasets have currently been identified:
  • NASA Bearing Dataset [2]: each of the three datasets made available is composed of individual files, each representing a one-second snapshot of the vibration signal recorded at specific time intervals. Every file contains 20,480 data points, with a sampling rate of 20 kHz. The file name encodes the timestamp indicating when the data was collected. Each row in a data file corresponds to a single data point. Larger gaps between timestamps (as reflected in the file names) indicate that the experiment was resumed on a subsequent working day.
  • MFPT Bearing Fault Dataset [3]: the MFPT dataset includes 23 distinct datasets collected from machinery operating under various fault conditions. The first 20 datasets were recorded on a bearing test rig: 3 represent bearings in good condition, 3 feature outer ring defects under constant load, 7 contain outer ring defects under varying loads, and 7 include inner ring defects under different load conditions. The remaining three datasets were collected from real-world machines, specifically an oil pump bearing, an intermediate speed bearing, and a planetary bearing. Each dataset contains an acceleration signal “gs”, the sampling frequency “sr”, the shaft speed “rate”, the weight of the load “load” and four critical frequencies that identify the different locations of a possible failure: the Ball Passing Frequency on the Outer ring (BPFO), the Ball Passing Frequency on the Inner ring (BPFI), the Fundamental Train Frequency (FTF), also known as cage frequency, and the Ball Spin Frequency (BSF).
  • UCI Accelerometer Dataset [4]: this dataset contains vibration data from a cooling fan equipped with weighted blades, recorded using accelerometers. It is suitable for tasks such as prediction, classification, and other applications involving vibration analysis, particularly in engine-related systems.

1.3. About This Paper

The rest of this paper is organized as follows: Section 2 provides a detailed description of the centrifugal pump dataset made available in this study. Section 3 presents the methods used to create the dataset, including the deployment of a wireless IoT sensor network and the development of a SW data platform for data collection, storage, and visualization. Section 4 describes the preliminary data understanding phase, conducted to assess the consistency, variability, and distribution of sensor measurements. Section 5 explores various application scenarios aimed at supporting the development of advanced methodologies for industrial monitoring, maintenance, reliability analysis, and intelligent diagnostics. Finally, Section 6 concludes the paper with reflections on the implications of the study and future research directions.

2. Data Description

Centrifugal Pump Dataset

This dataset consists of eight CSV files, each containing data collected from a specific centrifugal pump during a different operational day. Currently, recordings from 10 April, 11 June, and 30 October 2024 are available. The filename uniquely identifies both the pump unit (A, B, or C) and the corresponding day of operation. As of the time of writing, data has been collected from three different operational days, each with its own time duration. Table 1 provides the dataset structure along with a summary of the operating ranges, defined by the startup and shutdown timestamps, of all centrifugal pumps, grouped by operational day.
Each CSV file contains eleven columns: one for the timestamp and ten for measured values. The column headers are those listed in Table 2, where the prefix X represents the centrifugal pump unit label (e.g., A, B, or C).
The method employed to determine the peak value warrants some clarification. This value is calculated internally by the accelerometer as the maximum acceleration detected within the one-second interval preceding each measurement. During this interval, the acceleration signal is filtered using a high-pass filter with a cutoff frequency of 1 kHz. According to findings reported in the literature [5], high peak values in the high-frequency range, typically between 1 kHz and 20 kHz, are indicative of defects in motor and pump bearings and gears.
Our dataset differs from those reported in Section 1.2 by providing additional operating parameters of centrifugal pumps beyond vibrational data, specifically the temperatures of both the motor and the pump, as well as the outlet fluid pressure. Furthermore, it includes the simultaneous monitoring of environmental conditions through measurements of ambient temperature and atmospheric pressure. In addition, it enables investigations into the mutual interactions between the centrifugal pumps during their simultaneous operation.

3. Materials and Methods

This section presents a detailed description of the methods used to create the final centrifugal pump dataset provided in this study. The dataset was collected through an IoT wireless sensor network and stored on a data monitoring platform, the architecture of which is described in the following sections.

3.1. Target Plant and IoT Data Acquisition System

The target plant consists of a group of three industrial centrifugal pumps that supply demineralized water to the boilers of a heating plant. This plant produces the steam required by the research test facilities at the CIRA (Italian Aerospace Research Centre). Each centrifugal pump, labeled as A, B, or C, includes an electric motor coupled with a mechanical multistage pump. The multistage design increases the fluid’s pressure progressively at each stage, ensuring efficient water transfer. Table 3 summarizes the nameplate specifications of both the electric motor and the mechanical multistage pump.
Furthermore, each centrifugal pump is equipped with four smart wireless sensors to monitor operational parameters:
  • Two accelerometers: one mounted on the pump and the other on the motor, used to monitor vibration levels, both of which are also equipped with a temperature sensing element for contact temperature measurement.
  • One temperature sensor: positioned on the motor casing to track thermal conditions.
  • One pressure sensor: used to measure the flow rate of the outgoing fluid.
Moreover, two additional external wireless sensors are added to monitor ambient temperature and pressure to set up a small-scale environmental monitoring station. All sensors perform measurements at a sampling frequency of 1 Hz.
Sensors are integrated into a wireless mesh network based on the industrial WirelessHART protocol. This network communicates with a wireless gateway, which serves as the data acquisition unit. The gateway collects the sensor data and timestamps them in UTC with a resolution of one second. The data are subsequently retrieved by a centralized IoT Data Monitoring platform, as shown in Figure 1.

3.2. Iot Data Monitoring Platform

The SW architecture of the IoT Data Monitoring platform is designed to collect, store, and display data from multiple sensors, each potentially using different data formats. It is built using three open-source components (Telegraf, InfluxDB, and Grafana), which together form what is commonly known in the literature as the TIG stack. Figure 2 illustrates the system’s architecture and data flow. This setup manages the flow of data from IoT sensors (more precisely, from the gateway that aggregates data from sensors connected via the WirelessHART protocol) and enables users to visualize the data through a web browser.
The first component of the architecture is responsible for collecting all the measurements gathered by the sensors in the monitoring system. This is achieved using an SW agent called Telegraf [6], which is specifically designed for data collection. Telegraf supports the collection and transmission of a wide variety of data types, including database systems, SW platforms, and IoT sensors (using popular protocols such as MQTT, ModBus TCP, and OPC-UA).
In our implementation, data will be collected by Telegraf using the ModBus TCP protocol [7] from a specific IP address assigned to the gateway. The collected data will then be sent to a TSDB. TSDBs are specifically designed to handle time series data, which consists of arrays of numbers indexed by time (either as a specific date or within a range of dates). These databases support graphical queries, allowing users to visualize streaming data easily. Additionally, TSDBs provide native support for basic calculations, such as multiplication, addition, and the ability to join multiple time series into a new historical series. Users can also filter data based on temporal patterns, such as the day of the week or the time of day.
In our SW architecture, InfluxDB [8] was chosen as the TSDB. It is a high-performance, open-source TSDB designed to handle high write and query loads. InfluxDB also includes a built-in, web-oriented GUI that allows users to view the graphs of sensor data in near real-time. These graphs can be dynamically and interactively updated based on user requests. Time series data are typically visualized using line plots, and InfluxDB’s graphical interface enables users to select one or more metrics and/or tags to generate graphs and statistics. Alternatively, more advanced open-source graphical editors are available, which can interface with TSDBs, typically using HTTP and/or REST protocols, and offer monitoring frameworks, dashboards, statistical analysis tools, and automation features.
One such example is the widely used Grafana UI framework [9], which was employed in our implementation. Grafana allows users to visually represent time series data stored in InfluxDB, offering a variety of chart types (e.g., bar charts, line charts, etc.). It queries the InfluxDB TSDB via its REST API. A key feature of Grafana is its ability to aggregate multiple data sources into a single dashboard, incorporating panels arranged in rows. Additionally, users can create custom dashboards and share them with others.
Figure 3 presents the time evolution of the accelerometer-related variables for centrifugal pump A, as visualized through Grafana UI.
Summarizing, the IoT Data Monitoring platform follows a structured workflow to collect, process, and visualize data from industrial sensors. The process can be divided in four main stages:
  • Data Acquisition (WirelessHART Gateway): sensors installed on equipment continuously measure parameters and transmit data, via the WirelessHART protocol, to a WirelessHART Gateway that acts as a local data aggregator.
  • Data Collection (Telegraf): Telegraf handles the extraction of data from the WirelessHART Gateway and prepares them for storage.
  • Data Storage (InfluxDB): the processed data from Telegraf is stored in InfluxDB, which ensures efficient storage, quick retrieval, and enables historical analysis of the data.
  • Data Visualization (Grafana): Grafana is connected to InfluxDB to retrieve stored data and present it in the form of interactive dashboards, charts, and graphs. Users can access these visualizations via a standard web browser, allowing real-time monitoring as well as historical trend analysis.

4. Results

A preliminary data understanding phase was carried out to assess the consistency, variability, and distribution of the sensor measurements. Through visual inspections and descriptive statistics, distinct dynamic behaviors of the data were identified. For example, temperature and pressure values evolved smoothly over time, displaying relatively low variability and near-symmetric distributions. In contrast, vibration signals, particularly the peak values, exhibited sharp fluctuations, long-tailed distributions, and pronounced skewness (Table 4, Table 5 and Table 6). The asymmetry was also confirmed by comparing the mean and the trimmed mean, which appear very similar for stationary variables but show noticeable differences for dynamic ones, indicating the presence of heavy tails and potential transient events. These statistical insights reflect the heterogeneous nature of the monitored signals.
The results of this preliminary analysis underscore the dataset’s potential for use in multivariate signal processing, temporal dynamic analysis, and condition monitoring.

5. Discussion

The sets of data represent a useful tool for the development of advanced methodologies of industrial monitoring, maintenance, reliability and intelligent diagnostics. In particular, the data were acquired in a variety of typical operating regimes, thus capturing the variability and dynamics of the normal industrial operation of centrifugal pumps (or other similar rotating machinery). The integration of statistical tools and machine learning models on this type of data is essential to extract useful information, define operational parameters, quantify process variability, and support effective decisions in the field of maintenance, optimization, and safety of plants [10,11]. The dataset therefore offers a broad basis for the experimentation and validation of advanced condition monitoring systems, as well as for the development of new analytical applications in industrial contexts characterized by sensor-rich environments. Some of the possible uses of the data are outlined below.

5.1. Operating Condition Benchmarking

The data provide a reference of nominal operating behaviour for comparison with the monitored machinery. It is suitable for training learning algorithms (autoencoder, one-class SVM, clustering) to recognize the normal operating values of variables. Once the normal operating conditions are learned, these models can then be implemented for anomaly or novelty detection on other assimilable equipment, flagging deviations from the learned normal state as potential failures.

5.2. Feature Extraction and Preprocessing

Since the signals represent only normal operation, the dataset is well-suited for developing, testing, and validating feature extraction and data preprocessing pipelines (noise reduction, normalization, missing value management) in realistic industrial scenarios without the risk of including hidden failure events.

5.3. Integration and Multivariate Signal Analysis

It is possible to perform multivariate analysis of temporal causality by integrating the different types of data (displacements, temperatures, pressures) coming from several machines in operation at the same time. This allows for studying how the different physical quantities influence each other during the normal operation of the plant. It enables the identification of correlations between variables and the development of models that take into account the mutual interaction and the influence that there may be in the operation of the machinery for a more complete and robust characterization of the operating conditions of the system. Through these methods, it is also possible to assess the impact of external environmental variables on machinery operating conditions.

5.4. Unsupervised Pattern Discover

The data lend themselves to exploratory analysis through the use of unsupervised learning methods, such as clustering and dimensionality reduction, to identify different operating states, load conditions, or transient regimes within the spectrum of normal operation as well as to explore the structure and variability of the dataset. This type of analysis can also help identify the most informative variables for subsequent analysis.

5.5. Vibration Analysis for Bearing Monitoring

Vibration signals from both the pump and the motor accelerometers can be used to develop, train, and test models to assess bearing condition. These data enable time- and frequency-domain analysis, allowing researchers to extract characteristics and evaluate algorithms aimed at detecting bearing wear or changes in dynamic behavior under normal conditions.

5.6. Digital Twin and Soft Sensing

Data can be used as input for the development of digital twins or soft sensors, allowing for the estimation or virtual detection of variables not directly measured, the validation of simulation models, or the optimization of processes based on data analysis.

6. Conclusions

In this study, our objective is to describe and provide a dataset derived from the operation of machinery, specifically centrifugal pumps. The dataset, collected through a wireless IoT sensor network and stored on an in-house developed SW data monitoring platform, serves as a valuable resource for subsequent investigations and modeling. For example, it can be used with Data Science (DS) methodologies to support the development of a PdM strategy.
Future steps may include the recording of additional operational days and the inclusion of diverse conditions, potentially involving signs of degradation in pump and motor behaviour. Furthermore, acquiring data at higher sampling frequencies could enable more detailed analyses in the spectral domain.

Author Contributions

Conceptualization, G.Z. and A.M.; methodology, G.Z.; software, A.M.; validation, A.D. and M.F.; formal analysis, A.M. and A.D.; investigation, A.D. and G.Z.; data curation, A.M. and A.D.; writing—original draft preparation, A.M., A.D. and G.Z.; writing—review and editing, G.Z., M.F. and A.C.; visualization, A.M.; project administration, G.R. All authors have read and agreed to the published version of the manuscript.

Funding

This research received no external funding.

Institutional Review Board Statement

Not applicable.

Informed Consent Statement

Not applicable.

Data Availability Statement

The data presented in this study are openly available in Zenodo at https://doi.org/10.5281/zenodo.15301820 (accessed on 13 June 2025).

Acknowledgments

The authors would mention the SACIP (SAlus CIra Plant) project, funded by the Italian PRORA, which enabled the data collection.

Conflicts of Interest

The authors declare no conflicts of interest.

Abbreviations

The following abbreviations are used in this manuscript:
APIApplication Programming Interface
CSVComma-Separated Values
DBDataBase
HTTPHyperText Transfer Protocol
IoTInternet of Things
MQTTMessage Queuing Telemetry Transport
RESTREpresentational State Transfer
SVMSupport Vector Machine
TCPTransmission Control Protocol
TSDBTime Series DB
UoMUnit of Measure
UIUser Interface
UTCUniversal Time Coordinated

References

  1. Mobley, R.K. 1—Impact of Maintenance. In Maintenance Fundamentals, 2nd ed.; Mobley, R.K., Ed.; Plant Engineering, Butterworth-Heinemann: Burlington, NJ, USA, 2004; pp. 1–10. [Google Scholar] [CrossRef]
  2. NASA Bearing Dataset. Available online: https://www.kaggle.com/datasets/vinayak123tyagi/bearing-dataset (accessed on 13 June 2025).
  3. MFPT Bearing Fault Dataset. Available online: https://www.mfpt.org/fault-data-sets (accessed on 13 June 2025).
  4. UCI Accelerometer Datase. Available online: https://archive.ics.uci.edu/ml/datasets/accelerometer (accessed on 13 June 2025).
  5. Iunusova, E.; Gonzalez, M.; Szipka, K.; Archenti, A. Early fault diagnosis in rolling element bearings: Comparative analysis of a knowledge-based and a data-driven approach. J. Intell. Manuf. 2024, 35, 2327–2347. [Google Scholar] [CrossRef]
  6. Telegraf Website. Available online: https://www.influxdata.com/time-series-platform/telegraf (accessed on 13 June 2025).
  7. Modbus Website. Available online: https://www.modbus.org/ (accessed on 13 June 2025).
  8. InfluxDB Website. Available online: http://influxdata.com/ (accessed on 13 June 2025).
  9. Grafana website. Available online: https://grafana.com/ (accessed on 13 June 2025).
  10. Bednarek, M.; Luściński, S.; Jabłoński, M.; Schaffeld Graniffo, G.J. Harnessing Industry 4.0 Technologies: A Novel Predictive Maintenance Method for Advanced Production Systems. Manag. Prod. Eng. Rev. 2025, 15, 1–13. [Google Scholar] [CrossRef]
  11. Rojas, L.; Peña, A.; Garcia, J. AI-Driven Predictive Maintenance in Mining: A Systematic Literature Review on Fault Detection, Digital Twins, and Intelligent Asset Management. Appl. Sci. 2025, 15, 3337. [Google Scholar] [CrossRef]
Figure 1. Schematic representation of the target plant and the WirelessHART architecture.
Figure 1. Schematic representation of the target plant and the WirelessHART architecture.
Data 10 00091 g001
Figure 2. IoT Data Monitoring platform architecture and data flow.
Figure 2. IoT Data Monitoring platform architecture and data flow.
Data 10 00091 g002
Figure 3. Time series of accelerometer data, visualized through Grafana UI, showing displacement, peak, and temperature values for both the pump and motor of centrifugal pump A on 30 October 2024.
Figure 3. Time series of accelerometer data, visualized through Grafana UI, showing displacement, peak, and temperature values for both the pump and motor of centrifugal pump A on 30 October 2024.
Data 10 00091 g003
Table 1. Dataset structure with operating ranges of centrifugal pumps for each operational day.
Table 1. Dataset structure with operating ranges of centrifugal pumps for each operational day.
FilenameCentrifugal Pump UnitOperational DayOperating Range
Startup TimestampShuthown Timestamp
A_2024-04-10.csvA10 April 202412:28:3012:49:28
B_2024-04-10.csvB12:51:4212:56:41
C_2024-04-10.csvC12:58:1613:10:14
A_2024-06-11.csvA11 June 202410:00:2511:21:24
B_2024-06-11.csvB07:08:0813:07:33
C_2024-06-11.csvC10:52:5511:19:54
A_2024-10-30.csvA30 October 2024 *10:59:1513:19:13
B_2024-10-30.csvB08:28:3311:05:56
* Data for centrifugal pump C are not available for this day, as the pump was turned off.
Table 2. CSV header column names, their descriptions, and UoM.
Table 2. CSV header column names, their descriptions, and UoM.
Column NameDescriptionUoM
Timestamptemporal timestamp indicating when the measurement was taken, formatted as YYYY-MM-DD hh:mm:ss
X_ACR_Mot.PVvibrational velocity measured by the motor accelerometerm/s
X_ACR_Mot.SVpeak value measured by the motor accelerometerm/s2
X_ACR_Mot.TVcontact temperature of the motor accelerometer°C
X_ACR_Pmp.PVvibrational velocity measured by the pump accelerometerm/s
X_ACR_Pmp.SVpeak value measured by the pump accelerometerm/s2
X_ACR_Pmp.TVcontact temperature of the pump accelerometer°C
X_Temp.SVmotor casing temperature°C
X_Pres.SVoutlet fluid pressure from the pumpbar
Barometeratmospheric pressurembar
Temperatureambient temperature°C
Table 3. Nameplate data of motor and pump.
Table 3. Nameplate data of motor and pump.
Electric Motor
PowerShaft SpeedVoltagePolesFrame Size (H)
110 kW2980 rpm400 V2315 mm
Mechanical Multistage Pump
PowerFlow RatePump HeadMax PressureN° of Impellers
110 kW45 m3/h450 m40 bar7
Table 4. Descriptive statistics for centrifugal pumps A, B, and C on 10 April 2024.
Table 4. Descriptive statistics for centrifugal pumps A, B, and C on 10 April 2024.
VariableMeanSDMedianTrimmedMinMaxSkewKurtosis
A_ACR_Mot.PV0.0020.0000.0020.0020.0010.0031.1291.752
A_ACR_Mot.SV1.7088.3870.4270.4380.388456.62637.0051843.644
A_ACR_Mot.TV28.2843.43129.06329.10617.97731.367−2.1613.570
A_ACR_Pmp.PV0.0010.0010.0010.0010.0000.0042.9607.045
A_ACR_Pmp.SV2.76113.6630.5260.5330.445291.62317.041344.468
A_ACR_Pmp.TV23.2562.13122.62523.41918.21926.578−0.4800.172
A_Pres.PV3.75411.1620.4520.4520.44041.9783.1077.665
A_Temp.PV26.9983.07827.24127.53717.92931.083−1.6152.550
B_ACR_Mot.PV0.0010.0000.0010.0010.0000.0021.1831.001
B_ACR_Mot.SV1.6624.2820.5060.5060.42820.4403.47510.201
B_ACR_Mot.TV19.1660.32719.30519.22418.20319.422−1.3140.668
B_ACR_Pmp.PV0.0010.0010.0010.0010.0000.0042.8767.799
B_ACR_Pmp.SV1.9705.5820.4840.4950.00026.2233.54510.670
B_ACR_Pmp.TV20.9661.26420.96121.03018.31322.852−0.557−0.503
B_Pres.PV3.05710.1560.4780.4790.46443.2113.69411.647
B_Temp.PV19.1750.59019.04619.09418.21021.5752.0285.436
C_ACR_Mot.PV0.0010.0010.0010.0010.0010.0031.6061.716
C_ACR_Mot.SV2.7245.7070.4231.1430.38431.8662.2903.933
C_ACR_Mot.TV22.3182.43023.20322.40618.78924.859−0.199−1.764
C_ACR_Pmp.PV0.0010.0010.0010.0010.0000.0041.9842.107
C_ACR_Pmp.SV4.4849.9380.4131.8150.37637.6702.0842.460
C_ACR_Pmp.TV21.5461.73822.54721.67818.65623.141−0.546−1.522
C_Pres.PV6.63615.0530.4522.8360.44243.3012.0222.090
C_Temp.PV23.6053.17825.44823.61618.82228.557−0.331−1.470
Barometer1018.0780.0591018.0751018.0761017.8831018.2710.3560.276
Temperature19.9070.34019.95119.90919.17120.771−0.0740.071
Table 5. Descriptive statistics for centrifugal pumps A, B, and C on 11 June 2024.
Table 5. Descriptive statistics for centrifugal pumps A, B, and C on 11 June 2024.
VariableMeanSDMedianTrimmedMinMaxSkewKurtosis
A_ACR_Mot.PV0.0030.0000.0030.0030.0010.003−2.2026.262
A_ACR_Mot.SV13.1603.17713.73413.7190.54317.497−3.20310.215
A_ACR_Mot.TV35.1085.72736.50035.71523.76641.477−0.843−0.499
A_ACR_Pmp.PV0.0040.0010.0040.0040.0010.004−2.5464.721
A_ACR_Pmp.SV31.12710.72234.08933.6700.56760.082−2.1463.770
A_ACR_Pmp.TV36.4833.86037.85237.24327.14839.781−1.4930.936
A_Pres.PV41.5970.65941.53441.57140.40643.1290.315−0.573
A_Temp.PV35.3474.64536.73636.05123.96340.506−1.1260.226
B_ACR_Mot.PV0.0010.0010.0010.0000.0010.0020.4690.192
B_ACR_Mot.SV28.05429.23929.1033.4630.50655.714−1.9795.702
B_ACR_Mot.TV35.53637.57036.4023.91522.60940.648−1.121−0.042
B_ACR_Pmp.PV0.0030.0030.0030.0000.0000.004−2.1303.660
B_ACR_Pmp.SV23.71025.82025.2403.8280.00070.682−1.2303.185
B_ACR_Pmp.TV39.70742.22740.9191.99222.68044.398−1.8032.314
B_Pres.PV42.79242.75042.8371.4575.26746.709−2.34251.374
B_Temp.PV33.99235.56534.6442.91222.67338.539−1.038−0.157
C_ACR_Mot.PV0.0010.0000.0010.0010.0010.0023.53210.481
C_ACR_Mot.SV1.6904.6670.4610.4610.46119.4123.53210.481
C_ACR_Mot.TV24.9071.39724.53924.53924.53930.2113.53210.481
C_ACR_Pmp.PV0.0010.0000.0010.0010.0010.0035.81231.803
C_ACR_Pmp.SV1.9798.8050.5260.5260.52655.2855.88532.658
C_ACR_Pmp.TV24.7951.93124.47724.47724.47736.4845.88532.658
C_Pres.PV41.5990.53641.52141.58740.36342.8240.1630.566
C_Temp.PV29.4872.97430.20729.58424.47933.381−0.259−1.418
Barometer1011.8800.2131011.9011011.8991011.3461012.268−0.574−0.414
Temperature26.1410.28126.21226.15325.69226.496−0.388−1.349
Table 6. Descriptive statistics for centrifugal pumps A and B on 30 October 2024.
Table 6. Descriptive statistics for centrifugal pumps A and B on 30 October 2024.
VariableMeanSDMedianTrimmedMinMaxSkewKurtosis
A_ACR_Mot.PV0.0030.0000.0030.0030.0010.004−1.5846.057
A_ACR_Mot.SV16.0663.75916.06116.3150.46624.247−1.7766.117
A_ACR_Mot.TV39.9617.25642.63340.79521.21150.273−0.847−0.295
A_ACR_Pmp.PV0.0040.0010.0040.0040.0010.004−4.47120.303
A_ACR_Pmp.SV32.6746.73533.44233.4520.52642.875−3.04214.423
A_ACR_Pmp.TV37.6342.66038.54738.07528.96141.297−1.3091.049
A_Pres.PV38.7926.41839.88439.8210.67042.487−5.66530.727
A_Temp.PV38.9735.53640.63339.61123.66049.677−0.830−0.032
B_ACR_Mot.PV0.0020.0000.0020.0020.0010.0020.163−0.143
B_ACR_Mot.SV126.45767.397126.340127.9870.467227.879−0.123−1.462
B_ACR_Mot.TV37.3185.35339.25838.21318.99242.805−1.2580.698
B_ACR_Pmp.PV0.0040.0000.0040.0040.0010.0071.86035.530
B_ACR_Pmp.SV23.89438.67220.45420.5410.524637.10813.570193.602
B_ACR_Pmp.TV40.0143.51841.02340.62823.23444.234−1.5001.775
B_Pres.PV39.9602.33240.31140.2030.70643.101−7.600112.337
B_Temp.PV35.4054.52136.88236.09321.80740.916−1.1820.578
Barometer1022.0190.3231022.1191022.0341021.4071022.473−0.488−1.104
Temperature21.7870.98621.94321.84219.56523.243−0.327−0.967
Disclaimer/Publisher’s Note: The statements, opinions and data contained in all publications are solely those of the individual author(s) and contributor(s) and not of MDPI and/or the editor(s). MDPI and/or the editor(s) disclaim responsibility for any injury to people or property resulting from any ideas, methods, instructions or products referred to in the content.

Share and Cite

MDPI and ACS Style

Martone, A.; D’Ambrosio, A.; Ferrucci, M.; Cembalo, A.; Romano, G.; Zazzaro, G. Sensor-Based Monitoring Data from an Industrial System of Centrifugal Pumps. Data 2025, 10, 91. https://doi.org/10.3390/data10060091

AMA Style

Martone A, D’Ambrosio A, Ferrucci M, Cembalo A, Romano G, Zazzaro G. Sensor-Based Monitoring Data from an Industrial System of Centrifugal Pumps. Data. 2025; 10(6):91. https://doi.org/10.3390/data10060091

Chicago/Turabian Style

Martone, Angelo, Alessia D’Ambrosio, Michele Ferrucci, Assuntina Cembalo, Gianpaolo Romano, and Gaetano Zazzaro. 2025. "Sensor-Based Monitoring Data from an Industrial System of Centrifugal Pumps" Data 10, no. 6: 91. https://doi.org/10.3390/data10060091

APA Style

Martone, A., D’Ambrosio, A., Ferrucci, M., Cembalo, A., Romano, G., & Zazzaro, G. (2025). Sensor-Based Monitoring Data from an Industrial System of Centrifugal Pumps. Data, 10(6), 91. https://doi.org/10.3390/data10060091

Article Metrics

Back to TopTop