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
2,490 views
in Vehicle tracking by

how to set the teltonika fmb920  to sending data to server every 30 sec to server ;

i use this command but it doesn't work ==>10005:30;10105:30;10205:30;10055:30;10155:30;10255:30

1 Answer

0 votes
by

Hello,

It is possible to configure your FMB920 data sending with 'SMS' command's or using 'Codec 12' command's from your server.
I will provide you with structure of 'SMS' command for Moving Data Acquisition modes:
<SMS Login><space><SMS password><space>setparam 10005:30;10055:30 (Set Min period and Send Period on Home Data Acquisition Mode)
Try sending these parameter's separately for every Data Acquisition Mode.

<SMS Login><space><SMS password><space>setparam 10105:30;10155:30 (Set Min period and Send Period on Roaming Data Acquisition Mode)
<SMS Login><space><SMS password><space>setparam 10205:30;10255:30 (Set Min period and Send Period on Unknown Data Acquisition Mode)

If you are not using any SMS Login and password, leave two spaces before the command.

You should get answer after parameter is successfully changed.
Example of Answer:

"Param ID:10005 Value:30"

More information about Parameter ID you can find in our wiki page (Link below):
https://wiki.teltonika.lt/view/Template:FMB_Device_Family_Parameter_list

More information about SMS commands you can find in our wiki page (Link below):
https://wiki.teltonika.lt/view/FMB920_SMS/GPRS_command_list

 

Codec12 is original Teltonika protocol for device-server communication over GPRS messages. All standard 'SMS' commands text can be sent to device via GPRS in Codec12 format.

Codec12 GPRS commands can be used for sending configuration, debug, digital outputs control commands or other (special purpose command on special firmware versions).
This is the example of how Codec 12 command would look like in your situation:


For Moving Data Acquisition modes:
(Set Min period and Send Period on Home Data Acquisition Mode)
00000000000000220C01050000001A736574706172616D2031303030353A33303B31303035353A33300100007AB5 

(Set Min period and Send Period on Roaming Data Acquisition Mode)
00000000000000220C01050000001A736574706172616D2031303130353A33303B31303135353A33300100002A64 

(Set Min period and Send Period on Unknown Data Acquisition Mode)
00000000000000220C01050000001A736574706172616D2031303230353A33303B31303235353A3330010000DB17

You don't need any SMS Login and Password (or leave two spaces before Codec 12 command).

More information about Codec 12 protocol you can find in our wiki page (Link below):
https://wiki.teltonika.lt/view/Codec#Codec_12

Regards,
Teltonika Support Team.

by anonymous
I have done all the above but its still sending data all the time. does anything override it?  min period and min send period set to 30secs.
by anonymous
High / panic priority records -> initiate immediate records sending to server.

Maybe you have such priority records?

Regards