AdvancedHMI Software

General Category => Support Questions => Topic started by: scott.clark on August 07, 2017, 05:58:53 PM

Title: Most efficient method to read a 10000 element DINT Array
Post by: scott.clark on August 07, 2017, 05:58:53 PM
What is the most efficient method to read a 10,000 element DINT Array from a CompactLogix Processor using EthernetIPforCLXCom1?
Title: Re: Most efficient method to read a 10000 element DINT Array
Post by: Archie on August 07, 2017, 06:24:09 PM
Dim v() as string=EthernetIPforCLXCom1.Read("DintArray[0]",10000)