Namespace 0 missing AccessLevelEx Attribute #1691
johannwesely
started this conversation in
General
Replies: 1 comment
-
|
Yes, well... the reason for this is the following (from the code generator): node.getMinimumSamplingInterval(),
node.isHistorizing(),
null // TODO AccessLevelExType
);I'll take a look today and see how much work this would be. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
in certification process whe have the issue that AccessLevelEx attribute is missing for variables in namespace 0.
When i try to find out where those are set i see in VariableNodeLoder that all AccessLevelEx have been initally set to null. Do we have to set them somehow on our own?
in uanodeset parser NodesetNodeLoader whe have something like this in line 296:
variableNode.setAccessLevelEx(new AccessLevelExType(Unsigned.uint(variable.getAccessLevel())));so for all the other namespaces the AccessLevelEx is set correct.
any Suggestions ?
Greetings Johann
Beta Was this translation helpful? Give feedback.
All reactions