AdvancedHMI Software
General Category => Support Questions => Topic started by: Dean 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
-
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.
-
Hey peps, hope ur all well..
Does anyone know if this has been implemented yet (reading list of program scope tags)!
-
Yes. The latest version will retrieve the list of all tags, including program scope.