Quantex GmbH
DE RU EN EL
Your region: Europe

(ecu.func) Work with functions

Functions are tests of actuators, or functions of adaptations, coding, or others. This command starts functions or continues to work with them.

Options

Return Values

Returned error codes

Decoding Error Codes

Example

Request

{
"cmd" : "ecu.func",
"id": 56,
"answ": 3
}

Answer

{
"typ": 2,
"msg": [
{
"typ": 1,
"txt": "Deleting DPF Information"
},
{
"typ": 2,
"txt": "Restores initial DPF settings"
},
{
"typ": 4,
"txt": "Produced only after replacing DPF"
},
{
"typ": 1,
"txt": "Conditions:"
},
{
"typ": 3,
"txt": "Ignition on"
},
{
"typ": 3,
"txt": "Engine is stopped"
}
],
"param": [
{
"name": "Engine speed",
"id": 566,
"typ": 1,
"value": "0",
"units": "rpm"
},
{
"name": "Ignintion status",
"id": 7676,
"typ": 2,
"value": "Off",
"units": ""
}
],
"req": [
{
"id": 0,
"txt": "Proceed"
},
{
"id": 1,
"txt": "Cancel"
}
]
}

Negative answer

{
"res": -448
}