04.03.2026, 10:36
As far as I know,
I've programmed two logic machines to control a building and its garage, with IP addresses 192.168.0.11 and 192.168.0.12. The building's logic machine also has three gateways to obtain data from residential electricity meters with IP addresses 192.168.0.111, 192.168.0.112, and 192.168.0.113.
What I'm being asked to do is create variables for each IP address. I understand these to be Boolean values indicating whether or not a ping is detected.
A variable that enables or disables pinging to IP addresses (boolean type), the address I use for this is '32/6/118', and another variable that sets how often the monitoring is done in hours '32/6/117', this has values from 1 to 23 hours
I've programmed two logic machines to control a building and its garage, with IP addresses 192.168.0.11 and 192.168.0.12. The building's logic machine also has three gateways to obtain data from residential electricity meters with IP addresses 192.168.0.111, 192.168.0.112, and 192.168.0.113.
What I'm being asked to do is create variables for each IP address. I understand these to be Boolean values indicating whether or not a ping is detected.
A variable that enables or disables pinging to IP addresses (boolean type), the address I use for this is '32/6/118', and another variable that sets how often the monitoring is done in hours '32/6/117', this has values from 1 to 23 hours