AdvancedHMI Software

General Category => Open Discussion => Topic started by: akirka on April 19, 2016, 01:03:30 PM

Title: MicroLogix PLC
Post by: akirka on April 19, 2016, 01:03:30 PM
Hello,
Is there a way to read a block of data from the PLC, not just a just register?
Thanks.
Title: Re: MicroLogix PLC
Post by: Archie on April 19, 2016, 01:11:02 PM
Dim MyValues() as string
MyValues=EthernetIPforSLCMicroCom1.Read("N7:0",10)