FOR TIPS, gUIDES & TUTORIALS

subscribe to our Youtube

GO TO YOUTUBE

4167 questions

4739 answers

3460 comments

0 members

We are migrating to our new platform at https://community.teltonika.lt. Moving forward, you can continue discussions on this new platform. This current platform will be temporarily maintained for reference purposes.
0 votes
226 views
in Vehicle tracking by anonymous
Hello, i want to know with the package a recev is from a buffer or its a real time package, how can i know that? have some paramenter to represent this?

has FMB920 a counter package? like 1,2,3,4...,1000

1 Answer

+1 vote
by anonymous
Hello.

Each packet is first saved into internal memory and when it is sent is removed. Every record has Timestamp to identify when it was created:

https://wiki.teltonika-gps.com/view/Teltonika_Data_Sending_Protocols#Codec_8

To verify how many records have been generated since device start or reset you can use getinfo SMS/GPRS command:

https://wiki.teltonika-gps.com/view/FMB_getinfo

SR - parameter in getinfo response is Number of Sent Records.

Regards
by anonymous
But if the FMB has not GPS Signal the timestamp from the package still valid? the counter is not a problem, but dont know if a package is from a buffer or real time is...

I have others models from others manufacturers and normally when the GPS Signal is off, the timestamp is complety wrong

I have some packages with the timestamp  2004-01-01 00:00:13
by anonymous
Hello.

It depends on device configuration:

Records Saving/Sending without TS setting:

https://wiki.teltonika-gps.com/view/FMB920_System_settings#Records_Saving.2FSending_Without_TS

Time synchronization - device has internal clock which can be synchronized over GNSS, GSM and NTP:

https://wiki.teltonika-gps.com/view/FMB920_System_settings#Time_Synchronization

I recommend to use NTP Resync feature by setting value different from 0.

Regards