ECU Identification
Function: ReadCompleteIdentification
Description:
Reads the complete identification data from the ECU and returns it as an array of tuples, where each tuple contains an identifier (ident
) and its corresponding value (value
).
Parameters:
None
Return Value:
Returns an array of tuples. Each tuple contains:
- ident
: The identifier for a specific piece of information.
- value
: The corresponding value for the identifier.
Error codes list
Index | ident |
---|---|
0 | VIN |
1 | ECU Description |
2 | ECU Serial number |
3 | Software Part Number |
4 | Software Version |
5 | Hardware Part Number |
6 | Hardware Version |
7 | ODX Name |
8 | ODX Version |
9 | ZDC Name |
10 | ZDC Version |
11 | ECU VCRN (HEX) |
Usage Example | |
---|---|
Function: GetEcuSw
Description:
Retrieve the software identifier of the ECU (Electronic Control Unit).
Return Value:
Returns a string representing the ECU software identifier.
Usage Example | |
---|---|
Function: GetEcuSwVersion
Description:
Retrieve the software version of the ECU.
Return Value:
Returns a string representing the ECU software version.
Usage Example | |
---|---|
Function: GetEcuHw
Description:
Retrieve the hardware identifier of the ECU.
Return Value:
Returns a string representing the ECU hardware identifier.
Usage Example | |
---|---|
Function: GetEcuHwVersion
Description:
Retrieve the hardware version of the ECU.
Return Value:
Returns a string representing the ECU hardware version.
Usage Example | |
---|---|
Function: GetEcuDescription
Description:
Retrieve a description for the ECU.
Return Value:
Returns a string containing the ECU description.
Usage Example | |
---|---|
Function: GetEcuOdxName
Description:
Retrieve the ODX container name of the ECU.
Return Value:
Returns a string representing the ECU ODX name.
Usage Example | |
---|---|
Function: GetEcuOdxVersion
Description:
Retrieve the ODX version of the ECU.
Return Value:
Returns a string representing the ECU ODX version.
Usage Example | |
---|---|
Function: GetEcuZdcName
Description:
Retrieve the ZDC name of the ECU.
Return Value:
Returns a string representing the ECU ZDC name.
Usage Example | |
---|---|
Function: GetEcuZdcVersion
Description:
Retrieve the ZDC version of the ECU.
Return Value:
Returns a string representing the ECU ZDC version.
Usage Example | |
---|---|
Function: GetEcuSerial
Description:
Retrieve the serial number of the ECU.
Return Value:
Returns a string representing the ECU serial number.
Usage Example | |
---|---|
Function: GetEcuVcrn
Description:
Retrieve the VCRN (Vehicle Component Registration Number) of the ECU.
Return Value:
Returns a string representing the ECU VCRN.