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

1 Answer

0 votes
by anonymous

Hello, thanks for the query.

To configure a "SMS" number through  commands "SMS/ GPRS" you can use the command "setparam" and the "Parameter ID" that you want to set.

To use the "Setparam" command by "SMS" you must follow this structure:

<space><space>setparam<space>4000(Authorized number ID):(new value)

Check the following link where you can find the ID parameter list:

https://wiki.teltonika-gps.com/view/Template:FMB_Device_Family_Parameter_list

If you have set a password to the "SMS commands" make sure to add them in the message with the following structure:

Login<space>password<space>setparam<space>(param ID):(new value)

You can set many parameters with one command, just separating them with a ";" but note that SMS command are limited to 160 characters:

 <space><space>setparam<space>(param ID1):(new value);(param ID2):(new value);(param ID3):(new value)...

In the following link you can find the "SMS/ GPRS" commands:

https://wiki.teltonika-gps.com/view/FMB_SMS/GPRS_Commands

To control a "Digital Output" you can use the command "setdigout", the structure is the following:

<space><space>setdigout<value for the DOU1><value for the DOUT2><timeoutX> <timeoutY> <speedX> <speedY>

Example:

"  setdigout 01 30 ? ? 30" will set DOUT1 to low level for 30 seconds and DOUT2 to high level for infinite time if speed is 30 km/h or lower.

You can find detailed information about this command in the following link:

https://wiki.teltonika-gps.com/view/FMB_setdigout

Remember that if you want to send "GPRS" commands through a server you need to send the commands using "Codec 12/14" find detailed information in the following link:

https://wiki.teltonika-gps.com/view/Codec#Codec_12

Best regards!