-
Notifications
You must be signed in to change notification settings - Fork 341
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
UNABLE TO connect to Siemens 828D #412
Comments
您好,我最近正在休假中,无法亲自回复您的邮件。我将在假期结束后,尽快给您回复。
|
Can someone help on this????? |
Still awaiting for the replay |
std::vectorOpcUa::UserTokenPolicy GetUserTokens() const |
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:[email protected]:4840";
I am below error
receive ServiceFault from Server with StatusCode: The user identity token is not valid. (0x80200000)
The text was updated successfully, but these errors were encountered: