wiki.js/wiring/Injector_wiring.md

65 lines
3.4 KiB
Markdown
Raw Normal View History

2020-01-05 21:07:37 -08:00
---
2020-01-05 21:09:33 -08:00
title: Injector wiring
description: Wiring description and diagrams for fuel injectors
2020-01-05 21:07:37 -08:00
published: true
2020-07-27 17:18:44 -07:00
date: 2020-07-28T00:18:35.861Z
2020-01-05 21:09:33 -08:00
tags: wiring
2020-07-27 17:18:44 -07:00
editor: markdown
2020-01-05 21:07:37 -08:00
---
2020-01-16 04:41:10 -08:00
# Injector wiring
## Overview
2020-01-05 17:50:51 -08:00
Speeduino contains 4 injector control circuits and is capable of supporting up to 8 injectors (and cylinders) with these.
2020-01-16 04:41:10 -08:00
## Supported Injectors
2020-01-05 17:50:51 -08:00
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).
2020-01-16 04:41:10 -08:00
## Layouts
2020-01-05 17:50:51 -08:00
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.
2020-01-05 21:10:54 -08:00
### 4 injectors
2020-01-05 17:50:51 -08:00
For 4 cylinders/injectors, there are 2 ways that these can be connected to Speeduino:
2020-07-27 17:18:44 -07:00
#### Method 1 (Paired)
2020-01-05 17:50:51 -08:00
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.
2020-01-23 22:29:29 -08:00
![inj_4Cyl_semi-seq.png](/img/wiring/inj_4Cyl_semi-seq.png){.align-center width=450}
2020-01-05 21:07:37 -08:00
2020-01-13 05:29:05 -08:00
#### Method 2 (Full sequential)
2020-01-05 17:50:51 -08:00
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:
2020-07-27 17:18:44 -07:00
`Settings -> Engine Constants -> Injector Timing -> Sequential`
2020-01-05 17:50:51 -08:00
2020-01-23 22:29:29 -08:00
![inj_4Cyl_seq.png](/img/wiring/inj_4Cyl_seq.png){.align-center width=450}
2020-01-05 21:07:37 -08:00
2020-07-27 17:18:44 -07:00
> **Note:** Using sequential fueling requires a compatible Cam signal to be used in addition to the Crank. If no cam signal is provided when the sequential option is selected, the system will not sync
{.is-warning}
2020-01-05 17:50:51 -08:00
### 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.
2020-01-16 04:41:10 -08:00
#### 6 Cylinder
2020-01-23 22:29:29 -08:00
![inj_6Cyl_semi-seq.png](/img/wiring/inj_6Cyl_semi-seq.png){.align-center width=450}
2020-01-05 21:07:37 -08:00
2020-04-24 10:45:33 -07:00
For a V6 with a firing order of (1,4,2,5,3,6) the injectors will be wired in 3 groups of (1,5) and (4,3), and (2,6) as these cylenders are 360 crank degrees apart.
2020-01-16 04:41:10 -08:00
#### 8 Cylinder
2020-01-23 22:29:29 -08:00
![inj_8Cyl_semi-seq.png](/img/wiring/inj_8Cyl_semi-seq.png){.align-center width=450}
2020-01-05 21:07:37 -08:00
2020-01-05 17:50:51 -08:00
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.