RPM/engine position signal interpretation and implementation
Posted: Sat Jan 19, 2008 4:44 pm
EDIT : this post is pretty much garbage, but the ones further down are worthwhile, this was a month and a half ago (as at 2 March) and I was still coming to grips with how the hardware worked, and the limitations of what it can and can't do speed wise etc.
Hi,
I already have some thoughts on how to go about implementing this. I have found a few patents that carry some relation to this subject, but haven't read them just yet. I would like to encourage an open discussion about the best ways to achieve this in software with regards accuracy, readability, efficiency and flexibility of usage.
I intend that the exact same algorithm be used to control dwell as fuel injector pulse width.
In this way a more specific piece of code can calculate how long the signal must last, and then pass it off to a handler to implement with a hardware address to switch and a type of switching to be done.
(end time, duration, IO, type)
for fuel : (70BTDC, 6.654ms, portX, OC)
for ign : (25BTDC, 3.5ms, portY, BB)
etc.
http://www.patentstorm.us/patents/72549 ... ption.html
http://www.freepatentsonline.com/EP1010984.html
http://www.freepatentsonline.com/6955081.html
http://www.freepatentsonline.com/6827063.html
http://www.patentstorm.us/patents/68270 ... ption.html
Have a read of those and spark up a conversation.
Admin.
Hi,
I already have some thoughts on how to go about implementing this. I have found a few patents that carry some relation to this subject, but haven't read them just yet. I would like to encourage an open discussion about the best ways to achieve this in software with regards accuracy, readability, efficiency and flexibility of usage.
I intend that the exact same algorithm be used to control dwell as fuel injector pulse width.
In this way a more specific piece of code can calculate how long the signal must last, and then pass it off to a handler to implement with a hardware address to switch and a type of switching to be done.
(end time, duration, IO, type)
for fuel : (70BTDC, 6.654ms, portX, OC)
for ign : (25BTDC, 3.5ms, portY, BB)
etc.
http://www.patentstorm.us/patents/72549 ... ption.html
http://www.freepatentsonline.com/EP1010984.html
http://www.freepatentsonline.com/6955081.html
http://www.freepatentsonline.com/6827063.html
http://www.patentstorm.us/patents/68270 ... ption.html
Have a read of those and spark up a conversation.
Admin.