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.
{
"cmd" : "ecu.tab",
"id": 0
}
{
"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
}
]
}
{
"res": -448
}