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,947 views
in Vehicle tracking by anonymous
hi, we have GPS tags (FMB 120, FM1100, FMA120) that are currently running on a server. we want to switch (change) the addresses of these GPS tags so that they now point to our new server on which is hosted our new geolocation platform. how to proceed to manage this change from a distance? we do not want to unplug all the tags to reconfigure them.

Regards,

1 Answer

0 votes
by anonymous

Hello,

Thank you for your query,

Device configuration can be updated:

The description of SMS commands can be found in the wiki:

https://wiki.teltonika.lt/view/FMB_SMS/GPRS_Commands

The format of SMS messages as follows:

<SMS login><space><SMS password><space><command><space><value>

To change the IP address and Port for the devices use the command "setparam", make sure that you use double spaces in front of command if no password is used.

Example for FMB:

  setparam 2004 xx.xx.xx.xx 

  setparam 2005 xxxx

  setparam 2006 0

2004 - To setup IP address.

2005 - To set up Port.

2006 - 0 or 1 (0 - TCP, 1 - UDP protocols selection)

Same format stands for FM devices, but for each you should follow the parameter IDs used in their firmware.

Example for FM1100/FMA120

  setparam 1245 xx.xx.xx.xx 

  setparam 1246 xxxx

  setparam 1247 0

Hope this helps,

Regards.