PDC Monitor is a Qt-based desktop application developed for monitoring and visualizing PMU/PDC data in real time. The application provides a graphical interface for viewing incoming phasor data, network communication, and combined dashboard monitoring.
This project is built using:
- Qt 6.11
- MinGW 64-bit
- CMake
- Qt Charts
- Qt Network
To Directly Run this software, Navigate to the Setup Files folder which is present and download that folder to run directly on any computer. The setup steps given below mention this
SetupFiles/
│
├── PDC_Monitor.exe # Main executable
├── Qt6Core.dll
├── Qt6Gui.dll
├── Qt6Widgets.dll
├── Qt6Charts.dll
├── Qt6Network.dll
├── platforms/ # Qt platform plugins
├── styles/
├── imageformats/
├── iconengines/
├── tls/
└── translations/
You only need:
- Windows 10 or Windows 11
- The complete release folder
No separate Qt installation is required if all DLLs and plugin folders are present.
Extract the ZIP file:
Desktop_Qt_6_11_0_MinGW_64_bit-Release_3.zip
Open the extracted folder.
Double-click:
PDC_Monitor.exe
The application should launch directly.
The following folders are required for Qt applications to work correctly:
platforms/
styles/
imageformats/
iconengines/
tls/
translations/
If these folders are missing, the application may fail to start.
To Edit the Files and then run and debug and add any other self features follow the below steps in order to do so:
Install:
- Qt 6.11
- MinGW 64-bit Compiler
- CMake
- Qt Creator (Recommended)
Open the CMakeLists.txt file.
Select:
Desktop Qt 6.11.0 MinGW 64-bit
Press:
Ctrl + B
Press:
Ctrl + R
To create a standalone executable folder:
Open Qt Command Prompt and run:
windeployqt PDC_Monitor.exeThis copies all required Qt dependencies automatically.
- Real-time PMU/PDC monitoring
- Dashboard visualization
- Network-based data communication
- Combined monitoring interface
- Graphical representation of incoming data
- Qt Charts integration
- TCP/Network support
- Ensure all DLLs are present
- Ensure plugin folders exist
- Do not move the EXE alone outside the release folder
Allow:
PDC_Monitor.exe
through Windows Firewall.
Developed as part of a PMU/PDC Monitoring and Visualization Project.
This project is intended for educational and academic purposes.