Viewer for SystemDump.xml files of B&R PLCs with a few nice features...
Maintaining and improving this project takes time, energy, and resources. If you’ve found it useful, inspiring, or valuable in any way, consider supporting its continued development:
-
Give a ⭐ on GitHub – It really helps increase visibility!
-
Share the project – Spread the word among colleagues.
-
Open issues – Found a bug or have a feature suggestion? Open an issue and let me know!
-
Contribute – Pull requests are always welcome. Check out the contributing guide to get started.
-
Support financially – If you’d like to support this work directly, consider:
Your support makes a real difference — thank you!
- 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
To make the .bat scripts and everything run smoothly, the following structure
is recommended:
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