Difference between revisions of "FMB lvcansetting"

From Wiki Knowledge Base | Teltonika GPS
Line 1: Line 1:
 +
=From 03.25.16.Rev.102 version=
 +
From 03.25.16.Rev.102 lvcansetting SMS command can only be set by using DEC format instead of HEX format.<br/>
 +
Below are provided examples of possible SMS commands and responses: <br></br>
 +
'''1st example:'''<br>
 +
Command:<br>
 +
"lvcansetting:1,44400" will change total mileage of the vehicle to 44400 km.<br></br>
 +
Answer:<br>
 +
"Setting OK: 44400"<br></br>
 +
'''2nd example:'''<br>
 +
Command:<br>
 +
"lvcansetting:1,68719476721" setting total mileage to 68719476721 km.<br></br>
 +
Answer:<br>
 +
"Setting Error" will get when values are incorrect (exceeds value limit).
 +
 +
=From 03.25.15.Rev.145 till 03.25.16.Rev.102 version=
 
Below are provided examples of possible SMS commands and responses: <br></br>
 
Below are provided examples of possible SMS commands and responses: <br></br>
 
'''1st example:'''<br>
 
'''1st example:'''<br>
Line 7: Line 22:
 
'''2nd example:'''<br>
 
'''2nd example:'''<br>
 
Command:<br>
 
Command:<br>
"lvcansetting:2,FFFFFFFF1" will change total fuel consumption (liters). FFFFFFFF1 converted from HEX to DEC is 68719476721.<br></br>
+
"lvcansetting:1,FFFFFFFF1" setting total mileage to 68719476721 km. FFFFFFFF1 converted from HEX to DEC is 68719476721.<br></br>
 
Answer:<br>
 
Answer:<br>
"Setting Error" will get when values are incorrect.
+
"Setting Error" will get when values are incorrect (exceeds value limit).

Revision as of 15:41, 21 July 2020

From 03.25.16.Rev.102 version

From 03.25.16.Rev.102 lvcansetting SMS command can only be set by using DEC format instead of HEX format.
Below are provided examples of possible SMS commands and responses:

1st example:
Command:
"lvcansetting:1,44400" will change total mileage of the vehicle to 44400 km.

Answer:
"Setting OK: 44400"

2nd example:
Command:
"lvcansetting:1,68719476721" setting total mileage to 68719476721 km.

Answer:
"Setting Error" will get when values are incorrect (exceeds value limit).

From 03.25.15.Rev.145 till 03.25.16.Rev.102 version

Below are provided examples of possible SMS commands and responses:

1st example:
Command:
"lvcansetting:1,AD70" will change total mileage of the vehicle (km). AD70 converted from HEX to DEC is 44400.

Answer:
"Setting OK: AD70"

2nd example:
Command:
"lvcansetting:1,FFFFFFFF1" setting total mileage to 68719476721 km. FFFFFFFF1 converted from HEX to DEC is 68719476721.

Answer:
"Setting Error" will get when values are incorrect (exceeds value limit).