Fix for IPP-49. Timer was being told to run, but timer cycle was never started when powering up

This commit is contained in:
Patrick McDonagh
2016-06-17 10:01:33 -05:00
parent 1240e53f15
commit 38bfdb5312
34 changed files with 8 additions and 4 deletions

View File

@@ -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 :

View File

@@ -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

View File

@@ -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.

View File

@@ -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