Send a message to a selected subscriber.
For this function to work, device configuration must include:
Configuration➜Subscribers➜Subscriber phone number(configure required numbers)
| In the Function Menu | On the Diagram |
|---|---|
![]() |
![]() |
| Name | Value Type | Description |
|---|---|---|
start |
bool |
SMS send trigger signal. |
Function trigger logic depends on the input type!
➜ Triggers continuously when a constant with value True is connected to start.
➜ Triggers on rising edge (value changes from False to True) when a variable or output from another function is connected to start.
| Name | Value Type | Description |
|---|---|---|
active |
bool |
Execution status: true - An SMS send task is in the queue false - No current tasks |
| Name | Description |
|---|---|
| Subscriber index | Subscriber number in device memory. |
| Type | Message type. |
| Message | Custom string to be included in the message, up to 32 characters (ASCII string, Latin characters only). Not used if Type = "Standard SMS". |