Edit->Modules

EFILive works
by sending requests to certain modules. Modules, to which EFILive will be
required to send requests, must be defined here.
If you plan to send requests with
different modes to the same module - you will need to define multiple modules
with the same ID and different modes.
EFILive
is not designed to work with SRS or ABS.
Do not attempt to modify the SRS, ABS or other safety related modules;
you may
inadvertently alter the correct and safe functioning of those modules.
|
Code
EFILive refers to modules by their codes during data entry, tuning and
diagnostics
ID
The module's hex ID.
Common modules and their typical ID's. The following values are typical, they
will not necessarily be valid for every vehicle.
Module |
Description |
ID |
BCM |
Body Control Module. Also referred to as CCM - Central
Control Module. |
$F1 |
ECM/PCM |
Engine Control Module (Manual).
Powertrain Control Module (Automatic). |
$F4 or $F5 |
SRS |
Supplemental Restraint System (Air bag and seatbelt
pre-tensioners). |
$F7 |
ABS |
Antiskid Braking System. |
$F9 |
Mode
The mode of the request that will be sent to the module.
Request modes that will typically be used by EFILive:
Mode |
Description |
($01) |
Request ALDL data frame |
($02) |
Memory dump (64/2 byte address) |
($03) |
Examine memory (2 byte address) |
($04) |
Device control |
($08) |
Suspend chatter |
($09) |
Resume chatter |
($0A) |
Clear diagnostic trouble codes |
Description
The description of the module/mode combination.
Listen
This is currently not implemented and is ignored.
Comments
A more detailed description
|