Function sends arbitrary text with valueN
arguments via SMS to the phone number specified in the settings.
Function menu | Block diagram |
---|---|
![]() |
![]() |
Name | Type | Description |
---|---|---|
start |
bool | Signal to send a message |
value0 |
float, int32 | Argument 0 |
... | ... | ... |
valueX-1 |
float, int32 | Argument X-1. Number of inputs, adjusted by setting Number of inputs |
If the
send
input is connected to a constant and its value is True, then the function works in the "pressing signal" mode (each time the function is called, the function tries to send a message to the log).
If thesend
input is connected to a variable or to the output of another function, then the operation occurs "on the edge", i.e. when the state transitions from False to True.
Name | Type | Description |
---|---|---|
active |
bool | Progress bar True appears on the output until the device completes the current SMS sending procedure. |
Name | Description |
---|---|
Number of inputs | Setting adjusts the number of inputs valueX . |
Phone number or subscriber No. | A string with an arbitrary phone number (in international format) or with a subscriber number from the configuration. |
Message | A string of formatted text to be output to the log. Argument format: {index[%format]} :index - input number (starting from 0);%format - string in 'printf' format. |