Added multi string handling and balancing
This commit is contained in:
@@ -797,8 +797,8 @@ CASE _iState OF
|
||||
IF _tonPollingTimer.Q THEN
|
||||
_tonPollingTimer(IN := FALSE);
|
||||
_iState := 70;
|
||||
ELSIF ABS(rPower - _rOldPower) > 0.1 THEN
|
||||
_tonPollingTimer(IN := FALSE);
|
||||
ELSIF (ABS(rPower - _rOldPower) > 0.1) THEN
|
||||
//_tonPollingTimer(IN := FALSE);
|
||||
// If power has ben changed, goto set power limit mode
|
||||
_iState := 40;
|
||||
// Calculate power to write to register
|
||||
|
||||
Reference in New Issue
Block a user