Difference between revisions of "TCP"
(Created page with "== TCP library == === TCP === ==== TCP_RX ==== The listening block on the port indicated on the PORT input, whether the pattern given on the PATTERN input appears. After rec...") |
|||
Line 1: | Line 1: | ||
+ | == [[Libraries for IEC 61131-3|Back to Libraries]] == | ||
== TCP library == | == TCP library == | ||
Latest revision as of 07:25, 30 April 2020
Back to Libraries
TCP library
TCP
TCP_RX
The listening block on the port indicated on the PORT input, whether the pattern given on the PATTERN input appears. After receiving such a pattern, the CONTAINS output is activated.
in | PORT | int | port number on which we are listening | |
in | PATTERN | string | expected pattern | |
out | CONTAINS | bool | activated if a pattern is received |