mirror of
https://github.com/dptech-corp/Uni-Lab-OS.git
synced 2025-12-17 21:11:12 +00:00
标准化opcua设备接入unilab (#78)
* 初始提交,只保留工作区当前状态 * remove redundant arm_slider meshes --------- Co-authored-by: Junhan Chang <changjh@dp.tech>
This commit is contained in:
12
unilabos/device_comms/opcua_client/__init__.py
Normal file
12
unilabos/device_comms/opcua_client/__init__.py
Normal file
@@ -0,0 +1,12 @@
|
||||
from unilabos.device_comms.opcua_client.client_o import OpcUaClient, BaseClient
|
||||
from unilabos.device_comms.opcua_client.node.uniopcua import Variable, Method, Object, NodeType, DataType
|
||||
|
||||
__all__ = [
|
||||
'OpcUaClient',
|
||||
'BaseClient',
|
||||
'Variable',
|
||||
'Method',
|
||||
'Object',
|
||||
'NodeType',
|
||||
'DataType',
|
||||
]
|
||||
Reference in New Issue
Block a user