Hi, I am trying to follow the composite demo from smart HMI. The demo uses an array of struct which are simulated. I try to do the same over OPC from a real CTRLX core. I have created a structure and made an array of struct in the process data manager. The example uses [index] for the array index. OPC uses "/index/". This can be adjused (see https://www.youtube.com/watch?v=12v1haa9OSU). (this works for an array of int). but using an array of struct i end up with an extra "." after the index Example: "plc/app/Application/sym/HMI/hourCounters/0/.totalRunHours" using WebIQ 2.15, OPC-UA 1.20.4 PLC 1.20.4 on a CTRLX core X3
... View more