Difference between revisions of "Blocks IPWatchdog"
(Created page with "== IpWatchdog library == === ARP === ==== IPWDG_ARP ==== Returns ARP ping status of given ip address {| class="wikitable" | colspan="5" |#Asynchronous operations|Asynchron...") |
|||
| Line 6: | Line 6: | ||
Returns ARP ping status of given ip address | Returns ARP ping status of given ip address | ||
{| class="wikitable" | {| class="wikitable" | ||
| − | | colspan="5" |[[ | + | | colspan="5" |[[Libraries for IEC 61131-3|Asynchronous interface]] |
|- | |- | ||
|in | |in | ||
| Line 32: | Line 32: | ||
Returns ICMP ping status of given ip address | Returns ICMP ping status of given ip address | ||
{| class="wikitable" | {| class="wikitable" | ||
| − | | colspan="5" |[[ | + | | colspan="5" |[[Libraries for IEC 61131-3|Asynchronous interface]] |
|- | |- | ||
|in | |in | ||
Revision as of 07:04, 2 October 2018
IpWatchdog library
ARP
IPWDG_ARP
Returns ARP ping status of given ip address
| Asynchronous interface | ||||
| in | IP_ADDR | string | ip address | |
| in | TMO_S | int | timeout in seconds | |
| out | Q | bool | status | |
ICMP
IPWDG_ICMP
Returns ICMP ping status of given ip address
| Asynchronous interface | ||||
| in | IP_ADDR | string | ip address | |
| in | TMO_S | int | timeout in seconds | |
| out | Q | bool | status | |