Changes

Line 273: Line 273:  
|<strong>How to calculate how much device is going to consume according to configuration?</strong>
 
|<strong>How to calculate how much device is going to consume according to configuration?</strong>
 
|-
 
|-
|
+
|The total number of data consumption bytes depends on parameters, features and also the frequency of data sending configured in Data Acquisition.
 +
 
 +
By counting the bytes of each enabled parameter, the size of one packet can be calculated. Once the frequency or amount of packets sent is known only multiplication needs to be done:
 +
Packet Size X Amount of packets
 +
 
 +
Important note: Network operators round the packets into larger chunks, e.g.: if device sends 800 Bytes of data, operators can round it to 1 kB (1024 Bytes).
 +
 
 +
You can find the size of each IO in the below link:</br>
 +
[https://wiki.teltonika-gps.com/view/FMC130_Teltonika_Data_Sending_Parameters_ID#Permanent_I.2FO_elements Teltonika Data Sending parameters]
 
|}
 
|}