Hello,
i have RUTX11 as modbus TCP client & a power recloser device as modbus server.
I’m polling power recloser measurements using modbus successfully from the RUTX11.
my question is:
can i send SMS message to the RUTX11 from my mobile to control the power recloser (TRIP/CLOSE), for example:
if i send “close”, it will trigger the modbus write command from the RUTX11 to the power recloser using configure modbus write command?
Yes, it should be possible to control your power recloser via Modbus by sending an SMS to the RUTX11. You can achieve this using the SMS Utilities feature. When an SMS with a specific text (e.g., “close”) is sent to the router, it can execute a custom script to write the required value to the Modbus register of the power recloser.
Here’s how you can set it up:
Create a Custom SMS Rule:
Navigate to Services → Mobile Utilities → SMS Utilities.
In the Add Rule section:
For SMS Text, enter the desired keyword (e.g., close).
Select Action – Execute custom script.
Click Add.
Enable the SMS Rule:
Enable the rule and for the Custom Script, you can use the following code as an example: