How to Control Digital Output (DO) via SMS

How to Control Digital Output (DO) via SMS

Overview

Remote control of Digital Outputs (DOs) offers flexibility and convenience in managing connected devices. One commmon method is through a centralized management system, such as RCMS, which provides a web-based interface to monitor and control DOs from anywhere. Alternatively, a local WebGUI on the device itself allows for direct control by toggling buttons to change the DO status. For more advanced or automated control, users can leverage command-line interfaces (CLI) via SSH to send specific commands.
Finally, for situations where network connectivity is unreliable or unavailable, SMS commands provide a robust, text-based method to control DOs by sending simple instructions to the device's associated SIM card. The following are the operations to control DO through SMS.

Steps

1. Please ensure your SIM card is enabled SMS service. If you're not sure, please consult with SIM provider or Internet service provider (ISP).

2. Please enable SMS: WEBGUI -> Services -> SMS 

Note: SMS setting as shown in above photo is enabled by factory default 

3. Send command to the phone number of the SIM that use for the Robustel gateway.
SMS command format: username:password;command
Command as below (suppose the device have 2 DOs)
  1. do 1 on
  2. do 1 off
  3. do 2 on
  4. do 2 off
For example, if you want to control DO1 on, the command would be as below:

username:password;do 1 on

If the command executed successfully, device will reply OK, below photo for example.
    • Related Articles

    • How to Enable RCMS via SMS

      Prerequisites 1. Device mobile number 2. Admin credentials 3. RCMS server details: Server IP/URL Port number Primary server IP for ping detection SMS Configuration Command Send the following SMS command to the device: admin:admin; set rcms enable ...
    • Can I activate the RCMS App via SMS?

      A: Yes, for devices already in the field it is possible to install and activate the RCMS App remotely using SMS
    • How to Set up Bidirectional SMS Integration with Telegram

      This guide describes how to set up bidirectional SMS integration with Telegram on a RobustOS Pro device. After setup, you'll be able to: Receive device SMS messages in your Telegram chat Send SMS from Telegram using simple commands Prerequisites ...
    • How to Enable RCMS via Configuration File

      Overview This guide explains how to configure RCMS settings using a config.xml file, which can be deployed via: Web UI USB drive Complete RCMS Configuration Block <rcms> <enable>true</enable> <rlink_enable>true</rlink_enable> ...
    • How to Enable RCMS via SSH CLI?

      Overview This guide outlines the steps to enable RCMS using SSH CLI commands. Ensure you have SSH access and admin credentials. Steps Connect via SSH Make sure SSH is enabled. Open the firewall for either remote SSH or local SSH as applicable. Enable ...