Jump to content

Klinecheck: Difference between revisions

From Teltonika Telematics Wiki
Added klinecheck command desrcription,explanation
 
No edit summary
Line 8: Line 8:
CS Err:
CS Err:


Checksum error counter indicates the number of times checksum verification fails during data processing or transmission.
 
'''Checksum error counter''' indicates the number of times checksum verification fails during data processing or transmission.
 




'''Response example:'''
'''Response example:'''


If K-line unavailable: K-Line:'''0''', CS Err: 0, Privacy:'''2''', Data:1727179213,0,205773990,1833475,0,0
<code>If K-line unavailable: K-Line:'''0''', CS Err: 0, Privacy:'''2''', Data:1727179213,0,205773990,1833475,0,0</code><br><br>


If K-line available: K-Line:'''1''', CS Err: 0, Privacy:0, Data:1727179213,0,205773990,1833475,0,0
<code>If K-line available: K-Line:'''1''', CS Err: 0, Privacy:0, Data:1727179213,0,205773990,1833475,0,0</code><br><br>





Revision as of 09:09, 14 January 2025

The command returns the status of Kline and privacy mode, as well as the main elements of Kline IO.


Response to klinecheck:

CS Err: <cr errors>, Privacy:<privacy mode>, Data: <timestamp>,<speed>,<odometer>,<trip distance>,<driver 1 state>,<driver 2 state> CS Err:


Checksum error counter indicates the number of times checksum verification fails during data processing or transmission.


Response example:

If K-line unavailable: K-Line:0, CS Err: 0, Privacy:2, Data:1727179213,0,205773990,1833475,0,0

If K-line available: K-Line:1, CS Err: 0, Privacy:0, Data:1727179213,0,205773990,1833475,0,0


Privacy: Indicates driver state:

0 – indicates when the Kline is available and driver privacy mode is disabled

1 – indicates when the Kline is available and driver privacy mode is enabled

2 – No Kline data


Data:

Returns the current/last known value of:

Timestamp (AVL ID:194)

Speed (AVL ID: 191)

Odometer (AVL ID: 192)

Trip Distance (AVL ID: 193)

Driver 1 state (AVL ID:184)

Driver 2 state (AVL ID:185)