Integration of Railway Bridge Structural Health Monitoring into the Internet of Things with a Digital Twin: A Case Study
Abstract
:1. Introduction
1.1. Brief Background of Railway Bridges and Importance of Structural Health Monitoring
- Instrumentation: Set of sensors and data acquisition systems that collect the physical structural parameters to be monitored and analyzed.
- Monitoring: Remote data transmission and web publication.
- Analysis: Set of techniques to convert the data into characteristic variables or parameters to understand the structural behavior and implement systems to evaluate and detect structural damage.
- Management: Decision-making aid for action and maintenance that involves making this real-time information available to the right people at the right time and within a realistic geometrical contextualization.
1.2. Related Research Summary
1.3. A Digital Twin for SHM in Railway Bridges
- Simulation: SHM + IoT + BIM;
- Learning: AI;
- Management: DS (provides decision support).
2. Objectives and Metrics
- Achieve classification accuracy for detecting abnormal vibration patterns that indicate potential structural issues using only low-cost wireless sensors;
- Enable scalable large-scale monitoring across thousands of bridges through a cloud and on-premises edge computing architecture costing 80% less than traditional wired sensor networks;
- Reduce installation and maintenance complexity by over 50% compared to typical SHM systems by utilizing self-contained wireless sensors with battery/solar power.
3. System Architecture Description
3.1. High-Level Overview
3.1.1. Physical Components: Accelerometers Installed on Bridge and Local Gateway
- The typology and materials used as well as construction uncertainties;
- The failure modes to be considered: ELS (serviceability limit states) or ELU (ultimate limit states);
- The locations or construction elements to be monitored (critical sections, deck, piles, bearings, abutments, etc.) and the stresses to which they are exposed;
- The environment and other variables affecting durability and integrity, as well as aging.
3.1.2. Digital Components: On-Premises and Cloud System
- Filtering outliers in the vibration frequencies that fall outside expected ranges;
- Extracting the top three principal vibration peaks for each bridge crossing event;
- Clustering the data using k-means [25] to group similar vibration patterns;
- Labeling the clusters to create a supervised training dataset.
3.2. Technical Details of Key Components
- Sensors: Wireless accelerometers installed on the bridge to measure vibrations. They stream data via WiFi to an on-site gateway.
- 4G gateway: Collects and transmits sensor data from the bridge location to the central system. Provides local WiFi connectivity.
- MQTT broker: Message queuing protocol used for efficient sensor data transmission.
- On-premises network (A): Middleware hosted on-site for real-time data ingestion and processing. Stores data in time-series database and runs analytics like FFT.
- Cloud network (B): Cloud services for scalable storage, batch processing, and machine learning. Batch data are ingested to the cloud storage data lake and processed in Databricks for ML model training. It includes MLflow, which enables machine learning model management workflows. MLflow is used to track, version, and deploy machine learning models into production in a serverless, scalable way.
- Digital twin application (C): Consumes real-time sensor data and includes a bridge geometry model for visualization and alerts. Includes dashboards, notifications, and a digital twin BIM viewer.
3.2.1. Mems Accelerometers
3.2.2. On-Premises System
- Signal processing algorithms: Signal processing is a crucial aspect of our study, as it allows us to extract valuable insights from the raw sensor data collected from the railway bridge. In this study, we used a combination of filtering and noise reduction to process the high-frequency sensor data in real-time.
- Fast Fourier transform (FFT) analysis: Following filtering and noise reduction, the sensor data were then subjected to FFT analysis. FFT is a signal processing algorithm that transforms a signal from its original time domain to a representation in the frequency domain.
3.2.3. Cloud System
3.3. Implementation Challenges and Solutions
- Railway bridge;
- A single isostatic span of approximately 17 m;
- Two non-standard steel main girders with reinforced concrete top slab.
4. Experimental Methodology
4.1. Generic Methodology
- Characterization of the railway bridge;
- Sensor deployment and data acquisition;
- Data preprocessing;
- Unsupervised learning;
- Model calibration and synthetic data generation;
- Supervised learning;
- Validation and continuous learning.
4.1.1. Characterization of the Railway Bridge
4.1.2. Sensor Deployment and Data Acquisition
4.1.3. Data Preprocessing
4.1.4. Unsupervised Learning
4.1.5. Model Calibration and Synthetic Data Generation
4.1.6. Supervised Learning
4.1.7. Validation and Continuous Learning
4.2. Application of the Methodology to the Pilot Bridge
4.2.1. Overview of Field Deployment
4.2.2. Sample Acceleration Data Collected from Sensors
- 5.71 Hz for the first mode (bending);
- 15.11 Hz for the second mode (torsion);
- 20.84 Hz for the third mode (second order bending).
4.3. How a Digital Twin Detects Structural Changes from Sensor Data
- Cluster 1 contained the fewest cases at 190 cases.
- Cluster 2 had 659 cases.
- Cluster 3 was the largest group with 3474 cases.
- colsample_bytree = 0.6317331055500884;
- lambda_l1 = 0.1459367945385852;
- lambda_l2 = 0.30720685012169846;
- learning_rate = 0.03691431372131188;
- max_bin = 264;
- max_depth = 5;
- min_child_samples = 36;
- n_estimators = 551;
- num_leaves = 7;
- path_smooth = 95.01320854755053;
- subsample = 0.5638297006431046;
- random_state = 190,645,121.
- Training data and splitting:
- -
- The model was trained on 8646 rows of data;
- -
- A 60/20/20 train/validation/test split was used;
- -
- This means 5188 rows for training and 1729 rows each for validation and test sets.
- Best iteration (281) and stopped iteration (286):
- -
- The model achieved its best validation performance after 281 boosting rounds;
- -
- Training was stopped early at iteration 286, which was close to the best iteration;
- -
- This indicates the early stopping callback worked well to prevent overfitting.
- Test metrics:
- -
- Test log loss: 0.0120—very low, indicates high accuracy on unseen test data;
- -
- Test ROC-AUC: 0.9999—near perfect discrimination ability on the test set.
- Training metrics:
- -
- Training log loss: 0.0099—extremely low, model fits training data remarkably well;
- -
- Training ROC-AUC: 0.9999—near perfect discrimination on training data;
- -
- Potential for some overfitting, but this is not concerning given test performance.
- Validation metrics:
- -
- Validation log loss: 0.0171—low, but higher than training, as expected;
- -
- Validation ROC-AUC: 0.9999—excellent discrimination on validation data;
- -
- Valid_0 log loss: 0.0171—same as overall validation for the first fold.
5. Results and Discussion
5.1. Summary of Digital Twin Approach for SHM in Railway Bridges
- Cost-effectiveness: achieves lower costs than traditional wired sensor networks through the use of low-cost wireless sensors and edge–cloud computing.
- Scalability: enables large-scale monitoring across thousands of bridges with minimal additional infrastructure costs.
- Ease of deployment: reduces installation and maintenance complexity through the use of self-contained, battery/solar-powered wireless sensors.
- High accuracy: attains outstanding classification accuracy for detecting abnormal vibration patterns using rapid advanced machine learning techniques.
- Actionable insights: provides continuous, automated structural health assessment and generates maintenance recommendations to prevent failures.
5.2. Comparison to the Existing Literature
5.3. Benefits Demonstrated: Low Cost and Rapid Damage Detection
- Establishment of a replicable methodology, with slight adaptations to each case study, for the generalization of railway bridge monitoring and its integration into the Internet of Things (IoT): The approach shown can be extended to the numerous similar bridges found in any metropolitan area network. As a result, the ability to monitor such common bridges is crucial for effective management of urban infrastructure health.
- Identification and enabling of reliable MQTT communication with sufficient time density of measurements that allows for subsequent structural analysis of bridges (sent by a 4G network through an MQTT broker): This is also applicable to different sensing equipment—it has been possible with this communication protocol to integrate both low-cost and solar-powered commercial wireless systems (selecting the most competitive in price for the pilot) and standard universal acquisition modules for wired sensors. That is, the sensors to be used in the system can be selected according to the technical needs and the budget available for the monitoring of each bridge. With this combination of industrial-grade sensors, localized connectivity, and a standardized MQTT data interface, the solution can reliably collect high-frequency vibration data on the structural dynamics of railway bridges. The cellular modem connectivity enables remote data access from anywhere with internet access.
- Development of a hybrid on-premises processing system using open-source tools that enables communication between hardware or physical devices and the cloud, allowing a high sampling frequency for each installed sensor: This system or data platform is extensible and scalable to any bridge with the corresponding slight adaptations to accommodate new sensor technology. The combination of Mosquitto, Node-RED, and InfluxDB 2.0 enables real-time collection, analysis, and storage of the acceleration data on-premises. Mosquitto handles collecting and distributing the massive amount of sensor messages. Node-RED processes and analyzed the data streams, and InfluxDB 2.0 acts as the time-series database for operational monitoring and data historians. On the cloud side, Azure Databricks provides a cloud platform for scalable data engineering, machine learning model training with AutoML, and robust MLOps for managing and deploying the models using MLflow. The cloud services provided the bandwidth needed for big data workflows on the historical vibration datasets. While this implementation used a LightGBM classifier selected by the Databricks AutoML functionality for vibration pattern analysis, the flexible architecture can adapt a wide range of machine learning and deep learning algorithms, as reviewed in the literature and including CNNs, RNNs, autoencoders, and other neural network architectures, into the SHM data pipeline as needed based on modifying the model’s requirement.
- Ability to continuously learn and adapt over time as more real-world data accumulates: The validated AutoML machine learning model serves as an initial baseline, but it does not remain static. By storing all historical vibration data from the bridge sensors in a cloud data lake, the system gains access to an ever-growing dataset. At regular intervals, this expanding dataset is leveraged to retrain and update the machine learning model, steadily enhancing its accuracy through additional training on real examples from the field. This continuous learning capability allows the model to automatically adapt to gradual evolutions in the bridge’s structural dynamics, such as effects from seasonality, aging of materials, and other factors. Thus, the digital twin does not remain frozen but instead dynamically evolves its understanding of normal versus abnormal vibration patterns as conditions change over the bridge’s lifetime.
- Visualization centered on a realistic digital twin with location and access to the information of each sensor that is represented as the physical reality and has assigned IDs: That is, IoT is integrated as a digital twin connecting streaming data, AI generated alerts, and the physical geometry of the bridge.
6. Conclusions
Author Contributions
Funding
Institutional Review Board Statement
Informed Consent Statement
Data Availability Statement
Acknowledgments
Conflicts of Interest
References
- Wang, Y.W.; Ni, Y.Q.; Wang, S.M. Structural health monitoring of railway bridges using innovative sensing technologies and machine learning algorithms: A concise review. Intell. Transp. Infrastruct. 2022, 1, liac009. [Google Scholar] [CrossRef]
- Vagnoli, M.; Remenyte-Prescott, R.; Andrews, J. Railway Bridge Structural Health Monitoring and Fault Detection: State-of-the-Art Methods and Future Challenges, Structural Health Monitoring. Int. J. 2017, 17. [Google Scholar] [CrossRef]
- Elfgren, L.; Olofsson, J.; Bell, B.; Paulsson, B.; Niederleithinger, E.; Jensen, J.S.; Feltrin, G.; Täljsten, B.; Cremona, C.; Kiviluoma, R.; et al. Sustainable Bridges—Assessment for Future Traffic Demands and Longer Lives; Priority Sixth Sustainable Development Global Change & Ecosystems Integrated Project; Publishable Final Activity Report; Dolnoslaskie Wydawnictwo Edukacyjne: Wroclaw, Poland, 2008. [Google Scholar]
- Reyer, M.; Hurlebaus, S.; Mander, J.; Ozbulut, O.E. Design of a Wireless Sensor Network for Structural Health Monitoring of Bridges. In Proceedings of the International Conference on Sensing Technology, Palmerston North, New Zealand, 28 November–1 December 2011; pp. 515–520. [Google Scholar] [CrossRef]
- Le, B.; Andrews, J. Modelling Railway Bridge Asset Management. Proc. Inst. Mech. Eng. 2013, 227, 644–656. [Google Scholar] [CrossRef]
- Pipinato, A.; Patton, R. Chapter 19—Railway Bridges. In Innovative Bridge Design Handbook; Butterworth Heinemann: Oxford, UK, 2016; pp. 509–527. [Google Scholar] [CrossRef]
- Nasr, A.; Kjellström, E.; Björnsson, I.; Honfi, D.; Ivanov, O.L.; Johansson, J. Bridges in a Changing Climate: A Study of the Potential Impacts of Climate Change on Bridges and their Possible Adaptations. Struct. Infrastruct. Eng. 2019, 16, 738–749. [Google Scholar] [CrossRef]
- Rymsza, J. Causes of the Collapse of the Polcevera Viaduct in Genoa, Italy. Appl. Sci. 2021, 11, 8098. [Google Scholar] [CrossRef]
- Wang, E.; Liu, Z.; Li, M.; Zhao, D. Implication of bridge resilience design and lessons from negative examples. Adv. Bridge Eng. 2022, 3, 23. [Google Scholar] [CrossRef]
- Sun, L.; Shang, Z.; Xia, Y.; Bhowmick, S.; Nagarajaiah, S. Review of Bridge Structural Health Monitoring Aided by Big Data and Artificial Intelligence: From Condition Assessment to Damage Detection. J. Struct. Eng. 2020, 146, 04020073. [Google Scholar] [CrossRef]
- Brownjohn, J. Structural health monitoring of civil infrastructure. Philos. Trans. R. Soc. A Math. Phys. Eng. Sci. 2007, 365, 589–622. [Google Scholar] [CrossRef] [PubMed]
- He, Z.; Li, W.; Salehi, H.; Zhang, H.; Zhou, H.; Jiao, P. Integrated structural health monitoring in bridge engineering. Autom. Constr. 2022, 136, 104168. [Google Scholar] [CrossRef]
- Carden, E.P.; Fanning, P. Vibration Based Condition Monitoring: A Review. Struct. Health Monit. 2004, 3, 355–377. [Google Scholar] [CrossRef]
- Alves, V.; Cury, A. A fast and efficient feature extraction methodology for structural damage localization based on raw acceleration measurements. Struct. Control Health Monit. 2021, 28, e2748. [Google Scholar] [CrossRef]
- Malekloo, A.; Ozer, E.; AlHamaydeh, M.; Girolami, M. Machine learning and structural health monitoring overview with emerging technology and high-dimensional data source highlights. Struct. Health Monit. 2022, 21, 1906–1955. [Google Scholar] [CrossRef]
- Zinno, R.; Haghshenas, S.; Guido, G.; Rashvand, K.; Vitale, A.; Sarhadi, A. The State of the Art of Artificial Intelligence Approaches and New Technologies in Structural Health Monitoring of Bridges. Appl. Sci. 2023, 13, 97. [Google Scholar] [CrossRef]
- Zinno, R.; Haghshenas, S.S.; Guido, G.; VItale, A. Artificial Intelligence and Structural Health Monitoring of Bridges: A Review of the State-of-the-Art. IEEE Access 2022, 10, 88058–88078. [Google Scholar] [CrossRef]
- Jeong, J.P.L.H.S.S.; Law, K.H. A scalable cloud-based cyberinfrastructure platform for bridge monitoring. Struct. Infrastruct. Eng. 2019, 15, 82–102. [Google Scholar] [CrossRef]
- Vanderhorn, E.; Mahadevan, S. Digital Twin: Generalization, characterization and implementation. Decis. Support Syst. 2021, 145, 113524. [Google Scholar] [CrossRef]
- Chiachío, M.; Megía, M.; Chiachío, J.; Fernandez, J.; Jalón, M.L. Structural digital twin framework: Formulation and technology integration. Autom. Constr. 2022, 140, 104333. [Google Scholar] [CrossRef]
- O’higgins, C.; Hester, D.; Mcgetrick, P.; Cross, E.J.; Ao, W.K.; Brownjohn, J. Minimal Information Data-Modelling (MID) and an Easily Implementable Low-Cost SHM System for Use on a Short-Span Bridge. Sensors 2023, 23, 6328. [Google Scholar] [CrossRef]
- Samudra, S.; Barbosh, M.; Sadhu, A. Machine Learning-Assisted Improved Anomaly Detection for Structural Health Monitoring. Sensors 2023, 23, 3365. [Google Scholar] [CrossRef]
- Anastasia, S.; García-Macías, E.; Ubertini, F.; Gattulli, V.; Ivorra, S. Damage Identification of Railway Bridges through Temporal Autoregressive Modeling. Sensors 2023, 23, 8830. [Google Scholar] [CrossRef]
- Sonbul, O.; Rashid, M. Towards the Structural Health Monitoring of Bridges Using Wireless Sensor Networks: A Systematic Study. Sensors 2023, 23, 8468. [Google Scholar] [CrossRef] [PubMed]
- Preethichandra, D.; Suntharavadivel, T.; Kalutara, P.; Piyathilaka, L.; Izhar, U. Influence of Smart Sensors on Structural Health Monitoring Systems and Future Asset Management Practices. Sensors 2023, 23, 8279. [Google Scholar] [CrossRef]
- Indhu, R.; Sundar, G.R.; Parveen, H.S. A Review of Machine Learning Algorithms for vibration-based SHM and vision-based SHM. In Proceedings of the 2022 Second International Conference on Artificial Intelligence and Smart Energy (ICAIS), Coimbatore, India, 23–25 February 2022; pp. 418–422. [Google Scholar] [CrossRef]
- Sadhu, A.; Peplinski, J.E.; Mohammadkhorasani, A.; Moreu, F. A Review of Data Management and Visualization Techniques for Structural Health Monitoring Using BIM and Virtual or Augmented Reality. J. Struct. Eng. 2023, 149, 03122006. [Google Scholar] [CrossRef]
- Pierleoni, P. IoT Solution based on MQTT Protocol for Real-Time Building Monitoring. In Proceedings of the 2019 IEEE 23rd International Symposium on Consumer Technologies (ISCT), Ancona, Italy, 19–21 June 2019; pp. 57–62. [Google Scholar] [CrossRef]
- Fernandez-Navamuel, A.; Zamora-Sánchez, D.; Omella, Á.J.; Pardo, D.; Garcia-Sanchez, D.; Magalhães, F. Supervised Deep Learning with Finite Element simulations for damage identification in bridges. Eng. Struct. 2022, 257, 114016. [Google Scholar] [CrossRef]
- Gao, Y.; Li, H.; Xiong, G.; Song, H. AIoT-informed digital twin communication for bridge maintenance. Autom. Constr. 2023, 150, 104835. [Google Scholar] [CrossRef]
- Hu, W.; Lim, K.; Cai, Y. Digital Twin and Industry 4.0 Enablers in Building and Construction: A Survey. Buildings 2022, 12, 2004. [Google Scholar] [CrossRef]
- Fernandez-Navamuel, A.; Magalhães, F.; Zamora-Sánchez, D.; Omella, A.J.; Garcia-Sanchez, D.; Pardo, D. Deep learning enhanced principal component analysis for structural health monitoring. Struct. Health Monit. 2022, 21, 1710–1722. [Google Scholar] [CrossRef]
- Saidin, S.S.; Jamadin, A.; Kudus, S.A.; Amin, N.A.M.; Anuar, M.A. An Overview: The Application of Vibration-Based Techniques in Bridge Structural Health Monitoring. Int. J. Concr. Struct. Mater. 2022, 16, 1–17. [Google Scholar] [CrossRef]
- Mishra, M.; Lourenço, P.B.; Ramana, G.V. Structural health monitoring of civil engineering structures by using the internet of things: A review. J. Build. Eng. 2022, 48, 103954. [Google Scholar] [CrossRef]
- Zonzini, F.; Romano, F.; Carbone, A.; Zauli, M.; De Marchi, L. Enhancing Vibration-Based Structural Health Monitoring via Edge Computing: A Tiny Machine Learning Perspective. In Proceedings of the 2021 48th Annual Review of Progress in Quantitative Nondestructive Evaluation, Virtual, 28–30 July 2021; p. V001T07A004. [Google Scholar] [CrossRef]
- Abner, M.; Wong, P.K.Y.; Cheng, J.C. Battery lifespan enhancement strategies for edge computing-enabled wireless Bluetooth mesh sensor network for structural health monitoring. Autom. Constr. 2022, 140, 104355. [Google Scholar] [CrossRef]
- Martín, C.; Garrido, D.; Llopis, L.; Rubio, B.; Díaz, M. Facilitating the monitoring and management of structural health in civil infrastructures with an Edge/Fog/Cloud architecture. Comput. Stand. Interfaces 2022, 81, 103600. [Google Scholar] [CrossRef]
- Sakr, M.; Sadhu, A. Visualization of structural health monitoring information using Internet-of-Things integrated with building information modeling. J. Infrastruct. Intell. Resil. 2023, 2, 100053. [Google Scholar] [CrossRef]
- Batchu, R.; Raisi, K.; Yu, T. Structural health monitoring of a train model under traffic loading. In Nondestructive Characterization and Monitoring of Advanced Materials, Aerospace, Civil Infrastructure, and Transportation XVII; Shull, P.J., Gyekenyesi, A.L., Wu, H.F., Yu, T., Eds.; International Society for Optics and Photonics, SPIE: Bellingham, WA, USA, 2023; Volume 12487, p. 124870T. [Google Scholar] [CrossRef]
- MLflow, Open Source Platform to Manage the ML Lifecycle. Available online: https://mlflow.org/ (accessed on 7 November 2023).
- Ribeiro, R.R.; Lameiras, R.d.M. Evaluation of low-cost MEMS accelerometers for SHM: Frequency and damping identification of civil structures. Lat. Am. J. Solids Struct. 2019, 16, e203. [Google Scholar] [CrossRef]
- BeanDevice Willow AX-3D Accelerometers. Available online: https://www.beanair.com/wifi-wireless-iot-accelerometer-sensors.html (accessed on 16 January 2024).
- Eclipse Mosquitto, an Open Source MQTT Broker. Available online: https://mosquitto.org/ (accessed on 7 November 2023).
- Node-Red, Low-Code Programming for Event-Driven Applications. Available online: https://nodered.org/ (accessed on 7 November 2023).
- Nitulescu, I.V.; Korodi, A. Supervisory Control and Data Acquisition Approach in Node-RED: Application and Discussions. IoT 2020, 1, 76–91. [Google Scholar] [CrossRef]
- InfluxDB Times Series Data Platform. Available online: https://www.influxdata.com/ (accessed on 7 November 2023).
- Microsoft Azure, Cloud Computing Platform. Available online: https://azure.microsoft.com/en-us/ (accessed on 7 November 2023).
- Introduction to Azure Data Lake Storage Gen2. Available online: https://learn.microsoft.com/en-us/azure/storage/blobs/data-lake-storage-introduction (accessed on 7 November 2023).
- What Is the Databricks Lakehouse? Available online: https://learn.microsoft.com/en-us/azure/databricks/lakehouse/ (accessed on 7 November 2023).
- Databricks, Cloud Data Platform. Available online: https://www.databricks.com/ (accessed on 7 November 2023).
- Databricks Medallion Architecture. Available online: https://www.databricks.com/glossary/medallion-architecture (accessed on 7 November 2023).
- AutoML, Automatically Apply Machine Learning to a Dataset. Available online: https://www.databricks.com/product/automl (accessed on 7 November 2023).
- Ansys Parametric Design Language. Available online: https://www.ansys.com/blog/what-is-apdl (accessed on 7 November 2023).
- Ke, G.; Meng, Q.; Finley, T.; Wang, T.; Chen, W.; Ma, W.; Ye, Q.; Liu, T.Y. LightGBM: A Highly Efficient Gradient Boosting Decision Tree. In Advances in Neural Information Processing Systems; Guyon, I., Luxburg, U.V., Bengio, S., Wallach, H., Fergus, R., Vishwanathan, S., Garnett, R., Eds.; Curran Associates, Inc.: Red Hook, NY, USA, 2017; Volume 30. [Google Scholar]
- Noori Hoshyar, A.; Rashidi, M.; Yu, Y.; Samali, B. Proposed Machine Learning Techniques for Bridge Structural Health Monitoring: A Laboratory Study. Remote Sens. 2023, 15, 1984. [Google Scholar] [CrossRef]
- Eldeib, A.; Abdelsalam, A.; Shehata, A.; Ali, H.; Fouad, S. Health monitoring of historic buildings using machine learning in real-time internet of things. Indones. J. Electr. Eng. Comput. Sci. 2023, 32, 725. [Google Scholar] [CrossRef]
- Noel, A.B.; Abdaoui, A.; Elfouly, T.; Ahmed, M.H.; Badawy, A.; Shehata, M.S. Structural Health Monitoring Using Wireless Sensor Networks: A Comprehensive Survey. IEEE Commun. Surv. Tutorials 2017, 19, 1403–1423. [Google Scholar] [CrossRef]
- Chintalapudi, K.; Fu, T.; Paek, J.; Kothari, N.; Rangwala, S.; Caffrey, J.; Govindan, R.; Johnson, E.; Masri, S. Monitoring civil structures with a wireless sensor network. IEEE Internet Comput. 2006, 10, 26–34. [Google Scholar] [CrossRef]
- Liu, X.; Cao, J. Structural Health Monitoring Using Wireless Sensor Networks. In Mobile and Pervasive Computing in Construction; Anumba, C.J., Wang, X., Eds.; John Wiley & Sons, Inc.: Hoboken, NJ, USA, 2012. [Google Scholar] [CrossRef]
- Noghabi, S.A.; Kolb, J.; Bodik, P.; Cuervo, E. Unified Management and Optimization of Edge-Cloud IoT Applications. arXiv 2018, arXiv:1805.02305. [Google Scholar]
- Energy Harvesting Ambient Energy Managers. Available online: https://e-peas.com/energy-harvesting/ (accessed on 6 March 2024).
- Voltaic Systems. Available online: https://voltaicsystems.com/ (accessed on 6 March 2024).
- Espressif Systems. Available online: https://www.espressif.com/en/products/socs/esp32 (accessed on 6 March 2024).
Principal_1 | Principal_2 | Principal_3 | |
---|---|---|---|
Mean | 5.73 | 17.62 | 18.2 |
Median | 5.62 | 20.02 | 7.57 |
Std. Deviation | 0.17 | 20.26 | 25.84 |
Minimum | 4.64 | 0 | 0 |
Maximum | 6.84 | 100.83 | 119.87 |
Range | 2.20 | 100.83 | 119.87 |
Cluster | Principal_1 | Principal_2 | Principal_3 | Cases |
---|---|---|---|---|
ok_cluster_1 | 5.69 | 97.86 | 23.6 | 190 |
ok_cluster_2 | 5.68 | 14.39 | 71.21 | 659 |
ok_cluster_3 | 5.75 | 13.84 | 7.85 | 3474 |
Cluster | Mean | Std. Deviation | Minimum | Maximum | |
---|---|---|---|---|---|
principal_1 | 3 | 5.75 | 0.18 | 4.64 | 6.84 |
2 | 5.67 | 0.11 | 5.62 | 6.35 | |
1 | 5.69 | 0.11 | 5.62 | 5.86 | |
principal_2 | 3 | 13.93 | 11.17 | 0 | 102.83 |
2 | 14.38 | 10.64 | 3.17 | 74.95 | |
1 | 97.86 | 6.86 | 73.49 | 100.83 | |
principal_3 | 3 | 7.86 | 8.11 | 0 | 35.4 |
2 | 71.18 | 23.11 | 50.29 | 119.87 | |
1 | 23.6 | 19.99 | 0 | 86.67 |
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. |
© 2024 by the authors. Licensee MDPI, Basel, Switzerland. This article is an open access article distributed under the terms and conditions of the Creative Commons Attribution (CC BY) license (https://creativecommons.org/licenses/by/4.0/).
Share and Cite
Armijo, A.; Zamora-Sánchez, D. Integration of Railway Bridge Structural Health Monitoring into the Internet of Things with a Digital Twin: A Case Study. Sensors 2024, 24, 2115. https://doi.org/10.3390/s24072115
Armijo A, Zamora-Sánchez D. Integration of Railway Bridge Structural Health Monitoring into the Internet of Things with a Digital Twin: A Case Study. Sensors. 2024; 24(7):2115. https://doi.org/10.3390/s24072115
Chicago/Turabian StyleArmijo, Alberto, and Diego Zamora-Sánchez. 2024. "Integration of Railway Bridge Structural Health Monitoring into the Internet of Things with a Digital Twin: A Case Study" Sensors 24, no. 7: 2115. https://doi.org/10.3390/s24072115
APA StyleArmijo, A., & Zamora-Sánchez, D. (2024). Integration of Railway Bridge Structural Health Monitoring into the Internet of Things with a Digital Twin: A Case Study. Sensors, 24(7), 2115. https://doi.org/10.3390/s24072115