Closed nandhakumarbalu closed 3 years ago
Can anyone help me on this
Platform :Win 10 x64bit
When I use:
import OpenOPC OPC.open_client('IP')
Getting the error as
(<class 'NameError'>, NameError("name 'OPC' is not defined"), <traceback object at 0x000001CD8C5CDF00>)
You should use:
OpenOPC.open_client(...)
Can anyone help me on this
Platform :Win 10 x64bit
When I use:
import OpenOPC OPC.open_client('IP')
Getting the error as
(<class 'NameError'>, NameError("name 'OPC' is not defined"), <traceback object at 0x000001CD8C5CDF00>)