Author Topic: MicroLogix PLC  (Read 1191 times)

akirka

  • Newbie
  • *
  • Posts: 4
    • View Profile
MicroLogix PLC
« 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.

Archie

  • Administrator
  • Hero Member
  • *****
  • Posts: 5262
    • View Profile
    • AdvancedHMI
Re: MicroLogix PLC
« Reply #1 on: April 19, 2016, 01:11:02 PM »
Dim MyValues() as string
MyValues=EthernetIPforSLCMicroCom1.Read("N7:0",10)