Description

The RutSmsRecipient allows sending SMS when it receives an alarm.

Implementation
- Drag and drop the RutSmsRecipient into the AlarmService.
- Create a link between the Alarm slot of an AlarmClass and the Route Alarm slot of the recipient.


Properties

  • Time Range: Sets the time range during which SMS sending is enabled.

  • Days of Week: Sets the days of the week when SMS sending is enabled.

  • Transitions: Allows the selection of alarm transitions to be sent via SMS.

  • Route Acks: Enables or disables routing of alarm acknowledgments to the recipient.

  • Enabled: Activates or deactivates the component.

  • Phone Numbers**: Sets the recipient's phone number.

  • Body***: The message that the recipient will receive.


**The correct format for the phone number is:

  1. 00 - The number must be preceded by two zeros.

  2. <country_code> - The next element is the country code of the phone number holder.

  3. <receivers_number> - The recipient's phone number.

For example, a valid number would be 003312345678: 00 followed by 33, which is the country code (of France) and lastly 12345678, which is the recipient's phone number.

To enter multiple numbers, separate them with semicolons.


***It is possible to add information using BFormat, with the default value:

Source: %alarmData.sourceName% => Default point name.

Text: %alarmData.msgText% => Alarm message of the point.

uuid: %uuid% => Each alarm has a unique ID that will be used for acknowledgment.


ATTENTION: Do not exceed 140 characters (maximum) in the body (including after BFormat evaluation).

Note: The time on the Jace or Rut doesn't matter. When the API reads acknowledgment messages from the Rut, it looks at the index of the last read message to read the following messages. This ensures that even if there is a time difference between them, all messages will be properly read.