Closed patrickjmcd closed 6 years ago
Instead of only allowing an IP address, allow the use of a FQDN for retrieving data.
Allows more options for PLC addresses.
use PLC.connect("1.location.address.plc.com", 0)... as well as PLC.connect("192.168.1.10", 0)
PLC.connect("1.location.address.plc.com", 0)...
PLC.connect("192.168.1.10", 0)
Instead of only allowing an IP address, allow the use of a FQDN for retrieving data.
Current Behavior
Allows more options for PLC addresses.
Expected Behavior
use
PLC.connect("1.location.address.plc.com", 0)...
as well asPLC.connect("192.168.1.10", 0)