Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
Problem
When a parent node is used in the adapter with multiple sub nodes, the detection of the corresponding data types does not work. Instead, all nodes are assigned to the default data type (String).
Root
When the node is not directly read, eclipse milo returns BaseDataVariableType as data type for all nodes. Accordingly, all nodes are assigned to be strings.
Solution
Retrieve the data type for all nodes individually from the server, but only in case a node with multiple sub-nodes is accessed.