I’m able to reach the variable in RecipeData.Module[0].Values[0].
But when I try to bind any variable of the following array element in the structure as the RecipeData.Module[1].Values[0], it is not letting me bind it:
After a lot of time trying to find what the issue was, checking the configuration and doing the Recursive Enable, and many hours going through a lot of posts here, the only solution that I found was to downgrade from 6.3.1 to 6.0.0.
After doing that, I’m able to bind the next arrays in the structure:
Here an update of my last experience about it, it may be helpful to someone…
Updating the OpcUaCs to version 6.4.0 doesn’t fix the issue (I tested with AS 6.3.2.2).
However, updating the AS to version 6.3.3.14 released on 06/Sep, it seems that it has fixed it. Now I can bind a lower-level variable from a complex structure:
However, now I’m having trouble to bind a opcUaComplexObject to a StructureBindableProperty of an Compound Widget.
While I’m doing the binding, sometimes the AS crashes out of a sudden. Sometimes it works, sometimes it crashes. My work around is to create the binding manually to avoid the AS to crash…