Different approach to VSS question

Ludis Langens ludis at cruzers.com
Fri Oct 27 22:56:25 GMT 2000


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 at lists.diy-efi.org




More information about the Gmecm mailing list