完成OpcUaService对数据类型的读取

This commit is contained in:
2025-09-02 14:37:43 +08:00
parent 9b7c91eae9
commit e0e48d3b71
10 changed files with 447 additions and 160 deletions

View File

@@ -82,7 +82,7 @@ namespace DMS.Infrastructure.UnitTests.Services
// Act & Assert
await Assert.ThrowsAsync<InvalidOperationException>(async () =>
{
await service.ConnectAsync();
await service.ConnectAsync("opc.tcp://localhost:4840");
});
}