Home
Help
Search
Login
Register
AdvancedHMI Software
»
General Category
»
Support Questions
»
Reading a list of Tags
« previous
next »
Print
Pages: [
1
]
Author
Topic: Reading a list of Tags (Read 3081 times)
Dean
Newbie
Posts: 7
Reading a list of Tags
«
on:
October 15, 2015, 08:13:42 AM »
Hello,
Does AdvancedHMI support reading a list of all the tags from the PLC ? I need to know what tags are already there in the PLC.
Thanks
Logged
Archie
Administrator
Hero Member
Posts: 5317
Re: Reading a list of Tags
«
Reply #1 on:
October 15, 2015, 08:22:12 AM »
This reads all controller scope tags:
Dim tags() As MfgControl.AdvancedHMI.Drivers.CLXTag = EthernetIPforCLXCom1.GetTagList
The upcoming release (V3.99b) will also be able to read the program scope tags.
Logged
micksta
Newbie
Posts: 2
Re: Reading a list of Tags
«
Reply #2 on:
June 23, 2016, 12:49:32 AM »
Hey peps, hope ur all well..
Does anyone know if this has been implemented yet (reading list of program scope tags)!
Logged
Archie
Administrator
Hero Member
Posts: 5317
Re: Reading a list of Tags
«
Reply #3 on:
June 23, 2016, 05:28:39 AM »
Yes. The latest version will retrieve the list of all tags, including program scope.
Logged
Print
Pages: [
1
]
« previous
next »
AdvancedHMI Software
»
General Category
»
Support Questions
»
Reading a list of Tags