Added inverter implementation

This commit is contained in:
Matthias Heisig
2024-01-05 16:27:39 +01:00
parent bd0bbd9c8b
commit 4586e72a0e
18 changed files with 1318 additions and 293 deletions

View File

@@ -68,7 +68,7 @@ IF xEnable THEN
// Switch to error low value
IF xErrorLow AND (NOT xErrorHigh) THEN
_rTargetValue := rErrorHighValue;
_rTargetValue := rErrorLowValue;
END_IF
ELSE
_rTargetValue := rOffValue;