优化界面展示,优化opcua超时时长

This commit is contained in:
mgw
2023-05-05 21:08:06 +08:00
parent 69aa731990
commit af5b319d0c
3 changed files with 3 additions and 4 deletions

View File

@@ -7,7 +7,7 @@ class Py2opcua:
"""
def __init__(self, url='opc.tcp://192.168.2.99:4840'):
self.client = Client(url)
self.client = Client(url, timeout=3600000)
# 连接客户端
# def connect(self):