AdvancedHMI Software
General Category => Support Questions => Topic started by: andreaboschetti71 on January 23, 2015, 07:57:14 AM
-
I'm using 3.97d version. I have a user defined structure as this:
"Registro" is a structure of 4 DINT : day,month,year, and nummod
then I have an array ("Deposti") of 4 "Registro" and I want to access to:
EthernetIPforCLXCom.read(Deposti[1].day) but always -20 value returned
-
A similar subject recently came up. The current address parser is unable to handle arrays of complex data types. The tag Deposit[1].day will get interpreted as Deposit.day[1]
I'm currently investigating this ability for a future version.
-
Try this patch file in this post:
http://advancedhmi.com/forum/index.php?topic=614.0
-
In version 3.82 I was able to read this
-
The patch seems work. thank you