Skip to content

Commit

Permalink
update plcgroup
Browse files Browse the repository at this point in the history
  • Loading branch information
GavinYellow committed Jan 1, 2018
1 parent 3d4fb4e commit 9045dce
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions SCADA/Program/DataService/PLCGroup.cs
Original file line number Diff line number Diff line change
Expand Up @@ -938,6 +938,7 @@ protected override unsafe void Poll()
byte[] rcvBytes = _plcReader.ReadBytes(area.Start, (ushort)area.Len);//从PLC读取数据
if (rcvBytes == null)
{
k += (area.Len + 1) / 2;
continue;
}
else
Expand Down
Binary file modified SCADA/dll/ModbusDriver.dll
Binary file not shown.

0 comments on commit 9045dce

Please sign in to comment.