AdvancedHMI Software

General Category => Support Questions => Topic started by: Dean on October 15, 2015, 08:13:42 AM

Title: Reading a list of Tags
Post 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
Title: Re: Reading a list of Tags
Post by: Archie 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.
Title: Re: Reading a list of Tags
Post by: micksta 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)!
Title: Re: Reading a list of Tags
Post by: Archie on June 23, 2016, 05:28:39 AM
Yes. The latest version will retrieve the list of all tags, including program scope.