mirror of
https://gitee.com/ThingsGateway/ThingsGateway.git
synced 2025-10-30 23:24:00 +08:00
release:6.0.3.69
fix(s7):写入结果错误
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<Project>
|
||||
<PropertyGroup>
|
||||
<Version>6.0.3.68</Version>
|
||||
<Version>6.0.3.69</Version>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
|
||||
@@ -175,7 +175,11 @@ internal class S7Message : MessageBase, IResultMessage
|
||||
this.ErrorMessage = SiemensS7Resource.Localizer["ValidateDataError", byteBlock[pos + 17], SiemensHelper.GetCpuError(byteBlock[pos + 17])];
|
||||
return FilterResult.Success;
|
||||
}
|
||||
return FilterResult.Success;
|
||||
else
|
||||
{
|
||||
this.OperCode = 0;
|
||||
return FilterResult.Success;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user