Author Topic: Reading a list of Tags  (Read 3080 times)

Dean

  • Newbie
  • *
  • Posts: 7
    • View Profile
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

Archie

  • Administrator
  • Hero Member
  • *****
  • Posts: 5317
    • View Profile
    • AdvancedHMI
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.

micksta

  • Newbie
  • *
  • Posts: 2
    • View Profile
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)!

Archie

  • Administrator
  • Hero Member
  • *****
  • Posts: 5317
    • View Profile
    • AdvancedHMI
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.