Author Topic: Most efficient method to read a 10000 element DINT Array  (Read 836 times)

scott.clark

  • Jr. Member
  • **
  • Posts: 96
    • View Profile
Most efficient method to read a 10000 element DINT Array
« 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?

Archie

  • Administrator
  • Hero Member
  • *****
  • Posts: 5262
    • View Profile
    • AdvancedHMI
Re: Most efficient method to read a 10000 element DINT Array
« Reply #1 on: August 07, 2017, 06:24:09 PM »
Dim v() as string=EthernetIPforCLXCom1.Read("DintArray[0]",10000)