Fix for IPP-49. Timer was being told to run, but timer cycle was never started when powering up
This commit is contained in:
@@ -326,6 +326,7 @@ TRIPRESETCMD := TRUE
|
||||
RESTART_COMMAND := TRUE
|
||||
_IF _NOT CFG_TIMERMODEENABLED _GOTO __LAB2b
|
||||
CMD_TIMERRUN := TRUE
|
||||
STS_TIMERCYCLEACTIVE := TRUE
|
||||
_GOTO __LAB2c
|
||||
__LAB2b :
|
||||
__LAB2c :
|
||||
@@ -382,6 +383,7 @@ _IF _NOT __TMPB4 _GOTO __LAB36
|
||||
RESTART_COMMAND := TRUE
|
||||
_IF _NOT CFG_TIMERMODEENABLED _GOTO __LAB37
|
||||
CMD_TIMERRUN := TRUE
|
||||
STS_TIMERCYCLEACTIVE := TRUE
|
||||
_GOTO __LAB38
|
||||
__LAB37 :
|
||||
__LAB38 :
|
||||
|
||||
Binary file not shown.
@@ -185,6 +185,7 @@ IF (Auto_Mode AND
|
||||
Restart_Command := TRUE;
|
||||
IF cfg_TimerModeEnabled THEN
|
||||
cmd_TimerRun := TRUE;
|
||||
sts_TimerCycleActive := TRUE;
|
||||
END_IF;
|
||||
END_IF;
|
||||
ELSE
|
||||
@@ -212,6 +213,7 @@ ELSIF (Auto_Mode AND
|
||||
Restart_Command := True;
|
||||
IF cfg_TimerModeEnabled THEN
|
||||
cmd_TimerRun := TRUE;
|
||||
sts_TimerCycleActive := TRUE;
|
||||
END_IF;
|
||||
END_IF;
|
||||
ELSE
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -3,7 +3,7 @@ Offset0=0x4480
|
||||
Offset1=0x5480
|
||||
Offset2=0x5480
|
||||
Offset3=0x5480
|
||||
Memory Usage Estimate(Code)=0x9B98
|
||||
Memory Usage Estimate(Code)=0x9BA4
|
||||
Memory Usage Estimate(Data)=0x9CDC
|
||||
Memory Usage Estimate(Retain)=0x50
|
||||
Memory Usage Estimate(Temporary variables)=0x2858
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -8,9 +8,9 @@ CRC_OLD=
|
||||
CRC_NEW=0xE605ECC
|
||||
DAT_ORG=0
|
||||
DAT_OLD=0
|
||||
DAT_NEW=1466019304
|
||||
DAT_NEW=1466173885
|
||||
VER_ORG=0
|
||||
VER_OLD=0
|
||||
VER_NEW=79
|
||||
VER_NEW=80
|
||||
CRC_ALL_OLD=
|
||||
CRC_ALL_NEW=0x05A9F896
|
||||
CRC_ALL_NEW=0xC0AB9305
|
||||
|
||||
Reference in New Issue
Block a user