EcoModder.com

EcoModder.com (https://ecomodder.com/forum/)
-   OpenGauge / MPGuino FE computer (https://ecomodder.com/forum/opengauge-mpguino-fe-computer.html)
-   -   What does an injector signal look like? (https://ecomodder.com/forum/showthread.php/what-does-injector-signal-look-like-9115.html)

mhopeng 07-05-2009 03:57 PM

What does an injector signal look like?
 
1 Attachment(s)
I'm connecting MPGuino to a 1990 Toyota 4Runner. My ECM connector pinout is:

E01 No10 STA Vf NSW
E02 No20 IGt E1 n/c

where the pins are described as:
No10: "Injector"
No20: "Injector"
E01: "Engine Ground"
E02: "Engine Ground"

I borrowed an oscilloscope to look at the No10 and E01 signals. The No10 signal was a high pulse (> 12 V), while the E01 signal was a small negative pulse, more like 0.5 V. Both pulse frequencies correspond to changing engine rpm (pressing the gas while sitting in the driveway).

The shorthand directions for finding the Injector signal call for finding the signal which is *not* 12 V, so I connected the E01 signal to the MPGuino, and it doesn't work (no injector pulses are recorded). So the obvious thing to do is try the other pin, but I thought I would check here first, because its a pretty high voltage.

So, in general, what does the MPGuino expect the injector signal to look like? What is the safe input voltage to an input pin on the MPGuino board? The "Injector" signal seems to be a pretty high voltage spike, higher than the ATmega datasheet allows (maybe this what the zener diodes at the input pins are for?).

Given the choice between the two signals in the picture, which one is most likely the correct INJ signal?

Thanks!!

Flood_of_SYNs 07-06-2009 03:39 AM

You need the Zener diodes in place to drain off extra voltage to the ground line.

As I understand it the Zener acts like an overflow valve, turning those high volt injector pulses into low voltage pulses that the ATMEGA chip can safely handle.

Either [No10: "Injector"] or [No20: "Injector"] is what you want to tap into.

Ideally you want to use the car ground and not the ground on the ATMEGA board.



Here is a simple page I made, mainly as a reference for myself but I was hoping it would help others.

How to build an MPGuino - EcoModder

I created the image on that page because all the other ones I found where kinda confusing.

dcb 07-06-2009 03:55 AM

mh (nice little rotary btw :) ) ,

1. Make sure you measure/tap by the injector for starters, I frequently have problems at the ECU for unknown reasons.

2. Some older cars (and who knows what else) have a positively switched circuit. So that you can locate one (of two) injector leads that will give you an "inverted" gph reading. I added a "inj trig" setting to the setup recently that you can set to 1 to see if that fixes things. If that is what is going on then the first picture looks right.

the atmega has a large resistor in series with the signals and a zener to clamp it at or below 5 volts, it is meant for a 14+ volt injector system. The atmega needs at least 2.5 volts to register an "on" signal, so 0 to 0.5 won't even register.

mhopeng 07-07-2009 08:06 PM

These replies are very helpful, thanks!! That all makes a lot of sense. I will report back after I have a chance to try the No10 signal.

PS - Rotary engines are the engines of the future!

mhopeng 07-13-2009 03:43 PM

Works great!
 
Tapped the No10 signal, and the MPGuino is working like a champ. Will post pics and calibration info when complete. Thanks for the advice!

winker 11-20-2009 12:31 PM

I found this very useful (link below shows injector traces)

Automotive Scope Applications

mwebb 12-27-2009 11:34 PM

using an injector tester set to pulse 4ms for ever
here is the waveform , but a running system is going to have a much higher voltage spike as the injector coil magnetic field collapses

IF you tamper with the voltage spike you may change the way that injector functions .
which is UNdesireable

http://farm3.static.flickr.com/2507/...ed33cebe_b.jpg

an actual waveform sample from another bank injection system such as a 1990 4runner as in
all injectors operate together at the same time
1994 volvo 850 bank injection
http://farm3.static.flickr.com/2563/...1860904b_b.jpg

you can clearly see injector pintle movement marking ACTUAL injector closing and opening



Quote:

Originally Posted by mhopeng (Post 113895)
I'm connecting MPGuino to a 1990 Toyota 4Runner. My ECM connector pinout is:

E01 No10 STA Vf NSW
E02 No20 IGt E1 n/c

where the pins are described as:
No10: "Injector"
No20: "Injector"
E01: "Engine Ground"
E02: "Engine Ground"

I borrowed an oscilloscope to look at the No10 and E01 signals. The No10 signal was a high pulse (> 12 V), while the E01 signal was a small negative pulse, more like 0.5 V. Both pulse frequencies correspond to changing engine rpm (pressing the gas while sitting in the driveway).

The shorthand directions for finding the Injector signal call for finding the signal which is *not* 12 V, so I connected the E01 signal to the MPGuino, and it doesn't work (no injector pulses are recorded). So the obvious thing to do is try the other pin, but I thought I would check here first, because its a pretty high voltage.

So, in general, what does the MPGuino expect the injector signal to look like? What is the safe input voltage to an input pin on the MPGuino board? The "Injector" signal seems to be a pretty high voltage spike, higher than the ATmega datasheet allows (maybe this what the zener diodes at the input pins are for?).

Given the choice between the two signals in the picture, which one is most likely the correct INJ signal?

Thanks!!


dcb 12-28-2009 12:22 AM

more info here, the pintle can also be observed by minute changes in back voltage.:
In this course we will study and learn about electricity and electronics

Though the cpu power needed to process the waveforms as something other than binary signals is not trivial, and if you were to try it with standard mpguino hardware you would probably not be any more accurate, if even as accurate. The guino is at %50 cpu timing injector pulses in microseconds and displaying the computations.

Mike, can you pick a thread and just link to it from the other one as appropriate? Its a little cross-posty like I should be responding to both threads about the same thing.

mwebb 12-28-2009 12:12 PM

i dunno
was i operating outside of protocol ?
two thread s , similar requests , nobody had provided the answer in either one .... so i did .


Quote:

Originally Posted by dcb (Post 150326)
more info here, the pintle can also be observed by minute changes in back voltage.:
In this course we will study and learn about electricity and electronics

Though the cpu power needed to process the waveforms as something other than binary signals is not trivial, and if you were to try it with standard mpguino hardware you would probably not be any more accurate, if even as accurate. The guino is at %50 cpu timing injector pulses in microseconds and displaying the computations.

[b]Mike, can you pick a thread and just link to it from the other one as appropriate? Its a little cross-posty like I should be responding to both threads about the same thing. [b/]


dcb 12-28-2009 12:54 PM

no biggie,

the gulls might be discernable with a soundcard interface, but would need to use both channels for the injector, and would not have one left for speed/distance.

mwebb 12-28-2009 01:28 PM

no adjustment is needed imho
 
i would swag that
since the delay is a constant , the system can still make a good decision based on injector pulse width alone .

the system does not have a need to know actual "open" time
it already has been shown that it does function and function well with the information it already has .

i was just posting the image of what really is going on because someone requested it and nobody else had posted it


Quote:

Originally Posted by dcb (Post 150427)
no biggie,

the gulls might be discernable with a soundcard interface, but would need to use both channels for the injector, and would not have one left for speed/distance.



All times are GMT -4. The time now is 12:42 PM.

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.
Content Relevant URLs by vBSEO 3.5.2
All content copyright EcoModder.com