Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue when using version 0.2.331 #717

Open
jamalsal opened this issue Jul 24, 2024 · 2 comments
Open

Issue when using version 0.2.331 #717

jamalsal opened this issue Jul 24, 2024 · 2 comments

Comments

@jamalsal
Copy link

Hi. I encountered the following error when using the OPC UA Client Node on version 0.2.331:
"StatusCode: BadNotReadable (0x803a0000) The access level does not allow reading or subscribing to the Node."
When downgrading to version 0.2.310, it was possible to establish a connection with the server, without any modifications to the node.

@RudolfTheRedNode
Copy link

Hi @mikakaraila, last previous version got my program working in multiple write,. now whenever I trigger this I got errors:

�[31mClient node error on: AMS OPC Client WRITE2 error: ["Write multiple as array session is not active!"]�[39m

This is my function code below:

msg.payload = [];

msg.topic = "write";

msg.payload[0] =
{
nodeId: "ns=3;i=16847616",
datatype: "Boolean",
value: true
}

msg.payload[1] =
{
nodeId: "ns=3;i=16847104",
datatype: "Boolean",
value: true
}

return msg;

@mikakaraila
Copy link
Owner

To write values msg.topic should be "writemultiple"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants