FOR TIPS, gUIDES & TUTORIALS

subscribe to our Youtube

GO TO YOUTUBE

14455 questions

17168 answers

28195 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
847 views 5 comments
by

 Tell me please, how many phone numbers I can enter in: MODBUS MASTER TCP->ALARM Configuration?

I can’t get more than one (based on WIKI, you can create a group of phones. But in practice, this does not work). Thanks

TELTONIKA RUT 955 . FW ver.: RUT9XX_R_00.06.06

1 Answer

0 votes
by anonymous

Hello,

Currently this feature was removed from the firmware.

If you want to add more numbers you can do this via CLI (https://wiki.teltonika-networks.com/view/RUT955_CLI) in config file /etc/config/modbus_master_alarms

In configuration file you have to change line from:

  • option telnum '123456789'

to:

  • list telnum '123456789'
  • list telnum '234567890'
  • list telnum '345678901'
by

Thanks Tomas for the quick reply. Since I don’t have any experience in CLI, is it possible to get more detail how can I access this file? If I understood correctly, it should be like editing .INI file?

Thanks again.

by anonymous

Hello,

Yes, it is similar.

  • Go to router Services -> CLI and login with username: root and password: <current_router_admin_password> In about logging in: https://wiki.teltonika-networks.com/view/RUT955_CLI
  • Then in command line enter this line: vi /etc/config/modbus_master_alarms (before entering in to file, I suggest to configure an alarm in WebUI so it will be easier to edit it in command line).
  • In VI editor you can navigate with arrow keys and to enter edit mode press "i" this will indicate "I" symbol in window lower left corner.
  • Enter additional lines
  • With "Esc" leave edit mode, enter ":wq!" and press "Enter" to save and exit.

You can read more about VI here: https://www.cs.colostate.edu/helpdocs/vi.html

by anonymous

Hello

Since this feature is not supported in WebUI, you won't be able see or edit numbers there, only the first number you have entered will be visible. Despite that, if configured correctly the messages will be sent to all numbers.

But I noticed that I have left a mistake.

You do not need to remove already existing value option telnum '123456789', leave it there and just add additional number in new line with this text list telnum.

Everyting should look similar to this:

option telnum '123456789'

list telnum '234567890'

list telnum '345678901'

Check this example printscreen:

After these changes saved. You have to restart Modbus TCP master services.

Enter this line in command line /etc/init.d/modbus_tcp_master restart and press "Enter". This will upload new configuration and you will get SMS to all phones numbers you have configured.

by
Tomas, everything works. thank you so much .