Author Topic: DF1 Micrologix driver  (Read 903 times)

clingon_2000

  • Newbie
  • *
  • Posts: 3
    • View Profile
DF1 Micrologix driver
« on: July 19, 2016, 12:39:12 AM »
Wher can I download the DF1 Micrologix driver sintax commands? I need to write or read some values to/from the PLC, using the driver?

Thanks in advance for the help.




Archie

  • Administrator
  • Hero Member
  • *****
  • Posts: 5262
    • View Profile
    • AdvancedHMI
Re: DF1 Micrologix driver
« Reply #1 on: July 19, 2016, 06:45:03 AM »
All of the AdvancedHMI drivers use the same syntax:

        Dim value As String = SerialDF1forSLCMicroCom1.Read("N7:0")
        SerialDF1forSLCMicroCom1.Write("N7:1", "99")