(X) bug report => please search github for a similar issue or PR before submitting
(X) unexpected behavior => please visit the Wiki before
Current behavior
A normal Server node with a node-set xml file loaded, created with the FreeOPCUA/opcua-modeler, does not allow for read write operations on the variables. In the modeler the value section under the variable-nodes attributes is present as expected. Connecting with the FreeOPCUA/opcua-client to the newly created server through the normal opcua-server node, the same variable now does not provide this 'Value' field. Thus, when trying to read/write to the variable it responds with the error "The access level does not allow writing to the Node."
Expected behavior
The XML file is interpreted correctly and provides the variables with read/write-able Value components.
Minimal reproduction of the problem with instructions
I'm submitting a ... (check one with "x")
Problem
(X) unexpected behavior => please visit the Wiki before
Current behavior A normal Server node with a node-set xml file loaded, created with the FreeOPCUA/opcua-modeler, does not allow for read write operations on the variables. In the modeler the value section under the variable-nodes attributes is present as expected. Connecting with the FreeOPCUA/opcua-client to the newly created server through the normal opcua-server node, the same variable now does not provide this 'Value' field. Thus, when trying to read/write to the variable it responds with the error
"The access level does not allow writing to the Node."
Expected behavior The XML file is interpreted correctly and provides the variables with read/write-able
Value
components.Minimal reproduction of the problem with instructions
TestObject
node and under that a variableTestDouble
of typeDouble
and value0.0
Following already created and used XML-contents (skip step 1-2):
Your Environment
Please tell us about your environment:
(X) I am using just the Node-RED package and got node-opcua installed with it
( ) I have installed node-opcua global from source (using git clone)
( ) I have installed node-opcua as a global package (using npm i -g)
Device (for Modelling):
Device (for Node-RED execution):
( ) macOS: v
(X) Linux: Linux 3.4.113-sun8i #18 SMP PREEMPT armv7l GNU/Linux
( ) Windows: v
( ) Raspbian: v
( ) Other:
Description of the connecting OPC UA system:
node --version
= 8.9.4