Kindly some one help
I need to connect to siemens 828D Controller through OPCUA
It completely working with the python
Now i need to do the same with C++
I am able to connect to server without username and password
But when i try to connect to the server with username and password, it
I connect to server with
std::string endpoint = "opc.tcp://username:password@192.168.100.40:4840";
I am below error
receive ServiceFault from Server with StatusCode: The user identity token is not valid. (0x80200000)
Kindly some one help
I need to connect to siemens 828D Controller through OPCUA
It completely working with the python
Now i need to do the same with C++
I am able to connect to server without username and password
But when i try to connect to the server with username and password, it
I connect to server with
std::string endpoint = "opc.tcp://username:password@192.168.100.40:4840";
I am below error
receive ServiceFault from Server with StatusCode: The user identity token is not valid. (0x80200000)