open62541-nodeset-loader icon indicating copy to clipboard operation
open62541-nodeset-loader copied to clipboard

Parsing of MinimumSamplingInterval attribute is missing

Open matkonnerth opened this issue 1 year ago • 6 comments
trafficstars

Nodeset schema defines a MinimumSamplingInterval attribute for UAVariable

matkonnerth avatar Nov 28 '23 07:11 matkonnerth

I added and tested the MinimumSamplingAttribute for UAVariable.

You can check my modifications in my fork piperoc/open62541-nodeset-loader . Look for the branch add-minSamplingInterval .

not sure you wanted me to use PR's or so, therefore I figured I'd fork it.

Please double check: I tested with a few nodesets. Some nodesets give me troubles in general (for example, the euromap ones are weird for me).

piperoc avatar Mar 23 '24 20:03 piperoc

thank you, I've create a PR from your work.

Which euromap nodesets generate troubles?

matkonnerth avatar Mar 26 '24 05:03 matkonnerth

looks good, merged it to master.

matkonnerth avatar Mar 26 '24 05:03 matkonnerth

thank you, I've create a PR from your work.

Which euromap nodesets generate troubles?

Thank you @matkonnerth . I haven't tested extensively, but here's an error I get all the time with the following:

image

Could it be due to the UAModeler extensions?

piperoc avatar Mar 26 '24 11:03 piperoc

seems that there is a circle with hierachical references between some nodes (node1 -> node2 ->node1), can you provide me the nodeset?

matkonnerth avatar Mar 26 '24 11:03 matkonnerth

Sure @matkonnerth, the nodeset I used is the one in open62541-nodeset-loader/nodesets/euromap_instances/euromapinstances.xml .

I think UANodesets may contain loops (as a directed multigraph)...

piperoc avatar Mar 26 '24 12:03 piperoc