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

[BUG] Limited nesting and accessibility of inherited members #125

Open
PTKu opened this issue Mar 14, 2023 · 0 comments
Open

[BUG] Limited nesting and accessibility of inherited members #125

PTKu opened this issue Mar 14, 2023 · 0 comments
Labels
blocking Prevents from completing other tasks bug Something isn't working known-issue s7-webapi

Comments

@PTKu
Copy link
Member

PTKu commented Mar 14, 2023

Variables can be declared with a maximum nesting of 9 elements (the DB itself is one of those elements). Accessing “DB1”.e2.e3.e4.e5.e6.e7.e8.my_var is possible, but not any further nesting. This is the limitation present in TIA.

AX allows for deeper nesting, but S7WEBAPI does not handle those nestings.

Workaround: Limit the nesting

There is work in progress on this issue.


See also:
ix-ax/AXOpen#51

@PTKu PTKu added bug Something isn't working question Further information is requested blocking Prevents from completing other tasks known-issue s7-webapi and removed question Further information is requested labels Mar 14, 2023
@PTKu PTKu changed the title [BUG] Fails to access inherited members in some object composition scenarios over WebAPI [BUG] Limited nesting and accessibility of inherited members Mar 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
blocking Prevents from completing other tasks bug Something isn't working known-issue s7-webapi
Projects
None yet
Development

No branches or pull requests

1 participant