优化了opcuaserver的path和name
This commit is contained in:
parent
cb00bed893
commit
83e1ae91cb
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -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>
|
@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user