wiki.js/wiring/Injector_wiring.md

67 lines
3.2 KiB
Markdown
Raw Normal View History

2020-01-05 17:50:51 -08:00
Introduction
------------
Speeduino contains 4 injector control circuits and is capable of supporting up to 8 injectors (and cylinders) with these.
Supported Injectors
-------------------
Speeduino supports High-Z (aka 'high-impedance' or 'saturated') injectors natively. Low-Z injectors are supported with the addition of resistors wired in series with the signal wires. High-Z injectors are typically those with a resistance greater than 8 Ohms.
If "Low-Z" ("peak and hold" or PWM-controlled) injectors that are lower impedance are used, the wiring will require series resistors on each injector to avoid damaging the board with excessive current. The resistor ohms and watt rating can be calculated by Ohm's Law, or use an Internet calculator page such as the [Speeduino Injector Resistor Calculator](http://efistuff.orgfree.com/InjectorResistorCalculator.html).
Layout
------
There are a number of ways that the injectors can be wired depending on your configuration and preference.
### 1, 2 and 3 injectors
For these configurations, each injector is wired into it's own output from the Speeduino board.
### Up to 4 injectors
For 4 cylinders/injectors, there are 2 ways that these can be connected to Speeduino:
**Method 1**
The standard method is the same as that used for 6 or 8 cylinder setups, where 2 injectors are connected to each injector channel. In this configuration, only 2 injector channels will be used. The injectors paired together must have their Top Dead Centres (TDC) 360 crank degrees apart.
<center>
<img src="https://raw.githubusercontent.com/speeduino/wiki/master/wiring/inj_4Cyl_semi-seq.png" title="Semi-sequential" width="50%" />
</center>
**Method 2**
This method is only available on 4 cylinder / 4 injector applications and allows you to wire 1 injector per channel. The injector channels always fire in numerical order (ie 1, 2, 3, 4) so your injectors should be wired to take your firing order into account. Within Tuner Studio, this option can be enabled by selecting:
`Settings` `->` `Engine` `Constants` `->` `Injector` `Timing` `->` `Semi-Sequential`
<center>
<img src="https://raw.githubusercontent.com/speeduino/wiki/master/wiring/inj_4Cyl_seq.png" title="4 Cylinder Sequential" width="50%" />
</center>
### 5 injectors
5 cylinder setups should be wired to use all 4 injector outputs with 2 injectors sharing output \#3. For the typical inline 5 cylinder firing order (1-2-4-5-3), injectors 4 and 3 would be joined together on injector 3 output.
### More than 5 injectors
For setups with more than 4 injectors, the number of outputs used will be equal to half the number of injectors.
**Examples:**
**6 Cylinder**
<center>
<img src="https://raw.githubusercontent.com/speeduino/wiki/master/wiring/inj_6Cyl_semi-seq.png" title="6 Cylinder Semi-sequential" width="50%" />
</center>
**8 Cylinder**
<center>
<img src="https://raw.githubusercontent.com/speeduino/wiki/master/wiring/inj_8Cyl_semi-seq.png" title="8 Cylinder Semi-sequential" width="50%" />
</center>
Inline with the above, this configuration requires each injector output to be connected to 2 injectors.
The injectors should be grouped in opposing pairs, that is, cylinders whose Top Dead Centres are 360 degrees apart.