Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support arrays of structures in structured data (full setup) #78

Open
ralphlange opened this issue Nov 23, 2020 · 1 comment
Open

Support arrays of structures in structured data (full setup) #78

ralphlange opened this issue Nov 23, 2020 · 1 comment
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@ralphlange
Copy link
Member

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.

@ralphlange ralphlange added the enhancement New feature or request label Nov 23, 2020
@ralphlange ralphlange added this to the 0.9 pre-release milestone Nov 23, 2020
@ralphlange ralphlange self-assigned this Nov 23, 2020
@ralphlange
Copy link
Member Author

Will be done in the context of or after refactoring the classes for structure support (branch refactor/element-tree).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant