Home
Help
Search
Login
Register
AdvancedHMI Software
»
General Category
»
Support Questions
»
DF1 Micrologix driver
« previous
next »
Print
Pages: [
1
]
Author
Topic: DF1 Micrologix driver (Read 1199 times)
clingon_2000
Newbie
Posts: 3
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.
Logged
Archie
Administrator
Hero Member
Posts: 5322
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")
Logged
Print
Pages: [
1
]
« previous
next »
AdvancedHMI Software
»
General Category
»
Support Questions
»
DF1 Micrologix driver