FMB lvcansetting

From Wiki Knowledge Base | Teltonika GPS
Revision as of 14:41, 21 July 2020 by Kaminskas.Andrius (talk | contribs) (Protected "FMB lvcansetting" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite)))

(diff) ← Older revision | Approved revision (diff) | Latest revision (diff) | Newer revision → (diff)

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).