AdvancedHMI Software

General Category => Support Questions => Topic started by: clingon_2000 on July 19, 2016, 12:39:12 AM

Title: DF1 Micrologix driver
Post by: clingon_2000 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.



Title: Re: DF1 Micrologix driver
Post by: Archie 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")