Single strings can now be activated or deactivated

This commit is contained in:
Matthias Heisig
2025-04-28 17:14:17 +02:00
parent 7b810b19d2
commit 70090f08d9
2 changed files with 36 additions and 16 deletions

View File

@@ -10,6 +10,8 @@ VAR_GLOBAL CONSTANT
uiNumberOfUnits : UINT := uiNumberOfStrings * 12;
END_VAR
VAR_GLOBAL PERSISTENT
axStringEnabled : ARRAY [0..uiNumberOfStrings-1] OF BOOL;
// ===========================
// Unit hardware config
// ===========================