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
242 views
in Vehicle tracking by anonymous

Why _avlObj.records is array of 6 elements?

I receive signal from the FMC001 device in my server and I want to store the actual data (gps). But the _avlObj.records is an array of objects with different timestamps and I don't understand why? 

It looks like this except always it has 6 records.
 

[

  {

    timestamp: "2021-11-02T16:51:31.000Z",

    priority: 1,

    gps: {

      longitude: 16.8509233,

      latitude: 58.7486033,

      altitude: 22,

      angle: 111,

      satellites: 14,

      speed: 0,

    },

    event_id: 240,

    properties_count: 39,

    ioElements: [],

  },

];

1 Answer

0 votes
by anonymous

Hello,

Thank you for your question.

The number of received records depends on data acquisition settings. It could be that you have set Min Saved Records value to 6, so every packet sent to server will contain minimum 6 records.  It also could be that Min Period is set to a lower value than Send Period, therefore the device will generate more records and send it all at once. To read more about data acquisition settings visit our Wiki page https://wiki.teltonika-gps.com/view/FMC001_Data_acquisition_settings.

If you have more questions please reach out to us via VIP Helpdesk or contact your sales manager/distributor. If you don't have any contacts with our Sales managers, please contact them on our official website https://teltonika-gps.com/ and click on the "Contact Us" button. When you will click, please fill the form and submit it.

Best regards.