优化了opcuaserver的path和name

This commit is contained in:
dd 2021-12-24 16:32:34 +08:00
parent cb00bed893
commit 83e1ae91cb
6 changed files with 2 additions and 2 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -5,6 +5,6 @@ https://go.microsoft.com/fwlink/?LinkID=208121.
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<_PublishTargetUrl>D:\Repos\iotgateway\IoTGateway\bin\Release\net5.0\publish\</_PublishTargetUrl>
<History>True|2021-12-24T07:20:08.6401847Z;True|2021-12-17T19:11:07.1655146+08:00;True|2021-12-12T14:11:08.8380502+08:00;</History>
<History>True|2021-12-24T08:23:28.9214784Z;True|2021-12-24T15:20:08.6401847+08:00;True|2021-12-17T19:11:07.1655146+08:00;True|2021-12-12T14:11:08.8380502+08:00;</History>
</PropertyGroup>
</Project>

View File

@ -2788,7 +2788,7 @@ namespace Quickstarts.ReferenceServer
{
//先把变量加进去都用float有瑕疵属性先不做
CreateIoTGatewayVariable(staticFolder, $"{device.DeviceName}_{variable.Name}", $"{device.DeviceName}_{variable.Name}", DataTypeIds.Float, ValueRanks.Scalar);
CreateIoTGatewayVariable(staticFolder, $"{group.DeviceName}_{device.DeviceName}_{variable.Name}", $"{variable.Name}", DataTypeIds.Float, ValueRanks.Scalar);
}
}
}