opc依赖版本修改
This commit is contained in:
parent
e2af6d57b7
commit
c73257d18a
@ -560,13 +560,13 @@ namespace Plugin
|
||||
}
|
||||
}
|
||||
|
||||
//foreach (var payload in sendModel[DeviceName])
|
||||
//foreach (var payload in sendModel[deviceName])
|
||||
//{
|
||||
// if (payload.Values != null)
|
||||
// foreach (var kv in payload.Values)
|
||||
// {
|
||||
// //更新到UAService
|
||||
// _uaNodeManager?.UpdateNode($"{device.Parent.DeviceName}.{DeviceName}.{kv.Key}",
|
||||
// _uaNodeManager?.UpdateNode($"{device.Parent.DeviceName}.{deviceName}.{kv.Key}",
|
||||
// kv.Value);
|
||||
// }
|
||||
//}
|
||||
|
@ -10,7 +10,7 @@
|
||||
<PackageReference Include="DynamicExpresso.Core" Version="2.16.0" />
|
||||
<PackageReference Include="Mono.Options" Version="6.12.0.148" />
|
||||
<PackageReference Include="MQTTnet" Version="4.1.4.563" />
|
||||
<PackageReference Include="OPCFoundation.NetStandard.Opc.Ua.Server" Version="1.4.371.60" />
|
||||
<PackageReference Include="OPCFoundation.NetStandard.Opc.Ua.Server" Version="1.4.370.12" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
|
Loading…
Reference in New Issue
Block a user