MRE wiring help
This commit is contained in:
parent
46fef69012
commit
4c3956a382
|
@ -10,9 +10,9 @@ Rear side of PCB
|
|||
|
||||
Each pin has a *Type ID*, which can be used to look up in the following tables what the pin is for, and what functions it can perform.
|
||||
|
||||
| Pin Number | Name | Type ID | Default function |
|
||||
| ----------:|:-------- | ------- |:---------------------------------------------- |
|
||||
| 1 | **12V** | 12V | 12V supply from main relay output |
|
||||
| Pin Number | Name | Type ID | Default function |
|
||||
| ----------:|:-------- | ------- |:---------------------------------------------------- |
|
||||
| 1 | **12V** | 12V | 12V supply from main relay output, see also pin #29 |
|
||||
| 2 | **GND** | pgnd | Power GND |
|
||||
| 3 | **Lowside 2** | ls | Idle solenoid |
|
||||
| 4 | **ETB+** | etb | ETB+ |
|
||||
|
@ -61,6 +61,8 @@ Each pin has a *Type ID*, which can be used to look up in the following tables w
|
|||
| 47 | **CAN low** | can | CAN bus |
|
||||
| 48 | **CAN high** | can | CAN bus |
|
||||
|
||||
In some cases without "main relay output +12v" both pins #1 and #5 should be connected to the single source of +12v.
|
||||
|
||||
# Pin Types
|
||||
|
||||
These tables provide technical information about the different types of pin found on microrusEfi.
|
||||
|
|
Loading…
Reference in New Issue