Merge pull request #588 from Kellermorph/Fix-PLC-Manager

Fix-PLC-Manager
This commit is contained in:
Laurent Trinques
2026-08-01 15:30:10 +02:00
committed by GitHub
12 changed files with 356 additions and 137 deletions
+5
View File
@@ -292,6 +292,11 @@ namespace autonum
str.replace("%{plc_function}", dc.value("plc_function").toString());
str.replace("%{plc_comment}", dc.value("plc_comment").toString());
str.replace("%{plc_crossref}", dc.value("plc_crossref").toString());
str.replace("%{plc_tc}", dc.value("plc_tc").toString());
str.replace("%{plc_t1}", dc.value("plc_t1").toString());
str.replace("%{plc_t2}", dc.value("plc_t2").toString());
str.replace("%{plc_t3}", dc.value("plc_t3").toString());
str.replace("%{plc_t4}", dc.value("plc_t4").toString());
return str;
}