1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
|
templates: # defining templates to be used later on
- &ECU_C2
type: Molex 643193211
pinlabels: [TR Gearbox+, 90° Gear Box+, EGT7+, EGT8+, TR Gearbox-, 90° Gear Box-, EGT7-, EGT8-, Temp 1+, Temp 2+, CHT1+, CHT2+, Temp 1-, Temp 2-, CHT1-, CHT2-, Knock Ground, Knock sensor 1, Knock sensor 2, Extra Analog sensor 6,
Extra Analog sensor 7, Extra Analog sensor 8, MAF sensor, Variable Digital in 5, Extra 12V Out 1, Extra 12V Out 2, ECU Map/Baro, Engine Ground 2, E-Throttle 2+, E-Throttle 1-, E-Throttle 2-, E-Throttle 1+]
pins: [A1,A2,A3,A4,B1,B2,B3,B4,C1,C2,C3,C4,D1,D2,D3,D4,E1,E2,E3,E4,F1,F2,F3,F4,G1,G2,G3,G4,H1,H2,H3,H4]
image:
src: images\ECU2.png
caption: Molex 643193211
- &Type-K
type: Type-K
pinlabels: [+,-]
pins: [1,2]
image:
src: images\typekf.png
width: 300
- &Knock
type: F02U.B00.966-01
pins: [1,2]
pinlabels: [Sig+, Sig-]
image:
src: images\KS.png
- &logic_wire
category: bundle
gauge: 18 AWG
- &power_wire
category: bundle
gauge: 14 AWG
- &thermo_wire
category: bundle
gauge: 20 AWG
connectors:
ECU:
<<: *ECU_C2 # copying items from the template
notes: ECU Connector 2 (GPO High side!)
Knock sensor 1:
<<: *Knock
# Knock sensor 2:
# <<: *Knock
MAF Sensor:
type: Bosch 1928405138
pins: [1,2,3,4,5]
pinlabels: [NTC-,GND,NTC+,12V,MAF Signal]
image:
src: images\MAF.png
width: 300
EGT1:
<<: *Type-K
notes: (Female Connector)
EGT2:
<<: *Type-K
notes: (Female Connector)
CHT1:
<<: *Type-K
notes: (Female Connector)
CHT2:
<<: *Type-K
notes: (Female Connector)
S: &splice # generic autogenerated splice
style: simple
autogenerate: true
type: splice
Engine GND: &GND
style: simple
autogenerate: true
type: Engine GND
cables:
W1:
<<: *logic_wire
length: 56 Inches
colors: [WH, BN]
W2:
<<: *logic_wire
length: 50 Inches
colors: [BN]
W3:
<<: *logic_wire
length: 27 Inches
colors: [BK]
W4:
<<: *thermo_wire
length: 48 Inches
colors: [YE,RD]
W5:
<<: *thermo_wire
length: 48 Inches
colors: [YE,RD]
W6:
<<: *thermo_wire
length: 52 Inches
colors: [YE,RD]
W7:
<<: *thermo_wire
length: 52 Inches
colors: [YE,RD]
connections:
-
- ECU: [E2,E1]
- W1: [1-2]
- Knock sensor 1: [1-2]
# -
# - ECU: [E3,E1]
# - W2: [1-2]
# - Knock sensor 2: [1-2]
-
- ECU: [F3]
- W3: [1]
- MAF Sensor: [5]
-
- ECU: [C1,D1]
- W4: [1-2]
- EGT1: [1-2]
-
- ECU: [C2,D2]
- W5: [1-2]
- EGT2: [1-2]
-
- ECU: [C3,D3]
- W6: [1-2]
- CHT1: [1-2]
-
- ECU: [C4,D4]
- W7: [1-2]
- CHT2: [1-2]
-
- ECU: [Engine Ground 2]
- W2: [1]
- [Engine GND]
|