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

Cannot import Values if ExtensionObject or Variant are embedded in the structure.

Open MurzynJ opened this issue 1 year ago • 0 comments

  1. If a Structure contains a member that is of an abstract DataType, the member is encoded as ExtensionObject.
  2. If a Structure contains a member that is of the BaseDataType, the member is encoded as Variant.

Both above cases are not supported currently. Will need to add cases for UA_DATATYPEKIND_EXTENSIONOBJECT and UA_DATATYPEKIND_VARIANT inside the setScalar function.

MurzynJ avatar Oct 03 '22 11:10 MurzynJ