Data send period
In the logic template You can choose how often data packets should be sent to server. This option allows You to reduce costs of mobile data.
Before configuring, need to have in mind difference between data fix and data send.
Data fix - conditions, which triggers data write to memory of device.
Data send - conditions, which triggers sending of data, written to the memory of device.
Note. If time to send data came, but no data is fixed in the memory of device, it will send nothing. More about data fix check here.
Data packet send period
Scenario: When Ignition is On - send data every 30 seconds, when Ignition is Off - send data every 5 minutes.
Note. In this example Ignition is connected to digital input In5.
In the function 2.3 F_DataSendPeriod set value 30 and mark condition "IN5" as active. Add another line, by clicking "+" near the name of function and set value of 300 (it is 5 minutes), also mark condition "IN5" is inactive.
In function 2.3 max period is 570, so for longer periods - configure function 3.4 F_MaxTimeBetweenTwoGpsPoints. For more, check here.