Hello there,
in recent changes to the PADIM Nodeset (version 1.02.0), the value type of EnumDictionaryEntries changed from ListOfNodeId to Matrix with dimensions and elements.
However, converting the new nodeset XML to C# bindings using the current version of the UA-Modelcompiler fails with an error message
NodeSet (http://opcfoundation.org/UA/PADIM/) code generation failed: Unable to cast object of type 'Opc.Ua.Matrix' to type 'System.Array'.
Is the Matrix value type correct and is there a problem with the Model Compiler, or should the ListOfNodeId type be used for the EnumDictionaryEntries values? When changing back to ListOfNodeId the compilation succeeds.
Hello there,
in recent changes to the PADIM Nodeset (version 1.02.0), the value type of
EnumDictionaryEntrieschanged fromListOfNodeIdtoMatrixwith dimensions and elements.However, converting the new nodeset XML to C# bindings using the current version of the UA-Modelcompiler fails with an error message
Is the
Matrixvalue type correct and is there a problem with the Model Compiler, or should theListOfNodeIdtype be used for theEnumDictionaryEntriesvalues? When changing back toListOfNodeIdthe compilation succeeds.