标准化opcua设备接入unilab (#78)

* 初始提交,只保留工作区当前状态

* remove redundant arm_slider meshes

---------

Co-authored-by: Junhan Chang <changjh@dp.tech>
This commit is contained in:
tt
2025-11-15 02:50:52 +08:00
committed by Xuwznln
parent 448e0074b7
commit a242253145
15 changed files with 2246 additions and 0 deletions

View 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',
]