PLC Manager

This commit is contained in:
Kellermorph
2026-07-27 22:16:52 +02:00
parent 0a4b337115
commit b3a8ae898e
32 changed files with 4157 additions and 177 deletions
+7
View File
@@ -124,6 +124,13 @@ namespace QETInformation
/** Default information related to QElectroTech **/
static QString QET_VERSION = "version";
/** PLC-specific information for slave elements **/
static QString ELMT_PLC_TYPE = "plc_type";
static QString ELMT_PLC_ADDRESS = "plc_address";
static QString ELMT_PLC_FUNCTION = "plc_function";
static QString ELMT_PLC_COMMENT = "plc_comment";
static QString ELMT_PLC_CROSSREF = "plc_crossref";