Maxium injector duty cycle - OBD-2 software
But you have to select the pulse width param
to be logged, and you're probably best off
doing the calc afterward to free up resources
if your computer is slow.
This is electrical duty cycle - remember your actual mechanical open time will be shorter. General target is not to exceed 80% DC Jason
this is from a guy at www.mototron.com i think he knows what's up. check this out too http://www.ecanfix.com/~mdhamilton/dutycycle1.html
This is electrical duty cycle - remember your actual mechanical open time will be shorter. General target is not to exceed 80% DC Jason
this is from a guy at www.mototron.com i think he knows what's up. check this out too http://www.ecanfix.com/~mdhamilton/dutycycle1.html
For example, if RPM=4000 and pulse width=24ms the duty cycle should be 80%
That formula gives: 24/(4000/30000) = 180%
The table that you linked to is correct though.
The correct formula for duty cycle is the one ChrisB posted.
Regards
Paul
For example, if RPM=4000 and pulse width=24ms the duty cycle should be 80%
That formula gives: 24/(4000/30000) = 180%
The table that you linked to is correct though.
The correct formula for duty cycle is the one ChrisB posted.
Regards
Paul
anybody else have any input here?
Trending Topics
The Best V8 Stories One Small Block at Time
Duty cycle %= inj.PW(mS)/(1/(RPM/60000)2)*100
dc = (pw/((1/(rpm/60000))*2))*100
dc = (pw/(2/(rpm/60000)))*100
dc = (pw*((rpm/60000)/2))*100
dc = (pw*(rpm/120000))*100
dc = pw*(rpm/1200)
dc = pw*rpm/1200
(Hope that's right - been a long time since I did algebra at school.)
Paul
dc = (pw/((1/(rpm/60000))*2))*100
dc = (pw/(2/(rpm/60000)))*100
dc = (pw*((rpm/60000)/2))*100
dc = (pw*(rpm/120000))*100
dc = pw*(rpm/1200)
dc = pw*rpm/1200
(Hope that's right - been a long time since I did algebra at school.)
Paul
...that is a simple equation posted by EFLive:
the last line is the same formula given to me in the first post
duty cycle = injector pulse in milliseconds x RPM/1200


