Design and implementation of the software architecture for a rotor pole temperature monitoring system at the Đerdap 2 hydroelectric power plant
Blagoje Babić, Saša Milić, Miša Kožicić, Nikola MiladinovićThe paper presents the architecture of a software system for monitoring rotor pole temperature in the Đerdap 2 hydropower plant. The system is implemented using the .NET 10 platform and is based on a layered architecture with the application of the repository pattern, enabling clear separation of responsibilities between system components. Data collected from sensors are stored in an SQL database using ADO.NET technology. Special emphasis is placed on security, scalability, and the potential for further system development in real industrial environments. The contribution of this work lies in defining a customized layered architecture for an industrial monitoring system, which enables efficient processing of a large amount of measurement data in real time, along with the application of the MVVM pattern for organizing the user interface and improving the separation of the presentation layer.