@dyane61976 It seems that all engines are the same.
8 degrees at 800 rpm to 30 degrees at 3000 rpm and stay at 30 degrees for the rest of the rpm range......
Under boost you must retard ignition, under vacuum you can advance ignition for efficiency... and the engine will be running fine....
Everything else is tuning........
@Harley
First thoughts how to programm 2 coils driven on a cam sensor!!!!!!!!!
needs.......
camsensor "window" at least 10 degrees after tdc (Spark must have occured), but befor 45 degrees before tdc
coil#1 (say serving left sparkplug)
coil#2 (say serving right sparkplug)
coilflag = 0
camflag = 0
(microcontrollers work with flags)
1.revelution) 45 degrees sensor starts timer
2.revelution) 45 degrees sensor reads timer calculats spark (lets say) at 8 degrees before tdc.
8 degrees btdc coilflag = 0 so coil#1 and coil#2 fires
controller checkes camflag which is 0 so nothing to do here!!!
10 degrees after tdc camsensor comes in camflag is set to 1
3.revelution) 45 degrees sensor reads timer calculats spark at 8 degrees before tdc.
8 degrees btdc coilflag = 0 so coil#1 and coil#2 fires
controller checkes camflag which is 1 so is set back to 0 and coilflag is set to 1
no camflag this time (only once every 2 revelutions)
But if the camsensor hadn't come (at 2.revelution) then the camflag and coilflag are both 0
so then read ahead at 2. revelution
4.revelution) 45 degrees sensor reads timer calculats spark at 8 degrees before tdc.
8 degrees btdc coilflag = 1 so coil#1 fires coilflag is set to 2
10 degrees after tdc camsensor comes in camflag is set to 1
5.revelution) 45 degrees sensor reads timer calculats spark at 8 degrees before tdc.
8 degrees btdc coilflag = 2 so coil#2 fires coilflag is set to 0
controller checkes camflag which is 1 so is set back to 0 and coilflag is set to 1 (read ahead at 4.revelution)
no camflag this time (only once every 2 revelutions)
But if the camsensor wouldn't have come (at 4.revelution) then the camflag and coilflag are both 0
so then read ahead at 3. revelution
So if the camflag doesn't come in youre engine still will run (on both coils) maybe with a erorlight which will shine then.....
_________________
Russell wrote:
Hi Geo,
you've been one of the sites biggest attractions in recent years.
Russ