@@ -92,19 +92,19 @@ R: _FanOn=0x76,RAM
92
92
R: _FanOnNext=0x74,RAM
93
93
R: _FanOnNextCnt=0x72,RAM
94
94
R: _FanOnLast=0x73,RAM
95
- R: _IRHashLast*2=0x7B ,RAM,R2#
96
- R: _SleepTimer=0x83 ,RAM
95
+ R: _IRHashLast*2=0x7C ,RAM,R2#
96
+ R: _SleepTimer=0x84 ,RAM
97
97
98
- R: _OutSpeedMax=0x86 ,RAM
99
- W: _OutSpeedMax=,0x86 ,WRAM
98
+ R: _OutSpeedMax=0x87 ,RAM
99
+ W: _OutSpeedMax=,0x87 ,WRAM
100
100
R: _LED_Warning=0x6B,RAM
101
101
W: _LED_Warning=,0x6B,WRAM
102
- R: _ZeroCrossDelay=0x8D ,RAM,R2
103
- W: _ZeroCrossDelay=,0x8D ,WRAM,W2
104
- R: _PulseDelayAfterZero=0x99 ,RAM,R2
105
- W: _PulseDelayAfterZero=,0x99 ,WRAM,W2
106
- R: _PulseWidth=0x8B ,RAM,R2
107
- W: _PulseWidth=,0x8B ,WRAM,W2
102
+ R: _ZeroCrossDelay*2=0x8E ,RAM,R2
103
+ W: _ZeroCrossDelay*2=,0x8E ,WRAM,W2
104
+ R: _PulseDelayAfterZero*2=0x9A ,RAM,R2
105
+ W: _PulseDelayAfterZero=,0x9A ,WRAM,W2
106
+ R: _PulseWidth*2=0x8C ,RAM,R2
107
+ W: _PulseWidth*2=,0x8C ,WRAM,W2
108
108
109
109
W: Reset=,RESET,0xC1
110
110
@@ -115,8 +115,10 @@ S: FanSpdDn=,3,0x40
115
115
S: FanSpdSave=,4,0x40
116
116
S: SetupIR=,5,0x40
117
117
118
- SBatch: Fan Cooker On: Fan=6
119
- SBatch: Fan On: Fan=3
118
+ SBatch: Fan Cooker Max: Fan=6
119
+ SBatch: Fan Cooker Min: Fan=4
120
+ SBatch: Fan Max: Fan=3
121
+ SBatch: Fan Min: Fan=1
120
122
SBatch: Fan Off: Fan=0
121
123
SBatch: Lamp On: Lamp=1
122
124
SBatch: Lamp Off: Lamp=0
@@ -129,11 +131,13 @@ RBatch: Work: ID;CO2 level;FanCookSpeed;FanCookOnTime;FanCookOffTime;FanCookSlee
129
131
RBatch: Hardware: ID;RxAddr;Ch;SpeedInitIdx;Flags;OutSpeedMax;IRRemotes;ZeroCrossLag,us;SSR_PulseWidth,us;OSCCAL_EMEM
130
132
RBatch: All: ID;CO2 level;FanCookSpeed;FanCookOnTime;FanCookOffTime;FanCookSleep;FanSpeed;FanOnTime;FanOffTime;FanSleep;RxAddr;Ch;SpeedInitIdx;Flags;OutSpeedMax;IRRemotes;IRRemotesHash
131
133
132
- WBatch: Init(Cook2spd,Lamp-F2.2): RxAddr=0xC1;Ch=122;CO2 level={870,930,1000};Fan speeds=3;FanSpeed={14,15,16};FanCook speeds=3;FanCookSpeed={15,16,32};FanSleep=20;FanCookSleep=6;FanOnTime=150;FanCookOnTime=0;FanOffTime=100;FanCookOffTime=0;SpeedInitIdx=0;SpeedKeyIdx=6;Flags=0x0D;OutSpeedMax=16;ZeroCrossLag,us=500 ;SSR_PulseWidth,us=9999
134
+ WBatch: Init(Cook2spd,Lamp-F2.2): RxAddr=0xC1;Ch=122;CO2 level={870,930,1000};Fan speeds=3;FanSpeed={14,15,16};FanCook speeds=3;FanCookSpeed={15,16,32};FanSleep=20;FanCookSleep=6;FanOnTime=150;FanCookOnTime=0;FanOffTime=100;FanCookOffTime=0;SpeedInitIdx=0;SpeedKeyIdx=6;Flags=0x0D;OutSpeedMax=16;ZeroCrossLag,us=200 ;SSR_PulseWidth,us=9999
133
135
WBatch: IRRemotes clear: IRRemotes=0
134
136
WBatch: IRRemotes 1 kitchen: IRRemotes=1;IRRemotesHash={0x6DA5,0xFCA5,0x7CA5,0xB425,0x3425,0x1625,0x8525}
135
137
WBatch: Fans Speeds: Fan speeds=3;FanSpeed={14,15,16};FanCook speeds=3;FanCookSpeed={14,16,32}
136
138
WBatch: LED Warning: _LED Warning=0x10
137
139
WBatch: OSCCAL: _OSCCAL=146
138
140
WBatch: CO2 Level: CO2 level={750,850,1000}
141
+ WBatch: Zero cross EEPROM: ZeroCrossLag,us=200;SSR_PulseWidth,us=200
142
+ WBatch: Zero cross RAM: _ZeroCrossDelay=1225;_PulseDelayAfterZero=0001;_PulseWidth=1249
139
143
WBatch: Reset: Reset
0 commit comments