OpenOPC icon indicating copy to clipboard operation
OpenOPC copied to clipboard

How to connect to a server with password?

Open KamalChhirang opened this issue 5 years ago • 0 comments

I want to connect to another device running OPC.

I have the IP address, Port, Username, Password. But there seems to be no option to enter password & username when connecting?

This is my code:

import OpenOPC opc = OpenOPC.client() OpenOPC.open_client("xxx.xx.x.x", )

KamalChhirang avatar Dec 10 '19 16:12 KamalChhirang