Quantex GmbH
DE RU EN EL
Η περιοχή σας: Ευρώπη

(ecu.tab) Run bookmark (group of parameters and tests)

Goes to the selected bookmark. A bookmark is a group of parameters and tests united in meaning. For example, "Identification" or "Tests." In this case, commands can be sent to the vehicle ECU if this is laid down by the program logic.

Options

Return Values

Returned error codes

Decoding Error Codes

Example

Request

{
"cmd" : "ecu.tab",
"id": 0
}

Answer

{
"params": [
{
"name": "Engine speed",
"id": 0,
"typ": 0,
"units": "rpm"
},
{
"name": "Ignition status",
"id": 1,
"typ": 1,
"units": ""
},
{
"name": "VIN",
"id": 1,
"typ": 2,
"units": ""
}
],
"test": [
{
"name": "DPF regeneration",
"id": 56
},
{
"name": "CO correction",
"id": 98
}
]
}

Negative answer

{
"res": -448
}