Difference between revisions of "SMS"
(Blanked the page) |
|||
| Line 1: | Line 1: | ||
| + | == Description: == | ||
| + | SMS_TX/SMS_RX blocks are used for communication between the program and the user through the GSM network. It use SMS messages to transmit and receive information. | ||
| + | === SMS_RX === | ||
| + | |||
| + | |||
| + | PICTURE | ||
| + | |||
| + | {| class="wikitable" | ||
| + | | colspan="5" |[[Libraries for IEC 61131-3|Asynchronous interface]] | ||
| + | |- | ||
| + | |in | ||
| + | |IP_ADDR | ||
| + | |string | ||
| + | | | ||
| + | |ip address | ||
| + | |- | ||
| + | |in | ||
| + | |TMO_S | ||
| + | |int | ||
| + | | | ||
| + | |timeout in seconds | ||
| + | |- | ||
| + | |out | ||
| + | |Q | ||
| + | |bool | ||
| + | | | ||
| + | |status | ||
| + | |} | ||
| + | |||
| + | |||
| + | |||
| + | === SMS_Tx === | ||
| + | |||
| + | |||
| + | PICTURE | ||
| + | |||
| + | {| class="wikitable" | ||
| + | | colspan="5" |[[Libraries for IEC 61131-3|Asynchronous interface]] | ||
| + | |- | ||
| + | |in | ||
| + | |IP_ADDR | ||
| + | |string | ||
| + | | | ||
| + | |ip address | ||
| + | |- | ||
| + | |in | ||
| + | |TMO_S | ||
| + | |int | ||
| + | | | ||
| + | |timeout in seconds | ||
| + | |- | ||
| + | |out | ||
| + | |Q | ||
| + | |bool | ||
| + | | | ||
| + | |status | ||
| + | |} | ||
| + | |||
| + | |||
| + | '''Block behavior:''' | ||
| + | |||
| + | |||
| + | |||
| + | |||
| + | == Examples == | ||
| + | |||
| + | |||
| + | [[Libraries for IEC 61131-3|Back to Libraries]] | ||
Revision as of 09:03, 15 April 2020
Contents
Description:
SMS_TX/SMS_RX blocks are used for communication between the program and the user through the GSM network. It use SMS messages to transmit and receive information.
SMS_RX
PICTURE
| Asynchronous interface | ||||
| in | IP_ADDR | string | ip address | |
| in | TMO_S | int | timeout in seconds | |
| out | Q | bool | status | |
SMS_Tx
PICTURE
| Asynchronous interface | ||||
| in | IP_ADDR | string | ip address | |
| in | TMO_S | int | timeout in seconds | |
| out | Q | bool | status | |
Block behavior: