SystemDumpViewer icon indicating copy to clipboard operation
SystemDumpViewer copied to clipboard

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

SystemDumpViewer License: GPL v3

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

SystemDumpViewer

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

  1. Get Qt 6.4.2 via online installer from here: Download
  2. Install Qt with 11.2.0
  3. 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: FolderStructure

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

  1. Option 5 in batch: Update and remove obsolete
  2. Edit the desired languages in Linguist (currently german, english, french, russian and polish)
  3. Option 4 in batch: Release
  4. 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