AdvancedHMI Software
General Category => Open Discussion => Topic started by: lorenzocase94@gmail.com on June 17, 2020, 08:17:46 AM
-
Hello, is it possible to obtain the maximum number of elements correlated to a TAG?
If yes, how?
I would like to read all the tags in my PLC (using GetTagList() method) and for each one of them automatically read all the available elements (i.e. setting the numberOfElements parameter to the maximum value).
Thank you in advance for you help!
-
I assume you mean the limit of an array. The GetTagList returns a value of ArrayDimensions and NumberOfDimensions, but right off I don't remember exactly where those values come from. I would have to set a demo to check.