[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Different approach to VSS question
TK wrote:
>
>What does the ECM expect to see? 0-12V? A zero crossing?
Here's what the "magnetic VSS" interface chip of a P4 ECM expects:
if ((vsshi > magic) || (vsshi < -magic))
output = 0;
else
output = 1;
The magic constant is something like 0.001 volts. The above logic
creates a pulse as the VSS signal crosses zero. This pulse clocks a
toggle type flip flop. The output of this flip flop is thus the same
frequency as the raw VSS signal.
--
Ludis Langens ludis (at) cruzers (dot) com
Mac, Fiero, & engine controller goodies: http://www.cruzers.com/~ludis/
----------------------------------------------------------------------------
To unsubscribe from gmecm, send "unsubscribe gmecm" (without the quotes)
in the body of a message (not the subject) to majordomo@lists.diy-efi.org