Hi,
My first message here. I am starting to implement OPC UA Server in my project and I am new to OPC UA and the SDK.
I am quite sure I need to set UA_NAMESPACE_ZERO=FULL but this causes my server not to start.
I am setting the UA_NODESET_DIR and UA_SCHEMA_DIR to deps/ua-nodeset/ and deps/ua-nodeset/Schema and use ua_generate_nodeset_and_datatypes to generate c code for di nodeset.
I am getting error:
Writing the value of Node ns=2;i=6208 failed with the following reason: DataType of the value is incompatible
TCP 0 | SC 0 | Session "Administrator" | WriteRequest returned status code BadTypeMismatch
TCP 0 | SC 0 | Session "Administrator" | AddNode (ns=2;i=6208): Could not create a default value with StatusCode BadTypeMismatch
TCP 0 | SC 0 | Session "Administrator" | AddNode (ns=2;i=6208): Type-checking failed with error code BadTypeMismatch
BadTypeMismatch
My server start if I use version 1.3.15 but I want to take the latest releases in use for PubSub features.
Could someone help?
- Mikko