SystemDumpViewer
SystemDumpViewer copied to clipboard
Viewer for SystemDump.xml files of B&R PLCs with a few nice features...
SystemDumpViewer 
Viewer for SystemDump.xml files of B&R PLCs with a few nice features...

Contributors welcome
This project adheres to the Contributor Covenant code of conduct. By participating, you are expected to uphold this code. Please report unacceptable behavior to the owner.
How to compile
- Get Qt 6.4.2 via online installer from here: Download
- Install Qt with 11.2.0
- Copy the qwt.dll from libs folder to you build/debug or build/release folder
If you want to use another Qt version, you'll have to compile Qwt first. Tutorial
More info about the project
Recommended folder structure
To make the .bat scripts and everything run smoothly, the following structure
is recommended:

Lanugages
Qt supports translation in the code. If you want text translated, use tr("mytext"), if not use QString("mytext")
Steps with bt_EditLanguages.bat to add translations
- Option 5 in batch: Update and remove obsolete
- Edit the desired languages in Linguist (currently german, english, french, russian and polish)
- Option 4 in batch: Release
- Option 8 in batch: Copy to debug
Now you should have up to date .qm files and the translation should work in your debug environment