'Write integer to OPC UA server - “not of the same type” error
I have defined an OPC UA Client
var client = new OpcClient("opc.tcp://localhost:4840");
client.Connect();
That works properly and connects to a server that I have also written. Also the client can read
var status = client.WriteNode("ns=2;s=Temperature", 999);
The problem comes out when I want to write a value to the server:
var status = client.WriteNode("ns=2;s=Temperature", 999);
instead I get the error:
"The value supplied for the attribute is not of the same type as the attribute's value."
That link Write Boolean to OPC UA server - "not of the same type" error didn't help.
I used the Opc.UaFx implementation.
Thanks in advance
Patrick
Solution 1:[1]
create new "non-default" VPC under that target (admin) account, then you can migrate EC2s and other resources into this new VPC, then setup AWS organization, policies etc. Default VPC is really just for personal use - cannot be "shared" within AWS organization.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | David |

