hutcheb commented on pull request #259:
URL: https://github.com/apache/plc4x/pull/259#issuecomment-886145199


   > Thank you for your dedication! I want to ask if there is an opcua code 
case. I want to refer to it. I searched a lot and couldn't find it. I saw that 
there seems to be no place to enter the opcua account password in your 
connection code. What's the matter?
   
   I have merged a major update for the OPCUA protocol into develop, it should 
allow you to specify a username and password as part of the connection string 
e.g. opcua:tcp://127.0.0.1:4840/node?username=fred;password=fredspassword
   
   For the status codes, this should have all of them available in opcua,
   https://github.com/OPCFoundation/UA-Nodeset/blob/v1.04/Schema/StatusCode.csv
   I'll double check how it is now handled, but if you could take a look at the 
update and comment it woulld be very helpful.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to