convertersystems / opc-ua-client

Visualize and control your enterprise using OPC Unified Architecture (OPC UA) and Visual Studio.
MIT License
397 stars 115 forks source link

Connection to a TwinCAT OPC UA server in anonoumys mode #216

Closed ToGoOrNotToGo closed 2 years ago

ToGoOrNotToGo commented 2 years ago

How can a connection to a TwinCAT OPC UA server be established in anonoumys mode. Is TwinCAT supported?

quinmars commented 2 years ago

While I haven't tried it myself, there shouldn't be any difference to other OPC UA servers. Keep in mind, that you have to annotate your variables with {attribute 'OPC.UA.DA' := '1'}.

ToGoOrNotToGo commented 2 years ago

Thank you. Yes, it's possible. However, the client resp. the certificate must be included in the trusted list.