You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The "full setup", i.e., using an opcuaItemRecord for the structure and simple records pointing to elements, only supports sub-structures and simple elements.
Extend the support to arrays of structures, so that one can use:
field (INP, "@item2 element=level1.level2[4].simple1")
to address the simple1 element of the 5th element of the array of structures level2 inside the top-level structure level1.
The text was updated successfully, but these errors were encountered:
The "full setup", i.e., using an opcuaItemRecord for the structure and simple records pointing to elements, only supports sub-structures and simple elements.
Extend the support to arrays of structures, so that one can use:
to address the
simple1
element of the 5th element of the array of structureslevel2
inside the top-level structurelevel1
.The text was updated successfully, but these errors were encountered: