You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have an OPC classic server and it is configured with user authentication. Only valid user will able to access the tags on OPC classic server. I need to connect COM server wrapper to classic server. I updated opc classic server details in config file (ServerUrl). I did not find options where I can configure user authentication for classic server. I have below Queries:
Does COM wrapper has ability to connect to classic server with user authentication
If yes for point Initial commit. #1, where should I provide user credentials.
The OPC UA standard has user identity (UserTokenPolicy). Does this user identity will be used by COM wrapper to connect to opc classic server? or it is used only for OPC UA connectivity?
Could you provide your comments and help me.